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
2016-09-15
direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")
Jon Turney
16
-2
/
+2050
2016-09-05
glx/glvnd: list the strcmp arguments in correct order
Emil Velikov
1
-2
/
+2
2016-08-17
glx: Don't use current context in __glXSendError
Michel Dänzer
1
-3
/
+1
2016-08-15
glx: apple specific occurences of dummyContext check
Tapani Pälli
3
-4
/
+4
2016-08-15
glx: fix error code when there is no context bound
Bernard Kilarski
5
-20
/
+33
2016-07-26
glx: Avoid aliasing violations.
Matt Turner
2
-24
/
+25
2016-07-20
Avoid overflow in 'last' variable of FindGLXFunction(...)
Stefan Dirsch
1
-3
/
+3
2016-07-08
glx: Fix for commit 2c86668694.
Matt Turner
1
-0
/
+2
2016-07-08
glx: Undo memory allocation checking damage.
Matt Turner
1
-5
/
+1
2016-07-08
glx: Fix indirect multi-texture GL_DOUBLE coordinate arrays.
Colin McDonald
2
-30
/
+50
2016-07-08
glx: Correct opcode typos in __indirect_glTexCoordPointer.
Colin McDonald
1
-5
/
+14
2016-07-08
glx: Call __glXInitVertexArrayState() with a usable gc.
Colin McDonald
2
-8
/
+12
2016-06-23
Remove wrongly repeated words in comments
Giuseppe Bilotta
1
-1
/
+1
2016-06-09
glx: fix crash with bad fbconfig
Daniel Czarnowski
1
-0
/
+23
2016-05-30
mesa_glinterop: remove mesa_glinterop typedefs
Emil Velikov
5
-21
/
+21
2016-05-30
glx/glvnd: automake: include all the sources in libglx_la_SOURCES
Emil Velikov
1
-2
/
+5
2016-05-30
glx/glvnd: remove the final if defined($extension) guards
Emil Velikov
1
-6
/
+0
2016-05-30
glx/glvnd: rework dispatch functions/indices tables lookup
Emil Velikov
2
-13
/
+13
2016-05-30
glx/glvnd: Use strcmp() based binary search in FindGLXFunction()
Emil Velikov
1
-5
/
+14
2016-05-30
glx: Implement the libglvnd interface.
Kyle Brenneman
11
-62
/
+1309
2016-05-25
scons: whitespace cleanup
Giuseppe Bilotta
1
-2
/
+2
2016-05-24
mesa_glinterop: make GL interop version field bidirectional
Emil Velikov
5
-6
/
+6
2016-05-24
mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols
Emil Velikov
1
-2
/
+2
2016-05-23
glxcmds: glXGetFBConfigs, fix screen bounds
Jiri Slaby
1
-1
/
+1
2016-04-27
dri3: Check for dummyContext to see if the glx_context is valid
Stefan Dirsch
1
-6
/
+2
2016-04-27
dri2: Check for dummyContext to see if the glx_context is valid
Egbert Eich
1
-1
/
+1
2016-04-26
glx: Remove every double semi-colon
Jakob Sinclair
1
-1
/
+1
2016-04-26
glx: Don't enclose includes inside `extern "C" { }`.
Jose Fonseca
9
-10
/
+33
2016-04-20
scons: Build dri_common_interop.c.
Jose Fonseca
1
-0
/
+1
2016-04-20
glx: implement GLX part of interop interface (v2)
Marek Olšák
8
-6
/
+192
2016-02-03
glx: update to updated version of EXT_create_context_es2_profile
Ilia Mirkin
6
-21
/
+31
2015-12-21
glx/dri3: a drawable might not be bound at wait time
Ilia Mirkin
1
-2
/
+4
2015-12-09
glx: Fix a typo in a comment
Andreas Boll
1
-1
/
+1
2015-11-17
glx/dri3: Convert to use dri3 helper in loader library
Boyan Ding
3
-1372
/
+131
2015-11-17
loader: Add dri3 helper
Boyan Ding
1
-0
/
+2
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
[next]