aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr2013-01-131-5/+5
* Clean up .gitignore filesMatt Turner2013-01-101-5/+0
* glx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where it should be setMarek Olšák2012-12-071-2/+4
* glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák2012-12-021-49/+92
* glx: move the glFlush call one layer downMarek Olšák2012-12-025-17/+35
* dri_glx: fix use after free reportDave Airlie2012-12-011-1/+4
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-1210-364/+364
* dispatch: Include glheader.h in dispatch-related files.Paul Berry2012-11-011-1/+1
* glx: Add the extension string for GLX_ARB_framebuffer_sRGBIan Romanick2012-10-292-0/+6
* glx: Set sRGBCapable to a default valueIan Romanick2012-10-291-0/+2
* glx: Add GLXBadProfileARB to the error string listAdam Jackson2012-10-171-0/+1
* glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()Owen W. Taylor2012-10-171-1/+1
* glx: Fix a regression in the new XCB codeFredrik Höglund2012-10-161-3/+15
* glx: Replace DRI2SwapBuffers() custom protocol with XCB.Eric Anholt2012-10-093-52/+31
* glx: Fix some indentation.Eric Anholt2012-10-091-5/+5
* glx: Replace DRI2SwapInterval custom protocol with XCB.Eric Anholt2012-10-093-29/+2
* glx: Reuse setSwapInterval for setting initial swap interval.Eric Anholt2012-10-091-5/+2
* glx: Allow glXSwapInterval(0) when vblank_mode=0.Eric Anholt2012-10-091-1/+3
* glx: Replace DRI2GetMSC custom protocol with XCB.Eric Anholt2012-10-093-52/+10
* glx: Replace DRI2WaitForMSC custom protocol with XCB.Eric Anholt2012-10-093-66/+21
* glx: Replace DRI2WaitForSBC custom protocol with XCB.Eric Anholt2012-10-093-54/+34
* glx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER code.Eric Anholt2012-10-091-61/+0
* glx: Unifdef some dri_interface.h defines.Eric Anholt2012-10-091-14/+1
* glx: Unifdef USE_XCB.Eric Anholt2012-10-094-248/+0
* glx/dri2: use uint64_t instead of double to represent time for FPS calculationMarek Olšák2012-10-031-5/+6
* build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2012-10-013-7/+7
* build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner2012-10-011-1/+2
* darwin: do not create double-buffered offscreen pixel formatsJonas Maebe2012-09-241-1/+1
* glx: move 'prime' var into #ifdef'd code blockBrian Paul2012-09-061-8/+10
* Replace another malloc/memset-0 combination with callocMatt Turner2012-09-051-2/+1
* Remove useless memset after callocMatt Turner2012-09-052-2/+0
* Use calloc instead of malloc/memset-0Matt Turner2012-09-055-24/+12
* Remove useless checks for NULL before freeingMatt Turner2012-09-056-32/+16
* Don't cast the return value of malloc/reallocMatt Turner2012-09-0511-21/+21
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-0521-153/+152
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-051-1/+1
* build: Clean glx Makefile.amMatt Turner2012-08-221-4/+1
* glx/dri2: add dri2 prime support.Dave Airlie2012-08-161-0/+13
* build/glx: fix include paths for out-of-tree buildsChristopher James Halse Rogers2012-08-131-0/+2
* build: fix location of generated files in src/mesa (v4)Christopher James Halse Rogers2012-08-131-0/+4
* glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.Kenneth Graunke2012-08-082-2/+2
* glx: Don't use glapitable.h at allIan Romanick2012-08-083-6/+10
* glx: Don't rely on struct _glapi_tableIan Romanick2012-08-082-666/+654
* automake: Honor GL_LIB for mangled/custom lib namesBrad King2012-07-231-20/+7
* glx: build tests after libglx.laMatt Turner2012-07-171-1/+1
* automake: convert libglapiJon TURNEY2012-07-131-1/+1
* scons: Also require recent XCB.José Fonseca2012-07-121-0/+3
* mesa: Require current libxcb.Eric Anholt2012-07-124-33/+1
* glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick2012-07-116-6/+49
* glx/tests: Fix off-by-one error in allocating extension string bufferIan Romanick2012-07-031-1/+1