| Commit message (Expand) | Author | Age | Files | Lines |
* | glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefined | Jon TURNEY | 2013-02-27 | 1 | -1/+1 |
* | DRI2: Don't disable GLX_INTEL_swap_event unconditionally | Zack Rusin | 2013-02-19 | 1 | -3/+12 |
* | glx: Centralize the code for context flushing. | Eric Anholt | 2013-02-07 | 1 | -45/+37 |
* | glx: Add a little comment about what dri2FlushFrontBuffer() does. | Eric Anholt | 2013-02-07 | 1 | -0/+4 |
* | glx: Check that swap_buffers_reply is non-NULL before using it | Stéphane Marchesin | 2013-01-29 | 1 | -3/+5 |
* | glx: only advertise GLX_INTEL_swap_event if it's supported | Zack Rusin | 2013-01-24 | 1 | -2/+3 |
* | scons: Fix dependencies of generated headers. | José Fonseca | 2013-01-21 | 1 | -7/+2 |
* | tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir). | Johannes Obermayr | 2013-01-13 | 1 | -5/+5 |
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 1 | -5/+0 |
* | glx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where it should be set | Marek Olšák | 2012-12-07 | 1 | -2/+4 |
* | glx/dri2: add and use new driver hook flush_with_flags | Marek Olšák | 2012-12-02 | 1 | -49/+92 |
* | glx: move the glFlush call one layer down | Marek Olšák | 2012-12-02 | 5 | -17/+35 |
* | dri_glx: fix use after free report | Dave Airlie | 2012-12-01 | 1 | -1/+4 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 10 | -364/+364 |
* | dispatch: Include glheader.h in dispatch-related files. | Paul Berry | 2012-11-01 | 1 | -1/+1 |
* | glx: Add the extension string for GLX_ARB_framebuffer_sRGB | Ian Romanick | 2012-10-29 | 2 | -0/+6 |
* | glx: Set sRGBCapable to a default value | Ian Romanick | 2012-10-29 | 1 | -0/+2 |
* | glx: Add GLXBadProfileARB to the error string list | Adam Jackson | 2012-10-17 | 1 | -0/+1 |
* | glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString() | Owen W. Taylor | 2012-10-17 | 1 | -1/+1 |
* | glx: Fix a regression in the new XCB code | Fredrik Höglund | 2012-10-16 | 1 | -3/+15 |
* | glx: Replace DRI2SwapBuffers() custom protocol with XCB. | Eric Anholt | 2012-10-09 | 3 | -52/+31 |
* | glx: Fix some indentation. | Eric Anholt | 2012-10-09 | 1 | -5/+5 |
* | glx: Replace DRI2SwapInterval custom protocol with XCB. | Eric Anholt | 2012-10-09 | 3 | -29/+2 |
* | glx: Reuse setSwapInterval for setting initial swap interval. | Eric Anholt | 2012-10-09 | 1 | -5/+2 |
* | glx: Allow glXSwapInterval(0) when vblank_mode=0. | Eric Anholt | 2012-10-09 | 1 | -1/+3 |
* | glx: Replace DRI2GetMSC custom protocol with XCB. | Eric Anholt | 2012-10-09 | 3 | -52/+10 |
* | glx: Replace DRI2WaitForMSC custom protocol with XCB. | Eric Anholt | 2012-10-09 | 3 | -66/+21 |
* | glx: Replace DRI2WaitForSBC custom protocol with XCB. | Eric Anholt | 2012-10-09 | 3 | -54/+34 |
* | glx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER code. | Eric Anholt | 2012-10-09 | 1 | -61/+0 |
* | glx: Unifdef some dri_interface.h defines. | Eric Anholt | 2012-10-09 | 1 | -14/+1 |
* | glx: Unifdef USE_XCB. | Eric Anholt | 2012-10-09 | 4 | -248/+0 |
* | glx/dri2: use uint64_t instead of double to represent time for FPS calculation | Marek Olšák | 2012-10-03 | 1 | -5/+6 |
* | build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition | Matt Turner | 2012-10-01 | 3 | -7/+7 |
* | build: Use PTHREAD_LIBS and PTHREAD_CFLAGS | Matt Turner | 2012-10-01 | 1 | -1/+2 |
* | darwin: do not create double-buffered offscreen pixel formats | Jonas Maebe | 2012-09-24 | 1 | -1/+1 |
* | glx: move 'prime' var into #ifdef'd code block | Brian Paul | 2012-09-06 | 1 | -8/+10 |
* | Replace another malloc/memset-0 combination with calloc | Matt Turner | 2012-09-05 | 1 | -2/+1 |
* | Remove useless memset after calloc | Matt Turner | 2012-09-05 | 2 | -2/+0 |
* | Use calloc instead of malloc/memset-0 | Matt Turner | 2012-09-05 | 5 | -24/+12 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 6 | -32/+16 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 11 | -21/+21 |
* | Remove Xcalloc/Xmalloc/Xfree calls | Matt Turner | 2012-09-05 | 21 | -153/+152 |
* | Use the correct macro _WIN32 for Windows. | Vinson Lee | 2012-09-05 | 1 | -1/+1 |
* | build: Clean glx Makefile.am | Matt Turner | 2012-08-22 | 1 | -4/+1 |
* | glx/dri2: add dri2 prime support. | Dave Airlie | 2012-08-16 | 1 | -0/+13 |
* | build/glx: fix include paths for out-of-tree builds | Christopher James Halse Rogers | 2012-08-13 | 1 | -0/+2 |
* | build: fix location of generated files in src/mesa (v4) | Christopher James Halse Rogers | 2012-08-13 | 1 | -0/+4 |
* | glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION. | Kenneth Graunke | 2012-08-08 | 2 | -2/+2 |
* | glx: Don't use glapitable.h at all | Ian Romanick | 2012-08-08 | 3 | -6/+10 |
* | glx: Don't rely on struct _glapi_table | Ian Romanick | 2012-08-08 | 2 | -666/+654 |