index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-31
gallium/swrast: fix front buffer blitting. (v2)
Dave Airlie
1
-5
/
+14
2015-10-05
glx: Drop CRAY support.
Matt Turner
2
-102
/
+0
2015-10-02
glx: Don't hard-code the name "libGL.so.1" in driOpenDriver (v3)
Kyle Brenneman
2
-1
/
+6
2015-10-02
glx: Fix build errors with --enable-mangling (v2)
Kyle Brenneman
2
-2
/
+12
2015-09-07
glxl/tests: Use X11_INCLUDES instead of X11_CFLAGS
Jon TURNEY
1
-1
/
+1
2015-08-18
mesa/glx: Resolve GCC sign-compare warning.
Rhys Kidd
1
-1
/
+1
2015-08-18
mesa/glx: Resolve GCC sign-compare warning.
Rhys Kidd
1
-2
/
+1
2015-08-18
glx: Fix __glXWireToEvent for BufferSwapComplete
Adam Jackson
1
-0
/
+3
2015-08-04
glx: Use _mesa_lroundevenf() in glPixelStoref().
Matt Turner
1
-12
/
+13
2015-07-31
glx: Fix missing bit decl for EXT_texture_integer
Adam Jackson
1
-0
/
+1
2015-07-31
glx: Fix image size computation for EXT_texture_integer (v2)
Adam Jackson
2
-0
/
+11
2015-07-23
Revert "Match swrast modes more loosely."
Marek Olšák
1
-58
/
+1
2015-07-23
Match swrast modes more loosely.
Tom Hughes
1
-1
/
+58
2015-07-11
dri3_open: don't leak the reply
Guillaume Desmottes
1
-0
/
+2
2015-06-23
glx: Use loader_open_device() helper
Derek Foreman
1
-9
/
+1
2015-05-22
glx: fix Scons build
Brian Paul
1
-1
/
+1
2015-05-11
glx/dri3: Add additional check for gpu offloading case
Axel Davy
1
-0
/
+5
2015-05-07
glx: report which DRI version is used when in verbose debug mode
Martin Peres
2
-0
/
+4
2015-04-29
glx: Massive update of comments in struct extension_info
Ian Romanick
1
-4
/
+65
2015-04-27
Fix a few typos
Zoë Blade
7
-12
/
+12
2015-04-15
glx: Create proper server dependency for GLX_EXT_create_context_es2_profile
Ian Romanick
1
-11
/
+1
2015-04-14
glx: replace __FUNCTION__ with __func__
Marius Predut
1
-2
/
+2
2015-04-13
glx: Include util/macros.h instead of redefining PRINTFLIKE.
Jose Fonseca
1
-6
/
+1
2015-03-17
glx: Handle out-of-sequence swap completion events correctly. (v2)
Mario Kleiner
1
-2
/
+7
2015-03-11
glx: remove support for non-multithreaded platforms
Emil Velikov
3
-29
/
+2
2015-03-11
glx: remove final reference to THREADS
Emil Velikov
1
-4
/
+0
2015-03-06
Revert "glx: remove final reference to THREADS"
Emil Velikov
1
-0
/
+4
2015-03-06
Revert "glx: remove support for non-multithreaded platforms"
Emil Velikov
3
-2
/
+29
2015-03-06
glx: remove unneeded ifdef _WIN32 guard
Emil Velikov
1
-2
/
+0
2015-03-06
glx: remove support for non-multithreaded platforms
Emil Velikov
3
-29
/
+2
2015-03-06
glx: remove final reference to THREADS
Emil Velikov
1
-4
/
+0
2015-03-05
Fix invalid extern "C" around header inclusion.
Mark Janes
2
-2
/
+8
2015-03-04
glx/tests: add -I src/ to fix make check
Brian Paul
1
-0
/
+1
2015-03-04
glx: use ARRAY_SIZE from macros.h
Brian Paul
3
-1
/
+3
2015-02-25
glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA
Andreas Boll
1
-6
/
+30
2015-02-18
glx: do not leak the dri2 extension information
Emil Velikov
1
-1
/
+2
2015-02-10
darwin: build fix
Jeremy Huddleston Sequoia
1
-0
/
+5
2015-02-10
darwin: build fix
Jeremy Huddleston Sequoia
1
-0
/
+1
2014-12-17
mesa: remove support for GCC older than 3.3.0
Timothy Arceri
1
-1
/
+1
2014-12-16
glx: remove __glXstrdup()
Juha-Pekka Heikkila
2
-20
/
+0
2014-12-14
glx/dri3: Don't fail on glXSwapBuffersMscOML(dpy, window, 0, 0, 0) (v2)
Mario Kleiner
1
-2
/
+15
2014-12-14
glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
Mario Kleiner
1
-1
/
+13
2014-12-14
glx/dri3: Track separate (ust, msc) for PresentPixmap vs. PresentNotifyMsc (v2)
Mario Kleiner
2
-5
/
+11
2014-12-14
glx/dri3: Fix glXWaitForSbcOML() to handle targetSBC==0 correctly. (v2)
Mario Kleiner
1
-0
/
+9
2014-12-12
mesa: Add notes/readme files to distribution.
Matt Turner
1
-0
/
+2
2014-12-12
mesa: Add scons files to distribution.
Matt Turner
1
-0
/
+2
2014-12-12
glx/apple: Add headers to distribution.
Matt Turner
1
-1
/
+10
2014-12-12
glx/tests: Add headers to distribution.
Matt Turner
1
-0
/
+2
2014-12-12
glx: Add headers to distribution.
Matt Turner
1
-3
/
+21
2014-12-12
glx: Alphabetize source lists.
Matt Turner
1
-40
/
+40
[next]