| Commit message (Expand) | Author | Age | Files | Lines |
* | loader: add special logic to distinguish nouveau from nouveau_vieux | Ilia Mirkin | 2014-03-19 | 1 | -10/+10 |
* | glx: Fix incorrect pdp assignment in dri2_bind_context(). | Charmaine Lee | 2014-03-18 | 1 | -1/+2 |
* | dri3: Add GLX_EXT_buffer_age support | Adel Gadllah | 2014-03-13 | 7 | -3/+55 |
* | dri3: Prefer the last chosen back when finding a new one. | Eric Anholt | 2014-03-13 | 1 | -10/+7 |
* | glx: cleanup unneeded headers | Emil Velikov | 2014-03-11 | 7 | -11/+1 |
* | glx/tests: honor enable-driglx-direct configure flag | Jon TURNEY | 2014-03-11 | 1 | -0/+4 |
* | configure: use LIB_EXT rather than hardcoded .so | Emil Velikov | 2014-03-11 | 1 | -4/+4 |
* | automake: do not use symbols names for static glapi.la | Emil Velikov | 2014-03-11 | 1 | -5/+3 |
* | configure: remove old makefile variables | Emil Velikov | 2014-03-11 | 1 | -5/+4 |
* | glx_pbuffer: Refactor GetDrawableAttribute | Adel Gadllah | 2014-03-07 | 1 | -5/+6 |
* | mesa: remove remaining uses of _glthread_GetID() | Brian Paul | 2014-03-05 | 1 | -10/+0 |
* | mesa: remove empty glthread.h file | Brian Paul | 2014-03-03 | 1 | -1/+0 |
* | glx/dri2: fix build failure on HURD | Julien Cristau | 2014-03-03 | 1 | -0/+5 |
* | glx/apple: Fixed glx context memory leak in case of failure. | Siavash Eliasi | 2014-02-28 | 1 | -0/+1 |
* | glx: Fix the GLXFBConfig attrib sort priorities | Fredrik Höglund | 2014-02-26 | 1 | -7/+4 |
* | glx: Fix the default values for GLXFBConfig attributes | Fredrik Höglund | 2014-02-26 | 1 | -7/+2 |
* | glx/drisw: use the implemented version of __DRIswrastLoaderExtension | Emil Velikov | 2014-02-23 | 1 | -5/+6 |
* | glx/dri: use the implemented version of __DRIdamageExtension | Emil Velikov | 2014-02-23 | 1 | -2/+3 |
* | glx/dri_common: use the implemented version of __DRIsystemTimeExtension | Emil Velikov | 2014-02-23 | 1 | -3/+4 |
* | glx/dri: use the implemented version of __DRIgetDrawableInfoExtension | Emil Velikov | 2014-02-23 | 1 | -2/+3 |
* | glx/dri3: set the implemented version of __DRIimageLoaderExtension | Emil Velikov | 2014-02-23 | 1 | -3/+4 |
* | glx/dri2: set the implemented version of __DRIdri2LoaderExtension | Emil Velikov | 2014-02-23 | 1 | -8/+10 |
* | glx: Add missing null check in __glX_send_client_info() | Juha-Pekka Heikkila | 2014-02-07 | 1 | -0/+4 |
* | glx: Add some missing null checks in glx_pbuffer.c | Juha-Pekka Heikkila | 2014-02-07 | 1 | -4/+15 |
* | glx: Add missing null check in __glXCloseDisplay | Juha-Pekka Heikkila | 2014-02-07 | 1 | -1/+2 |
* | glx: Add missing null checks in glxcmds.c | Juha-Pekka Heikkila | 2014-02-07 | 1 | -8/+20 |
* | glx: Pass NULL DRI drawables into the DRI driver for None GLX drawables | Kristian Høgsberg | 2014-02-06 | 2 | -5/+15 |
* | dri3: Track current Present swap mode and adjust buffer counts | Keith Packard | 2014-01-30 | 2 | -24/+35 |
* | dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888 | Keith Packard | 2014-01-30 | 1 | -0/+1 |
* | dri3: Flush XCB before blocking for special events | Keith Packard | 2014-01-30 | 1 | -0/+2 |
* | dri3: Enable GLX_INTEL_swap_event | Keith Packard | 2014-01-30 | 1 | -17/+1 |
* | dri3: Fix dri3_wait_for_sbc to wait for completion of requested SBC | Keith Packard | 2014-01-30 | 1 | -16/+39 |
* | dri3: Track full 64-bit SBC numbers, instead of just 32-bits | Keith Packard | 2014-01-30 | 2 | -20/+30 |
* | build: Share the all-local rule for linking libraries into the build dir | Kristian Høgsberg | 2014-01-29 | 1 | -6/+1 |
* | loader: Add missing \n on message printing | Emil Velikov | 2014-01-27 | 1 | -4/+4 |
* | dri: Reuse dri_message to implement our other message handlers. | Eric Anholt | 2014-01-27 | 2 | -63/+4 |
* | dri: Fix the logger error message handling. | Eric Anholt | 2014-01-27 | 3 | -3/+34 |
* | dri2: Trust our own driver name lookup over the server's. | Eric Anholt | 2014-01-27 | 2 | -2/+12 |
* | dri2: Open the fd before loading the driver. | Eric Anholt | 2014-01-27 | 1 | -14/+14 |
* | dri3: Fix two little memory leaks. | Eric Anholt | 2014-01-27 | 1 | -2/+2 |
* | glx: link loader util lib only when building with dri3 | Emil Velikov | 2014-01-23 | 1 | -1/+1 |
* | glx: use the loader util lib | Emil Velikov | 2014-01-18 | 5 | -153/+7 |
* | loader: introduce the loader util lib | Emil Velikov | 2014-01-18 | 2 | -0/+2 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 3 | -3/+3 |
* | glx: check memory allocations in __glXInitVertexArrayState() | Juha-Pekka Heikkila | 2014-01-06 | 1 | -4/+23 |
* | glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable | Lauri Kasanen | 2013-12-20 | 3 | -6/+4 |
* | dri3: Rename DRI3_MAX_BACK to DRI3_NUM_BACK | Keith Packard | 2013-12-20 | 2 | -7/+7 |
* | dri3: Clean up struct dri3_drawable | Keith Packard | 2013-12-20 | 1 | -5/+1 |
* | dri3: Free resources when drawable is destroyed. | Keith Packard | 2013-12-20 | 2 | -2/+20 |
* | dri3: Switch to libxshmfence version 1.1 | Keith Packard | 2013-12-20 | 2 | -3/+3 |