xserver-multidpi/glamor
Zhigang Gong 1658454dea glamor: Fix the copy of overlaped region in one pixmap.
Originaly, we use fbo blit to handle overlaped region copy.
But GLES2 doesn't support that, just simply copy the needed
region to another texture can fix this problem.

Signed-off-by: Zhigang Gong <zhigang.gong@gmail.com>
2011-09-26 16:47:01 +08:00
..
glamor_copyarea.c glamor: Fix the copy of overlaped region in one pixmap. 2011-09-26 16:47:01 +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: Add color conversion support by using new shader. 2011-09-26 16:47:01 +08:00
glamor_debug.h glamor: Don't always fallback everything when change window attr. 2011-09-26 16:46:35 +08:00
glamor_fill.c glamor: Add color conversion support by using new shader. 2011-09-26 16:47:01 +08:00
glamor_fillspans.c glamor : Add dynamic texture uploading feature. 2011-09-26 16:46:35 +08:00
glamor_getspans.c glamor: Convert pixmap to supported format before getspans. 2011-09-26 16:47:01 +08:00
glamor_glyphs.c glamor: Remove one extra area copy in glamor_glyph. 2011-09-26 16:46:36 +08:00
glamor_picture.c glamor : Add dynamic texture uploading feature. 2011-09-26 16:46:35 +08:00
glamor_pixmap.c glamor: Add color conversion support by using new shader. 2011-09-26 16:47:01 +08:00
glamor_polyfillrect.c glamor : Add dynamic texture uploading feature. 2011-09-26 16:46:35 +08:00
glamor_polylines.c glamor: Fixed two unintialized warnings. 2011-09-26 16:46:36 +08:00
glamor_priv.h glamor: Add color conversion support by using new shader. 2011-09-26 16:47:01 +08:00
glamor_putimage.c glamor: Add color conversion support by using new shader. 2011-09-26 16:47:01 +08:00
glamor_render.c glamor: GLES2 doesn't support GL_CLAMP_TO_BORDER. 2011-09-26 16:47:01 +08:00
glamor_setspans.c glamor: Add color conversion support by using new shader. 2011-09-26 16:47:01 +08:00
glamor_tile.c glamor: GLES2 doesn't support glEnable/Disable Texture 2D. 2011-09-26 16:47:01 +08:00
glamor_triangles.c glamor: Add render triangles support. 2011-09-26 16:46:35 +08:00
glamor_utils.h glamor: Fixed a bug when computing the bounds of boxes. 2011-09-26 16:47:00 +08:00
glamor_window.c glamor: Don't always fallback everything when change window attr. 2011-09-26 16:46:35 +08:00
glamor.c glamor: Disable ALPHA8 fbo. 2011-09-26 16:47:01 +08:00
glamor.h glamor : Add dynamic texture uploading feature. 2011-09-26 16:46:35 +08:00
Makefile.am glamor: Remove glu3 which is unnecessary. 2011-09-26 16:47:01 +08:00