xserver-multidpi/glamor
Zhigang Gong ac0589c916 glamor: Use software fb for 1bpp pixmap.
For 1bpp pixmap, software fb get better performance than
GL surface. The main reason is that fbo doesn't support
1bpp texture as internal format, so we have to translate
a 1bpp bitmap to a 8bit alpha format each time which is
very inefficient. And the previous implementation is
not supported by the latest OpenGL 4.0, the GL_BITMAP
was deprecated.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
2011-09-26 16:46:35 +08:00
..
glu3 glamor: Silent compilation warnings due to some deprecated APIs. 2011-09-26 16:46:34 +08:00
glamor_copyarea.c glamor: Add new feature which is to flip output on y axis. 2011-09-26 16:46:34 +08:00
glamor_copywindow.c glamor: Add CopyWindow implementation so it doesn't crash. 2011-09-26 16:46:32 +08:00
glamor_core.c glamor: Use software fb for 1bpp pixmap. 2011-09-26 16:46:35 +08:00
glamor_fill.c glamor: Add fallback code path for glamor_fill. 2011-09-26 16:46:35 +08:00
glamor_fillspans.c glamor: Enable glamor_fill_spans(). 2011-09-26 16:46:33 +08:00
glamor_getspans.c glamor: Silent compilation warnings due to some deprecated APIs. 2011-09-26 16:46:34 +08:00
glamor_glyphs.c glamor: Silent compilation warnings due to some deprecated APIs. 2011-09-26 16:46:34 +08:00
glamor_polyfillrect.c glamor: Fix and enable tile fill acceleration (aka the root weave). 2011-09-26 16:46:33 +08:00
glamor_polylines.c glamor: Silent compilation warnings due to some deprecated APIs. 2011-09-26 16:46:34 +08:00
glamor_priv.h glamor: Optimize composite when soure/mask is xrgb. 2011-09-26 16:46:35 +08:00
glamor_putimage.c glamor: Optimize composite when soure/mask is xrgb. 2011-09-26 16:46:35 +08:00
glamor_render.c glamor: Optimize composite when soure/mask is xrgb. 2011-09-26 16:46:35 +08:00
glamor_setspans.c glamor: Silent compilation warnings due to some deprecated APIs. 2011-09-26 16:46:34 +08:00
glamor_tile.c glamor: Add new feature which is to flip output on y axis. 2011-09-26 16:46:34 +08:00
glamor.c glamor: Use software fb for 1bpp pixmap. 2011-09-26 16:46:35 +08:00
glamor.h glamor: Add new feature which is to flip output on y axis. 2011-09-26 16:46:34 +08:00
Makefile.am glamor: Add the glyph cache from UXA (de-camelCased). 2011-09-26 16:46:33 +08:00