Home
last modified time | relevance | path

Searched refs:glamor_finish_access (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_prepare.c268 glamor_finish_access(DrawablePtr drawable) in glamor_finish_access() function
316 glamor_finish_access(picture->pDrawable); in glamor_finish_access_picture()
347 glamor_finish_access(&gc->tile.pixmap->drawable); in glamor_finish_access_gc()
351 glamor_finish_access(&gc->stipple->drawable); in glamor_finish_access_gc()
H A Dglamor_core.c239 glamor_finish_access(&gc->tile.pixmap->drawable); in glamor_validate_gc()
258 glamor_finish_access(&gc->stipple->drawable); in glamor_validate_gc()
330 glamor_finish_access(&pixmap->drawable); in glamor_bitmap_to_region()
H A Dglamor_spans.c168 glamor_finish_access(drawable); in glamor_fill_spans_bail()
253 glamor_finish_access(drawable); in glamor_get_spans_bail()
373 glamor_finish_access(drawable); in glamor_set_spans_bail()
H A Dglamor_image.c96 glamor_finish_access(drawable); in glamor_put_image_bail()
156 glamor_finish_access(drawable); in glamor_get_image_bail()
H A Dglamor_copy.c187 glamor_finish_access(dst); in glamor_copy_bail()
188 glamor_finish_access(src); in glamor_copy_bail()
241 glamor_finish_access(src); in glamor_copy_cpu_fbo()
273 glamor_finish_access(src); in glamor_copy_cpu_fbo()
325 glamor_finish_access(dst); in glamor_copy_fbo_cpu()
H A Dglamor_prepare.h34 glamor_finish_access(DrawablePtr drawable);
H A Dglamor_segs.c159 glamor_finish_access(drawable); in glamor_poly_segment_bail()
H A Dglamor_rects.c189 glamor_finish_access(drawable); in glamor_poly_fill_rect_bail()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog44029 Unused since the glamor_prepare.c replacement of glamor_finish_access().
54646 glamor_prepare_access/glamor_finish_access pairs.
55162 As this function will call glamor_prepare_access/glamor_finish_access
87314 glamor_finish_access view, we have two options here:
87604 glamor: Optimize glamor_finish_access.
87636 glamor: improve glamor_finish_access.
87650 glamor_finish_access(). This will get about 10% performance gain.
88134 glamor: Replace the glDrawPixels in glamor_finish_access with GLSL.