summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2014-01-27glamor: Remove more out-of-tree compat code.Eric Anholt1-13/+0
2014-01-27glamor: Remove an extra copy of RegionNil().Eric Anholt2-8/+2
2014-01-27glamor: Hook the module back up to the build.Eric Anholt3-26/+70
2014-01-27glamor: Convert use of the old "pointer" typedef to "void *".Eric Anholt4-16/+16
2014-01-27glamor: Silence warnings for non-debug builds.Eric Anholt2-3/+3
2014-01-27glamor: Disable definitions of GL extension prototypes to avoid warnings.Eric Anholt1-2/+0
2014-01-27glamor: Drop xfree86 dependencies from this dix module.Eric Anholt2-4/+2
2014-01-27glamor: Disable the XV code for now.Eric Anholt2-0/+4
2014-01-27glamor: Use dix-config.h not project config.hAdam Jackson3-9/+3
2014-01-27glamor/egl: Remove glapi awarenessAdam Jackson4-154/+4
2014-01-27glamor: Remove compat code for building out of tree.Eric Anholt6-127/+6
2014-01-27glamor: Remove copy of sna's compiler.hAdam Jackson8-89/+27
2014-01-27glamor: Fix up some indentation damage on header prototypes.Eric Anholt1-174/+118
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt15-152/+152
2014-01-27glamor: Fix some mangling of shader strings by indent.Eric Anholt8-44/+183
2014-01-27glamor: Apply x-indent.sh.Eric Anholt40-14779/+14757
2014-01-27glamor: Touch up some code so indent doesn't get confused.Eric Anholt1-4/+4
2013-12-18libglamoregl: remove -I$(top_srcdir)/srcGaetan Nadon1-2/+1
2013-12-18Make: remove cruft copied over from the X server makefilesGaetan Nadon1-8/+1
2013-12-18glamor: fix leak in xv code.Dave Airlie1-1/+1
2013-12-18Fix glamor_egl->egl_create_image_khr makes pointer from integerGaetan Nadon1-1/+1
2013-12-18Add DRI3 support to glamorAxel Davy5-14/+392
2013-12-18Fixed some compilation warning/error or error checking.Zhigang Gong2-6/+11
2013-12-18Allow to create textured pixmaps from gbm_bo without using gem namesAxel Davy2-0/+47
2013-12-18glamor: remove unused variableFabio Pedretti1-1/+0
2013-12-18fixup picture in SetWindowPixmapMaarten Lankhorst4-2/+41
2013-12-18Fixed an incorrect printf format.Zhigang Gong1-1/+1
2013-12-18Remove useless return statementBrian Paul1-1/+0
2013-12-18Remove redundant dispatch->glEnable(GL_TEXTURE_2D)Brian Paul1-1/+0
2013-12-18Fix _glamor_set_spans() bug (re-used 'n' variable)Brian Paul1-4/+4
2013-12-18glamor_render: fix PictFiltersGrigori Goronzy1-0/+9
2013-12-18Use GL_STATIC_DRAW for element index bufferGrigori Goronzy1-2/+2
2013-12-18Use glDrawRangeElements instead of glDrawElementsGrigori Goronzy5-0/+23
2013-12-18Shoud return null subpixmap if we fail to get a valid map address.Zhigang Gong1-0/+4
2013-12-18glamor: add initial Xv supportDave Airlie5-1/+683
2013-12-18Reset traps_count and ptrap when necessary for the next trapezoid cliprectMichel Dänzer1-0/+3
2013-12-18Fix RegionContainsRect test for PutImageMichel Dänzer1-1/+1
2013-12-18Use GBM_LIBS and GBM_CFLAGSChristian König1-2/+8
2013-12-18First attempt to make libglamor.so shared versioned libraryArmin K1-5/+4
2013-12-18Properly dist necesary headersArmin K1-0/+1
2013-12-18Silence Automake 1.13 warningsArmin K1-1/+1
2013-12-18glamoregl: Use xf86ScreenToScrn()Michel Dänzer1-10/+10
2013-12-18glamor_utils: fix unlikely define useDave Airlie1-2/+1
2013-12-18glamor: add compiler.hDave Airlie1-0/+1
2013-12-18glamor: fix make distcheck part 1Dave Airlie1-1/+7
2013-12-18glamor_compositerects: Need to initialize region before fallback.Zhigang Gong1-10/+10
2013-12-18Don't use glBlitFramebufferEXT for overlapping copies.Michel Dänzer1-1/+2
2013-12-18Increase vbo size to 64K verts.Zhigang Gong2-2/+1
2013-12-18Silence compilation warnings.Zhigang Gong17-337/+280
2013-12-18glamor_largepixmap: Fixed a bug in repeat clipping.Zhigang Gong1-18/+6