summaryrefslogtreecommitdiff
path: root/src/glx/dri_common.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-06glx/dri: Use X/GLX error codes for our create_context_attribsAdam Jackson1-0/+3
2022-02-04glx: Use the new no-error driver interfaceAdam Jackson1-5/+1
2021-08-18glx/dri: Collect the GLX context attributes in a structAdam Jackson1-5/+13
2021-04-22glx: s/dri_message/glx_message/Adam Jackson1-6/+0
2020-12-01glx: Handle create_context in terms of create_context_attribsAdam Jackson1-0/+6
2020-10-21glx: move __glXGetUST into the DRI1 codeAdam Jackson1-2/+0
2020-07-23glx: Fix build and warnings with -Dglx=dri -Dglx-direct=falseAdam Jackson1-0/+4
2019-03-12glx: add support for GLX_ARB_create_context_no_error (v3)Grigori Goronzy1-0/+5
2018-11-16glx: Move DRI extensions pointer loading to driOpenDriver().Eric Anholt1-4/+2
2017-11-06glx: Implement GLX_ARB_context_flush_controlNeil Roberts1-1/+1
2015-04-13glx: Include util/macros.h instead of redefining PRINTFLIKE.Jose Fonseca1-6/+1
2014-12-17mesa: remove support for GCC older than 3.3.0Timothy Arceri1-1/+1
2014-01-27dri: Reuse dri_message to implement our other message handlers.Eric Anholt1-3/+4
2014-01-27dri: Fix the logger error message handling.Eric Anholt1-2/+8
2013-10-24glx: Add an optional function call for getting the DRI driver interface.Eric Anholt1-1/+2
2013-10-24glx: Move the driver extension-loading to a helper function.Eric Anholt1-0/+2
2013-07-18glx: Retrieve the value of RENDER_TYPE from GLX attribs arrayTomasz Lis1-3/+3
2012-07-11glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick1-1/+2
2012-02-08dri: Add a CriticalErrorMessageF macro.Carl Worth1-0/+2
2012-01-02glx/dri: Add utility function dri2_convert_glx_attribsIan Romanick1-0/+6
2010-09-08glx: Drop broken drawable garbage collectionKristian Høgsberg1-0/+3
2010-07-28glx: Move bind and unbind to context vtableKristian Høgsberg1-0/+3
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg1-3/+3
2010-07-21glx: Move last few dri_interface.h types out of glxclient.h and drop includeKristian Høgsberg1-0/+2
2010-07-19glx: Move DRI CopySubBuffer extension to DRI1 codeKristian Høgsberg1-3/+0
2010-07-19glx: Move driver_configs to DRI screen privatesKristian Høgsberg1-0/+2
2010-07-19glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg1-2/+0
2010-07-19glx: Move DRI2 extensions to DRI2 screen privateKristian Høgsberg1-2/+0
2010-07-19glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg1-3/+6
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-0/+63