summaryrefslogtreecommitdiff
path: root/src/glx/dri_common.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-24glx: Add an optional function call for getting the DRI driver interface.Eric Anholt1-1/+16
2013-10-24glx: Move the driver extension-loading to a helper function.Eric Anholt1-0/+14
2013-09-04glx: Initialize OpenGL version to 1.0Rico Schüller1-7/+7
2013-07-18dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis1-1/+7
2013-07-18glx: Retrieve the value of RENDER_TYPE from GLX attribs arrayTomasz Lis1-6/+6
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-1/+1
2012-07-11glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick1-2/+18
2012-03-28glx:dri_common.c: check psc->driScreen->createDrawable return valueWang YanQing1-0/+6
2012-02-08dri: Add a CriticalErrorMessageF macro.Carl Worth1-0/+24
2012-02-08dri: Clarify comments on InfoMessageF and ErrorMessageF macros.Carl Worth1-1/+6
2012-01-11glx/dri: Initialize api even if num_attribs == 0.Kenneth Graunke1-1/+3
2012-01-02glx: Enable GLX_EXT_create_context_es2_profileIan Romanick1-0/+16
2012-01-02glx/dri: Add utility function dri2_convert_glx_attribsIan Romanick1-0/+102
2011-12-07glx: Fix indirect fallback when a non-Mesa GLX extension is present.Aaron Plattner1-2/+0
2011-08-26dri: Remove all DRI1 driversIan Romanick1-1/+1
2011-07-19glx: Avoid calling __glXInitialize() in driReleaseDrawables().Henri Verbeet1-1/+1
2011-06-17glx: implement drawable refcounting.Stéphane Marchesin1-7/+19
2011-03-06glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie1-1/+3
2010-09-29glx: Only remove drawables from the hash when we actually delete themKristian Høgsberg1-4/+6
2010-09-08glx: Drop broken drawable garbage collectionKristian Høgsberg1-0/+25
2010-07-28glx: Move bind and unbind to context vtableKristian Høgsberg1-0/+27
2010-07-28glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg1-1/+0
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg1-26/+24
2010-07-21glx: Move last few dri_interface.h types out of glxclient.h and drop includeKristian Høgsberg1-1/+11
2010-07-19glx: Move DRI CopySubBuffer extension to DRI1 codeKristian Høgsberg1-25/+0
2010-07-19glx: Move driver_configs to DRI screen privatesKristian Høgsberg1-0/+10
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg1-7/+0
2010-07-19glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg1-34/+0
2010-07-19glx: Move DRI2 extensions to DRI2 screen privateKristian Høgsberg1-36/+0
2010-07-19glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg1-7/+0
2010-07-19glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg1-12/+5
2010-04-28Merge branch '7.8'Brian Paul1-1/+1
2010-04-27apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston1-1/+1
2010-04-22DRI2: add config query extensionJesse Barnes1-0/+5
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston1-1/+1
2010-04-01apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston1-1/+1
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-0/+450