summaryrefslogtreecommitdiff
path: root/src/glx/dri_common.c
Commit message (Expand)AuthorAgeFilesLines
* glx: Add fields for color shiftsKevin Strasser2019-08-211-0/+4
* glx: drop unnecessary pointer deref for function callsEric Engestrom2019-08-041-2/+2
* glx: add support for GLX_ARB_create_context_no_error (v3)Grigori Goronzy2019-03-121-1/+51
* loader: Factor out the common driver opening logic from each loader.Eric Anholt2018-11-161-86/+8
* glx: Move DRI extensions pointer loading to driOpenDriver().Eric Anholt2018-11-161-5/+18
* glx: Remove an old DEFAULT_DRIVER_DIR default.Eric Anholt2018-11-161-5/+0
* glx: Prepare driFetchDrawable for no-config contextsAdam Jackson2017-12-011-2/+20
* glx: Implement GLX_ARB_context_flush_controlNeil Roberts2017-11-061-1/+15
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-0/+13
* glx: Fix swap method config matchingThomas Hellstrom2017-08-101-3/+1
* dri: make use of loader_get_extensions_name(..) helperChristian Gmeiner2016-11-151-3/+2
* Revert "dri: make use of dri_get_extensions_name(..) helper"Emil Velikov2016-11-151-2/+3
* dri: make use of dri_get_extensions_name(..) helperChristian Gmeiner2016-11-151-3/+2
* glx: update to updated version of EXT_create_context_es2_profileIlia Mirkin2016-02-031-16/+12
* glx: Don't hard-code the name "libGL.so.1" in driOpenDriver (v3)Kyle Brenneman2015-10-021-1/+5
* mesa/glx: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-2/+1
* Revert "Match swrast modes more loosely."Marek Olšák2015-07-231-58/+1
* Match swrast modes more loosely.Tom Hughes2015-07-231-1/+58
* mesa: glx: Reduce error log levelCourtney Goeltzenleuchter2014-06-121-1/+1
* Revert "glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload"Marek Olšák2014-06-021-5/+5
* glx: load dri driver with RTLD_LOCAL so dlclose never fails to unloadJerome Glisse2014-05-291-5/+5
* glx/dri_common: use the implemented version of __DRIsystemTimeExtensionEmil Velikov2014-02-231-3/+4
* glx: Pass NULL DRI drawables into the DRI driver for None GLX drawablesKristian Høgsberg2014-02-061-0/+3
* dri: Reuse dri_message to implement our other message handlers.Eric Anholt2014-01-271-60/+0
* dri: Fix the logger error message handling.Eric Anholt2014-01-271-0/+25
* glx: Simplify __glxGetMscRate, it only needs the screen, not a drawableLauri Kasanen2013-12-201-1/+1
* glx: Add an optional function call for getting the DRI driver interface.Eric Anholt2013-10-241-1/+16
* glx: Move the driver extension-loading to a helper function.Eric Anholt2013-10-241-0/+14
* glx: Initialize OpenGL version to 1.0Rico Schüller2013-09-041-7/+7
* dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis2013-07-181-1/+7
* glx: Retrieve the value of RENDER_TYPE from GLX attribs arrayTomasz Lis2013-07-181-6/+6
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-1/+1
* glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick2012-07-111-2/+18
* glx:dri_common.c: check psc->driScreen->createDrawable return valueWang YanQing2012-03-281-0/+6
* dri: Add a CriticalErrorMessageF macro.Carl Worth2012-02-081-0/+24
* dri: Clarify comments on InfoMessageF and ErrorMessageF macros.Carl Worth2012-02-081-1/+6
* glx/dri: Initialize api even if num_attribs == 0.Kenneth Graunke2012-01-111-1/+3
* glx: Enable GLX_EXT_create_context_es2_profileIan Romanick2012-01-021-0/+16
* glx/dri: Add utility function dri2_convert_glx_attribsIan Romanick2012-01-021-0/+102
* glx: Fix indirect fallback when a non-Mesa GLX extension is present.Aaron Plattner2011-12-071-2/+0
* dri: Remove all DRI1 driversIan Romanick2011-08-261-1/+1
* glx: Avoid calling __glXInitialize() in driReleaseDrawables().Henri Verbeet2011-07-191-1/+1
* glx: implement drawable refcounting.Stéphane Marchesin2011-06-171-7/+19
* glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie2011-03-061-1/+3
* glx: Only remove drawables from the hash when we actually delete themKristian Høgsberg2010-09-291-4/+6
* glx: Drop broken drawable garbage collectionKristian Høgsberg2010-09-081-0/+25
* glx: Move bind and unbind to context vtableKristian Høgsberg2010-07-281-0/+27
* glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg2010-07-281-1/+0
* glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg2010-07-281-26/+24
* glx: Move last few dri_interface.h types out of glxclient.h and drop includeKristian Høgsberg2010-07-211-1/+11