summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2015-10-05glx: Drop CRAY support.Matt Turner2-102/+0
2015-10-02glx: Don't hard-code the name "libGL.so.1" in driOpenDriver (v3)Kyle Brenneman2-1/+6
2015-10-02glx: Fix build errors with --enable-mangling (v2)Kyle Brenneman2-2/+12
2015-09-07glxl/tests: Use X11_INCLUDES instead of X11_CFLAGSJon TURNEY1-1/+1
2015-08-18mesa/glx: Resolve GCC sign-compare warning.Rhys Kidd1-1/+1
2015-08-18mesa/glx: Resolve GCC sign-compare warning.Rhys Kidd1-2/+1
2015-08-18glx: Fix __glXWireToEvent for BufferSwapCompleteAdam Jackson1-0/+3
2015-08-04glx: Use _mesa_lroundevenf() in glPixelStoref().Matt Turner1-12/+13
2015-07-31glx: Fix missing bit decl for EXT_texture_integerAdam Jackson1-0/+1
2015-07-31glx: Fix image size computation for EXT_texture_integer (v2)Adam Jackson2-0/+11
2015-07-23Revert "Match swrast modes more loosely."Marek Olšák1-58/+1
2015-07-23Match swrast modes more loosely.Tom Hughes1-1/+58
2015-07-11dri3_open: don't leak the replyGuillaume Desmottes1-0/+2
2015-06-23glx: Use loader_open_device() helperDerek Foreman1-9/+1
2015-05-22glx: fix Scons buildBrian Paul1-1/+1
2015-05-11glx/dri3: Add additional check for gpu offloading caseAxel Davy1-0/+5
2015-05-07glx: report which DRI version is used when in verbose debug modeMartin Peres2-0/+4
2015-04-29glx: Massive update of comments in struct extension_infoIan Romanick1-4/+65
2015-04-27Fix a few typosZoë Blade7-12/+12
2015-04-15glx: Create proper server dependency for GLX_EXT_create_context_es2_profileIan Romanick1-11/+1
2015-04-14glx: replace __FUNCTION__ with __func__Marius Predut1-2/+2
2015-04-13glx: Include util/macros.h instead of redefining PRINTFLIKE.Jose Fonseca1-6/+1
2015-03-17glx: Handle out-of-sequence swap completion events correctly. (v2)Mario Kleiner1-2/+7
2015-03-11glx: remove support for non-multithreaded platformsEmil Velikov3-29/+2
2015-03-11glx: remove final reference to THREADSEmil Velikov1-4/+0
2015-03-06Revert "glx: remove final reference to THREADS"Emil Velikov1-0/+4
2015-03-06Revert "glx: remove support for non-multithreaded platforms"Emil Velikov3-2/+29
2015-03-06glx: remove unneeded ifdef _WIN32 guardEmil Velikov1-2/+0
2015-03-06glx: remove support for non-multithreaded platformsEmil Velikov3-29/+2
2015-03-06glx: remove final reference to THREADSEmil Velikov1-4/+0
2015-03-05Fix invalid extern "C" around header inclusion.Mark Janes2-2/+8
2015-03-04glx/tests: add -I src/ to fix make checkBrian Paul1-0/+1
2015-03-04glx: use ARRAY_SIZE from macros.hBrian Paul3-1/+3
2015-02-25glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESAAndreas Boll1-6/+30
2015-02-18glx: do not leak the dri2 extension informationEmil Velikov1-1/+2
2015-02-10darwin: build fixJeremy Huddleston Sequoia1-0/+5
2015-02-10darwin: build fixJeremy Huddleston Sequoia1-0/+1
2014-12-17mesa: remove support for GCC older than 3.3.0Timothy Arceri1-1/+1
2014-12-16glx: remove __glXstrdup()Juha-Pekka Heikkila2-20/+0
2014-12-14glx/dri3: Don't fail on glXSwapBuffersMscOML(dpy, window, 0, 0, 0) (v2)Mario Kleiner1-2/+15
2014-12-14glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)Mario Kleiner1-1/+13
2014-12-14glx/dri3: Track separate (ust, msc) for PresentPixmap vs. PresentNotifyMsc (v2)Mario Kleiner2-5/+11
2014-12-14glx/dri3: Fix glXWaitForSbcOML() to handle targetSBC==0 correctly. (v2)Mario Kleiner1-0/+9
2014-12-12mesa: Add notes/readme files to distribution.Matt Turner1-0/+2
2014-12-12mesa: Add scons files to distribution.Matt Turner1-0/+2
2014-12-12glx/apple: Add headers to distribution.Matt Turner1-1/+10
2014-12-12glx/tests: Add headers to distribution.Matt Turner1-0/+2
2014-12-12glx: Add headers to distribution.Matt Turner1-3/+21
2014-12-12glx: Alphabetize source lists.Matt Turner1-40/+40
2014-10-29glx/dri3: Implement LIBGL_SHOW_FPS=1 for DRI3/Present.Kenneth Graunke2-2/+36