summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2014-02-14glamor: Move the EGL DRI3 code to GLAMOR_HAS_GBM.Eric Anholt1-5/+5
2014-02-14glamor: Fix linking of the gradient shaders on GLES2.Eric Anholt1-36/+32
2014-02-14glamor: Don't bother keeping references to shader stages for gradients.Eric Anholt2-91/+6
2014-02-14glamor: Fix typo in setting v_position's attrib location.Eric Anholt1-1/+1
2014-02-14glamor: Move shader precision stuff from build time to shader compile time.Eric Anholt1-5/+4
2014-02-14glamor: Unifdef the picture-format-to-format-and-type functions.Eric Anholt1-21/+29
2014-02-14glamor: Move glamor_get_tex_format_type_from_pictformat to a .c file.Eric Anholt2-303/+303
2014-02-14glamor: Unifdef the cache format indices.Eric Anholt2-20/+2
2014-02-14glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().Eric Anholt4-22/+21
2014-02-14glamor: Add a screen argument to drop an ifdef from glamor_set_alu().Eric Anholt5-14/+20
2014-02-14glamor: Drop a bunch of GLES2 ifdefs.Eric Anholt5-63/+62
2014-02-14glamor: yInverted is a boolean value, so use the Bool type.Eric Anholt2-3/+3
2014-02-14glamor: Drop fixed function transformation matrix setup.Eric Anholt1-6/+0
2014-02-14glamor: Drop useless glEnable/glDisable(GL_TEXTURE_2D) calls.Eric Anholt6-33/+0
2014-02-14glamor: Put in a pluggable context switcher for GLX versus EGL.Eric Anholt9-60/+189
2014-02-14glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.Eric Anholt13-111/+111
2014-02-14glamor: Convert to using libepoxy.Eric Anholt20-1439/+897
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