summaryrefslogtreecommitdiffstats
path: root/src/glx/dri_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* glx: Move DRI CopySubBuffer extension to DRI1 codeKristian Høgsberg2010-07-191-25/+0
* glx: Move driver_configs to DRI screen privatesKristian Høgsberg2010-07-191-0/+10
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-7/+0
* glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg2010-07-191-34/+0
* glx: Move DRI2 extensions to DRI2 screen privateKristian Høgsberg2010-07-191-36/+0
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-191-7/+0
* glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg2010-07-191-12/+5
* Merge branch '7.8'Brian Paul2010-04-281-1/+1
|\
| * apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-271-1/+1
| * Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-011-1/+1
| * apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-011-1/+1
* | DRI2: add config query extensionJesse Barnes2010-04-221-0/+5
|/
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-0/+450