| Commit message (Expand) | Author | Age | Files | Lines |
* | glx: Implement __DRI_BACKGROUND_CALLABLE | Paul Berry | 2017-03-16 | 2 | -1/+30 |
* | glx: don't expose systemTimeExtension for DRI2/DRI3/DRISW | Emil Velikov | 2017-03-15 | 3 | -4/+0 |
* | glx/tests: automake: add dispatch-index-check to the tarball | Emil Velikov | 2017-02-28 | 1 | -0/+1 |
* | check: add support for running test as standalone | Eric Engestrom | 2017-02-26 | 1 | -0/+5 |
* | check: make any failure fatal | Eric Engestrom | 2017-02-26 | 1 | -0/+1 |
* | check: mark two tests are requiring bash | Eric Engestrom | 2017-02-26 | 1 | -1/+1 |
* | glx: add GLXdispatchIndex sort check | Eric Engestrom | 2017-02-24 | 2 | -1/+25 |
* | glx/glvnd: Fix GLXdispatchIndex sorting | Hans de Goede | 2017-02-15 | 1 | -4/+4 |
* | glx: remove always true XDAMAGE_1_1_INTERFACE guard | Emil Velikov | 2017-02-13 | 1 | -4/+0 |
* | glx: remove DRI2DriverPrimeShift compile guards | Emil Velikov | 2017-02-13 | 1 | -2/+0 |
* | glx: remove always true ifdef guards | Emil Velikov | 2017-02-13 | 1 | -4/+0 |
* | glx: guard swap-interval functions against destroyed drawables | Nicolai Hähnle | 2017-02-06 | 2 | -3/+19 |
* | glx/dri3: guard in_current_context against a disappeared drawable | Nicolai Hähnle | 2017-02-06 | 1 | -0/+4 |
* | glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversion | Nicolai Hähnle | 2017-02-06 | 1 | -0/+2 |
* | glx/windows: automake: include builddir prior to srcdir | Emil Velikov | 2017-01-27 | 1 | -1/+1 |
* | glx/apple: automake: include builddir prior to srcdir | Emil Velikov | 2017-01-27 | 1 | -2/+2 |
* | glx: automake: include builddir prior to srcdir | Emil Velikov | 2017-01-27 | 1 | -2/+2 |
* | glx: unify GLX_SGIX_pbuffer aliased declarations | Emil Velikov | 2017-01-18 | 2 | -18/+0 |
* | glx: use GLX_ALIAS for glXGetProcAddress | Emil Velikov | 2017-01-18 | 1 | -13/+4 |
* | mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro | Emil Velikov | 2017-01-18 | 2 | -4/+4 |
* | glx: remove always false ifdef GLX_NO_STATIC_EXTENSION_FUNCTIONS | Emil Velikov | 2017-01-18 | 1 | -5/+0 |
* | dri3: Fix MakeCurrent without a default framebuffer | Fredrik Höglund | 2017-01-05 | 1 | -4/+10 |
* | dri: make use of loader_get_extensions_name(..) helper | Christian Gmeiner | 2016-11-15 | 1 | -3/+2 |
* | Revert "dri: make use of dri_get_extensions_name(..) helper" | Emil Velikov | 2016-11-15 | 1 | -2/+3 |
* | dri: make use of dri_get_extensions_name(..) helper | Christian Gmeiner | 2016-11-15 | 1 | -3/+2 |
* | glx: make interop ABI visible again | Marek Olšák | 2016-11-04 | 1 | -2/+2 |
* | glx/windows: Add wgl.h to the sources list | Andreas Boll | 2016-11-03 | 1 | -1/+2 |
* | glx/glvnd: Use bsearch() in FindGLXFunction instead of open-coding it | Adam Jackson | 2016-11-02 | 1 | -18/+16 |
* | glx/glvnd: Fix dispatch function names and indices | Adam Jackson | 2016-11-02 | 2 | -146/+144 |
* | glx/glvnd: Don't modify the dummy slot in the dispatch table | Adam Jackson | 2016-11-02 | 1 | -0/+3 |
* | loader: remove loader_get_driver_for_fd() driver_type | Emil Velikov | 2016-10-18 | 2 | -2/+2 |
* | loader/dri3: constify the loader_dri3_vtable | Emil Velikov | 2016-10-14 | 1 | -1/+1 |
* | glx: Perform check for valid fbconfig against proper X-Screen. | Mario Kleiner | 2016-10-14 | 1 | -2/+1 |
* | loader/dri3: add get_dri_screen() to the vtable | Martin Peres | 2016-10-07 | 1 | -0/+11 |
* | glx: rename choose_visual(), drop const argument | Emil Velikov | 2016-10-06 | 1 | -15/+11 |
* | glx: return GL_FALSE from glx_screen_init where applicable. | Emil Velikov | 2016-10-06 | 1 | -2/+5 |
* | glx: correctly mask the drawableType for GLX_ARB_fbconfig_float | Emil Velikov | 2016-10-06 | 1 | -1/+1 |
* | direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI") | Jon Turney | 2016-09-15 | 16 | -2/+2050 |
* | glx/glvnd: list the strcmp arguments in correct order | Emil Velikov | 2016-09-05 | 1 | -2/+2 |
* | glx: Don't use current context in __glXSendError | Michel Dänzer | 2016-08-17 | 1 | -3/+1 |
* | glx: apple specific occurences of dummyContext check | Tapani Pälli | 2016-08-15 | 3 | -4/+4 |
* | glx: fix error code when there is no context bound | Bernard Kilarski | 2016-08-15 | 5 | -20/+33 |
* | glx: Avoid aliasing violations. | Matt Turner | 2016-07-26 | 2 | -24/+25 |
* | Avoid overflow in 'last' variable of FindGLXFunction(...) | Stefan Dirsch | 2016-07-20 | 1 | -3/+3 |
* | glx: Fix for commit 2c86668694. | Matt Turner | 2016-07-08 | 1 | -0/+2 |
* | glx: Undo memory allocation checking damage. | Matt Turner | 2016-07-08 | 1 | -5/+1 |
* | glx: Fix indirect multi-texture GL_DOUBLE coordinate arrays. | Colin McDonald | 2016-07-08 | 2 | -30/+50 |
* | glx: Correct opcode typos in __indirect_glTexCoordPointer. | Colin McDonald | 2016-07-08 | 1 | -5/+14 |
* | glx: Call __glXInitVertexArrayState() with a usable gc. | Colin McDonald | 2016-07-08 | 2 | -8/+12 |
* | Remove wrongly repeated words in comments | Giuseppe Bilotta | 2016-06-23 | 1 | -1/+1 |