summaryrefslogtreecommitdiff
path: root/glx/glxdricommon.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-10glx: Do not call into Composite if it is disabled.Michal Srb1-29/+34
2018-03-21glx: honor LIBGL_DRIVERS_PATH when loading DRI driversNicolai Hähnle1-4/+34
2018-02-06glx: Only assign 8 bpc fbconfigs for composite visuals.Mario Kleiner1-0/+3
2017-11-03glx: Duplicate relevant fbconfigs for compositing visualsThomas Hellstrom1-4/+41
2017-09-12glx: Work around a GLX_OML swap method in older dri driversThomas Hellstrom1-0/+7
2017-09-08glx: remove unused systemTimeExtensionEmil Velikov1-23/+0
2016-09-06glx: Fix computation of GLX_X_RENDERABLE fbconfig attributeAdam Jackson1-40/+22
2014-03-10glx: Clear new FBConfig attributes to 0 by default.Eric Anholt1-1/+1
2014-01-27Warning fixes in glxKeith Packard1-1/+1
2013-12-05glx: Fix incorrect use of dri_interface.h version defines in extensions.Eric Anholt1-1/+1
2013-10-31dri: Fix GLX_Y_INVERTED_EXT fbconfig attributeAdam Jackson1-0/+1
2013-10-24glx: Handle float config types in glxConvertConfigsDaniel Czarnowski1-3/+39
2013-10-23glx: Add support for the new DRI loader entrypoint.Eric Anholt1-2/+22
2013-03-18Full support of sRGB capable fbconfigs.Tomasz Lis1-1/+3
2012-07-09Add a common ARRAY_SIZE macro to dix.hDaniel Stone1-2/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-123/+126
2011-03-14glx: Use PATH_MAX as size of filename bufferChristopher James Halse Rogers1-1/+1
2011-03-14glx: Factor out glxProbeDriver function.Christopher James Halse Rogers1-0/+57
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-1/+1
2010-04-12glx: Set the pbuffer bit for dri2 fbconfigsKristian Høgsberg1-5/+8
2008-08-26Fix driGetConfigAttribIndex unaligned access to GLboolean.Kristian Høgsberg1-13/+3
2008-08-09glx: fix crash in driGetConfigAttribIndexDave Miller1-0/+4
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg1-0/+209