xserver-multidpi/glamor
Zhigang Gong 06ba3fdfd6 Fixed some compilation warning/error or error checking.
There is one compilation error ,cast int to pointer, when built without
libgbm, reported by Gaetan Nadon.
And some error checking after memory allocation, reported by Seth Arnold.
There are still some similar issues in the largepixmap implementation.
They are relatively more complicate due to the heavy usage of RegionXXX
APIs which may allocate implicitly. Will fix them in the future.

Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Tested-by: Gaetan Nadon <memsize@videotron.ca>
2013-12-18 11:23:54 -08:00
..
compat-api.h Added the missed header file for xorg 1.13 compat. 2013-12-18 11:23:53 -08:00
compiler.h optimize: Use likely and unlikely. 2013-12-18 11:23:52 -08:00
glamor_addtraps.c Fixup glx support 2013-12-18 11:23:48 -08:00
glamor_compositerects.c fixup picture in SetWindowPixmap 2013-12-18 11:23:54 -08:00
glamor_copyarea.c Don't use glBlitFramebufferEXT for overlapping copies. 2013-12-18 11:23:53 -08:00
glamor_copyplane.c Silence compilation warnings. 2013-12-18 11:23:53 -08:00
glamor_copywindow.c Fixup glx support 2013-12-18 11:23:48 -08:00
glamor_core.c Fixed some compilation warning/error or error checking. 2013-12-18 11:23:54 -08:00
glamor_debug.h glamor_largepixmap: first commit for large pixmap. 2013-12-18 11:23:51 -08:00
glamor_egl.c Fixed some compilation warning/error or error checking. 2013-12-18 11:23:54 -08:00
glamor_eglmodule.c Silence compilation warnings. 2013-12-18 11:23:53 -08:00
glamor_fbo.c Fixed an incorrect printf format. 2013-12-18 11:23:54 -08:00
glamor_fill.c Use glDrawRangeElements instead of glDrawElements 2013-12-18 11:23:54 -08:00
glamor_fillspans.c Silence compilation warnings. 2013-12-18 11:23:53 -08:00
glamor_getimage.c Remove useless return statement 2013-12-18 11:23:54 -08:00
glamor_getspans.c Added some copyright and author information. 2013-12-18 11:23:51 -08:00
glamor_gl_dispatch.c Use glDrawRangeElements instead of glDrawElements 2013-12-18 11:23:54 -08:00
glamor_gl_dispatch.h Use glDrawRangeElements instead of glDrawElements 2013-12-18 11:23:54 -08:00
glamor_glext.h gles2: Fixed the compilation problem and some bugs. 2013-12-18 11:23:53 -08:00
glamor_glyphblt.c Fixed all unused variables warnings. 2013-12-18 11:23:51 -08:00
glamor_glyphs.c Silence compilation warnings. 2013-12-18 11:23:53 -08:00
glamor_gradient.c Silence compilation warnings. 2013-12-18 11:23:53 -08:00
glamor_largepixmap.c glamor_largepixmap: Fixed a bug in repeat clipping. 2013-12-18 11:23:53 -08:00
glamor_picture.c Silence compilation warnings. 2013-12-18 11:23:53 -08:00
glamor_pixmap.c Shoud return null subpixmap if we fail to get a valid map address. 2013-12-18 11:23:54 -08:00
glamor_polyfillrect.c Silence compilation warnings. 2013-12-18 11:23:53 -08:00
glamor_polylines.c Silence compilation warnings. 2013-12-18 11:23:53 -08:00
glamor_polyops.c glyphblt/polyops: Use miFunctions by default. 2013-12-18 11:23:49 -08:00
glamor_priv.h fixup picture in SetWindowPixmap 2013-12-18 11:23:54 -08:00
glamor_putimage.c Remove redundant dispatch->glEnable(GL_TEXTURE_2D) 2013-12-18 11:23:54 -08:00
glamor_render.c glamor_render: fix PictFilters 2013-12-18 11:23:54 -08:00
glamor_setspans.c Fix _glamor_set_spans() bug (re-used 'n' variable) 2013-12-18 11:23:54 -08:00
glamor_tile.c glamor_copyarea: Use blitcopy if current state is not render. 2013-12-18 11:23:53 -08:00
glamor_trapezoid.c Use glDrawRangeElements instead of glDrawElements 2013-12-18 11:23:54 -08:00
glamor_triangles.c Fixup glx support 2013-12-18 11:23:48 -08:00
glamor_utils.h glamor_utils: fix unlikely define use 2013-12-18 11:23:53 -08:00
glamor_window.c fixup picture in SetWindowPixmap 2013-12-18 11:23:54 -08:00
glamor_xv.c glamor: remove unused variable 2013-12-18 11:23:54 -08:00
glamor.c fixup picture in SetWindowPixmap 2013-12-18 11:23:54 -08:00
glamor.h Allow to create textured pixmaps from gbm_bo without using gem names 2013-12-18 11:23:54 -08:00
glapi.h Added strict warning flags to CFLAGS. 2013-12-18 11:23:51 -08:00
Makefile.am glamor: add initial Xv support 2013-12-18 11:23:54 -08:00