xserver-multidpi/glamor
Zhigang Gong e3d16c9ebd Classfy glamor pixmap to different types.
During the integration with intel driver, we introduce two
new type of pixmap, one is TEXTURE_DRM, the other is DRM_ONLY.
TEXTURE_DRM means we create a texture bind to the DRM buffer
successfully. And then the texture and the external BO is
consistent. DRM_ONLY means that we failed to create a texture
from the external DRM BO. We need to handle those different
types carefully, so we have to track them in the data structure.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
2013-12-18 11:23:46 -08:00
..
glamor_copyarea.c Call glamor_create_pixmap directly in glamor rendering path. 2013-12-18 11:23:46 -08:00
glamor_copywindow.c Initial version. 2013-12-18 11:23:46 -08:00
glamor_core.c Remove the access mode from private pixmap structure. 2013-12-18 11:23:46 -08:00
glamor_debug.h Initial version. 2013-12-18 11:23:46 -08:00
glamor_egl.c Classfy glamor pixmap to different types. 2013-12-18 11:23:46 -08:00
glamor_eglmodule.c Initial version. 2013-12-18 11:23:46 -08:00
glamor_fill.c Remove the access mode from private pixmap structure. 2013-12-18 11:23:46 -08:00
glamor_fillspans.c Remove the access mode from private pixmap structure. 2013-12-18 11:23:46 -08:00
glamor_getspans.c Call glamor_create_pixmap directly in glamor rendering path. 2013-12-18 11:23:46 -08:00
glamor_gl_dispatch.c Initial version. 2013-12-18 11:23:46 -08:00
glamor_gl_dispatch.h Initial version. 2013-12-18 11:23:46 -08:00
glamor_glext.h glamor: Re-arrange some macros/definitions in header files. 2011-09-26 16:47:02 +08:00
glamor_glyphs.c Call glamor_create_pixmap directly in glamor rendering path. 2013-12-18 11:23:46 -08:00
glamor_picture.c Remove the access mode from private pixmap structure. 2013-12-18 11:23:46 -08:00
glamor_pixmap.c Call glamor_create_pixmap directly in glamor rendering path. 2013-12-18 11:23:46 -08:00
glamor_polyfillrect.c Remove the access mode from private pixmap structure. 2013-12-18 11:23:46 -08:00
glamor_polylines.c Call glamor_create_pixmap directly in glamor rendering path. 2013-12-18 11:23:46 -08:00
glamor_priv.h Classfy glamor pixmap to different types. 2013-12-18 11:23:46 -08:00
glamor_putimage.c Remove the access mode from private pixmap structure. 2013-12-18 11:23:46 -08:00
glamor_render.c Call glamor_create_pixmap directly in glamor rendering path. 2013-12-18 11:23:46 -08:00
glamor_setspans.c Remove the access mode from private pixmap structure. 2013-12-18 11:23:46 -08:00
glamor_tile.c Revert "Disable glamor_tile temporary." 2013-12-18 11:23:46 -08:00
glamor_triangles.c Remove the access mode from private pixmap structure. 2013-12-18 11:23:46 -08:00
glamor_utils.h Initial version. 2013-12-18 11:23:46 -08:00
glamor_window.c Initial version. 2013-12-18 11:23:46 -08:00
glamor.c Classfy glamor pixmap to different types. 2013-12-18 11:23:46 -08:00
glamor.h Classfy glamor pixmap to different types. 2013-12-18 11:23:46 -08:00
Makefile.am Initial version. 2013-12-18 11:23:46 -08:00