summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* glx: drop obsolete _XUnlock_Mutex in __glXInitialize error pathEmil Velikov2014-04-091-3/+1
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-051-1/+1
* glx: Do not advertise buffer_age on dri2Adel Gadllah2014-04-021-1/+1
* glx: add extra null check in getFBConfigsJuha-Pekka Heikkila2014-04-021-0/+4
* glx: remove unused __glXClientInfo()Juha-Pekka Heikkila2014-04-021-13/+0
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-311-0/+1
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-311-1/+3
* loader: add special logic to distinguish nouveau from nouveau_vieuxIlia Mirkin2014-03-191-10/+10
* glx: Fix incorrect pdp assignment in dri2_bind_context().Charmaine Lee2014-03-181-1/+2
* dri3: Add GLX_EXT_buffer_age supportAdel Gadllah2014-03-137-3/+55
* dri3: Prefer the last chosen back when finding a new one.Eric Anholt2014-03-131-10/+7
* glx: cleanup unneeded headersEmil Velikov2014-03-117-11/+1
* glx/tests: honor enable-driglx-direct configure flagJon TURNEY2014-03-111-0/+4
* configure: use LIB_EXT rather than hardcoded .soEmil Velikov2014-03-111-4/+4
* automake: do not use symbols names for static glapi.laEmil Velikov2014-03-111-5/+3
* configure: remove old makefile variablesEmil Velikov2014-03-111-5/+4
* glx_pbuffer: Refactor GetDrawableAttributeAdel Gadllah2014-03-071-5/+6
* mesa: remove remaining uses of _glthread_GetID()Brian Paul2014-03-051-10/+0
* mesa: remove empty glthread.h fileBrian Paul2014-03-031-1/+0
* glx/dri2: fix build failure on HURDJulien Cristau2014-03-031-0/+5
* glx/apple: Fixed glx context memory leak in case of failure.Siavash Eliasi2014-02-281-0/+1
* glx: Fix the GLXFBConfig attrib sort prioritiesFredrik Höglund2014-02-261-7/+4
* glx: Fix the default values for GLXFBConfig attributesFredrik Höglund2014-02-261-7/+2
* glx/drisw: use the implemented version of __DRIswrastLoaderExtensionEmil Velikov2014-02-231-5/+6
* glx/dri: use the implemented version of __DRIdamageExtensionEmil Velikov2014-02-231-2/+3
* glx/dri_common: use the implemented version of __DRIsystemTimeExtensionEmil Velikov2014-02-231-3/+4
* glx/dri: use the implemented version of __DRIgetDrawableInfoExtensionEmil Velikov2014-02-231-2/+3
* glx/dri3: set the implemented version of __DRIimageLoaderExtensionEmil Velikov2014-02-231-3/+4
* glx/dri2: set the implemented version of __DRIdri2LoaderExtensionEmil Velikov2014-02-231-8/+10
* glx: Add missing null check in __glX_send_client_info()Juha-Pekka Heikkila2014-02-071-0/+4
* glx: Add some missing null checks in glx_pbuffer.cJuha-Pekka Heikkila2014-02-071-4/+15
* glx: Add missing null check in __glXCloseDisplayJuha-Pekka Heikkila2014-02-071-1/+2
* glx: Add missing null checks in glxcmds.cJuha-Pekka Heikkila2014-02-071-8/+20
* glx: Pass NULL DRI drawables into the DRI driver for None GLX drawablesKristian Høgsberg2014-02-062-5/+15
* dri3: Track current Present swap mode and adjust buffer countsKeith Packard2014-01-302-24/+35
* dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888Keith Packard2014-01-301-0/+1
* dri3: Flush XCB before blocking for special eventsKeith Packard2014-01-301-0/+2
* dri3: Enable GLX_INTEL_swap_eventKeith Packard2014-01-301-17/+1
* dri3: Fix dri3_wait_for_sbc to wait for completion of requested SBCKeith Packard2014-01-301-16/+39
* dri3: Track full 64-bit SBC numbers, instead of just 32-bitsKeith Packard2014-01-302-20/+30
* build: Share the all-local rule for linking libraries into the build dirKristian Høgsberg2014-01-291-6/+1
* loader: Add missing \n on message printingEmil Velikov2014-01-271-4/+4
* dri: Reuse dri_message to implement our other message handlers.Eric Anholt2014-01-272-63/+4
* dri: Fix the logger error message handling.Eric Anholt2014-01-273-3/+34
* dri2: Trust our own driver name lookup over the server's.Eric Anholt2014-01-272-2/+12
* dri2: Open the fd before loading the driver.Eric Anholt2014-01-271-14/+14
* dri3: Fix two little memory leaks.Eric Anholt2014-01-271-2/+2
* glx: link loader util lib only when building with dri3Emil Velikov2014-01-231-1/+1
* glx: use the loader util libEmil Velikov2014-01-185-153/+7
* loader: introduce the loader util libEmil Velikov2014-01-182-0/+2