index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
23.2
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
staging/23.2
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-14
glx: guard swap-interval functions against destroyed drawables
Nicolai Hähnle
2
-3
/
+19
2017-03-14
glx/dri3: guard in_current_context against a disappeared drawable
Nicolai Hähnle
1
-0
/
+4
2017-03-14
glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversion
Nicolai Hähnle
1
-0
/
+2
2017-02-16
glx/glvnd: Fix GLXdispatchIndex sorting
Hans de Goede
1
-4
/
+4
2017-02-09
glx/windows: automake: include builddir prior to srcdir
Emil Velikov
1
-1
/
+1
2017-02-09
glx/apple: automake: include builddir prior to srcdir
Emil Velikov
1
-2
/
+2
2017-02-09
glx: automake: include builddir prior to srcdir
Emil Velikov
1
-2
/
+2
2017-01-24
dri3: Fix MakeCurrent without a default framebuffer
Fredrik Höglund
1
-4
/
+10
2016-11-09
glx: make interop ABI visible again
Marek Olšák
1
-2
/
+2
2016-11-09
glx/windows: Add wgl.h to the sources list
Andreas Boll
1
-1
/
+2
2016-11-09
glx/glvnd: Fix dispatch function names and indices
Adam Jackson
2
-146
/
+144
2016-11-09
glx/glvnd: Don't modify the dummy slot in the dispatch table
Adam Jackson
1
-0
/
+3
2016-10-18
loader: remove loader_get_driver_for_fd() driver_type
Emil Velikov
2
-2
/
+2
2016-10-14
loader/dri3: constify the loader_dri3_vtable
Emil Velikov
1
-1
/
+1
2016-10-14
glx: Perform check for valid fbconfig against proper X-Screen.
Mario Kleiner
1
-2
/
+1
2016-10-07
loader/dri3: add get_dri_screen() to the vtable
Martin Peres
1
-0
/
+11
2016-10-06
glx: rename choose_visual(), drop const argument
Emil Velikov
1
-15
/
+11
2016-10-06
glx: return GL_FALSE from glx_screen_init where applicable.
Emil Velikov
1
-2
/
+5
2016-10-06
glx: correctly mask the drawableType for GLX_ARB_fbconfig_float
Emil Velikov
1
-1
/
+1
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
[next]