summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2013-04-05Honor GLX_DONT_CARE in MATCH_MASKAlexander Monakov1-1/+3
2013-03-21glx: Build with VISIBILITY_CFLAGS in automakeAdam Jackson1-0/+1
2013-03-18DRI2: HACK: no GLX_INTEL_swap_event if no ScheduleSwapRob Clark1-6/+15
2013-03-14glx: init screen = 0 to fix optimized build warningBrian Paul1-1/+1
2013-02-27glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefinedJon TURNEY1-1/+1
2013-02-19DRI2: Don't disable GLX_INTEL_swap_event unconditionallyZack Rusin1-3/+12
2013-02-07glx: Centralize the code for context flushing.Eric Anholt1-45/+37
2013-02-07glx: Add a little comment about what dri2FlushFrontBuffer() does.Eric Anholt1-0/+4
2013-01-29glx: Check that swap_buffers_reply is non-NULL before using itStéphane Marchesin1-3/+5
2013-01-24glx: only advertise GLX_INTEL_swap_event if it's supportedZack Rusin1-2/+3
2013-01-21scons: Fix dependencies of generated headers.José Fonseca1-7/+2
2013-01-13tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr1-5/+5
2013-01-10Clean up .gitignore filesMatt Turner1-5/+0
2012-12-07glx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where it should be setMarek Olšák1-2/+4
2012-12-02glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák1-49/+92
2012-12-02glx: move the glFlush call one layer downMarek Olšák5-17/+35
2012-12-01dri_glx: fix use after free reportDave Airlie1-1/+4
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry10-364/+364
2012-11-01dispatch: Include glheader.h in dispatch-related files.Paul Berry1-1/+1
2012-10-29glx: Add the extension string for GLX_ARB_framebuffer_sRGBIan Romanick2-0/+6
2012-10-29glx: Set sRGBCapable to a default valueIan Romanick1-0/+2
2012-10-17glx: Add GLXBadProfileARB to the error string listAdam Jackson1-0/+1
2012-10-17glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()Owen W. Taylor1-1/+1
2012-10-16glx: Fix a regression in the new XCB codeFredrik Höglund1-3/+15
2012-10-09glx: Replace DRI2SwapBuffers() custom protocol with XCB.Eric Anholt3-52/+31
2012-10-09glx: Fix some indentation.Eric Anholt1-5/+5
2012-10-09glx: Replace DRI2SwapInterval custom protocol with XCB.Eric Anholt3-29/+2
2012-10-09glx: Reuse setSwapInterval for setting initial swap interval.Eric Anholt1-5/+2
2012-10-09glx: Allow glXSwapInterval(0) when vblank_mode=0.Eric Anholt1-1/+3
2012-10-09glx: Replace DRI2GetMSC custom protocol with XCB.Eric Anholt3-52/+10
2012-10-09glx: Replace DRI2WaitForMSC custom protocol with XCB.Eric Anholt3-66/+21
2012-10-09glx: Replace DRI2WaitForSBC custom protocol with XCB.Eric Anholt3-54/+34
2012-10-09glx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER code.Eric Anholt1-61/+0
2012-10-09glx: Unifdef some dri_interface.h defines.Eric Anholt1-14/+1
2012-10-09glx: Unifdef USE_XCB.Eric Anholt4-248/+0
2012-10-03glx/dri2: use uint64_t instead of double to represent time for FPS calculationMarek Olšák1-5/+6
2012-10-01build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner3-7/+7
2012-10-01build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner1-1/+2
2012-09-24darwin: do not create double-buffered offscreen pixel formatsJonas Maebe1-1/+1
2012-09-06glx: move 'prime' var into #ifdef'd code blockBrian Paul1-8/+10
2012-09-05Replace another malloc/memset-0 combination with callocMatt Turner1-2/+1
2012-09-05Remove useless memset after callocMatt Turner2-2/+0
2012-09-05Use calloc instead of malloc/memset-0Matt Turner5-24/+12
2012-09-05Remove useless checks for NULL before freeingMatt Turner6-32/+16
2012-09-05Don't cast the return value of malloc/reallocMatt Turner11-21/+21
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner21-153/+152
2012-09-05Use the correct macro _WIN32 for Windows.Vinson Lee1-1/+1
2012-08-22build: Clean glx Makefile.amMatt Turner1-4/+1
2012-08-16glx/dri2: add dri2 prime support.Dave Airlie1-0/+13
2012-08-13build/glx: fix include paths for out-of-tree buildsChristopher James Halse Rogers1-0/+2