index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-21
egl: turn one more boolean `int` into a `bool`
Eric Engestrom
1
-1
/
+1
2017-06-07
dri: Optionally turn off a couple of GLX extensions based on driconf options
Thomas Hellstrom
2
-3
/
+15
2017-06-07
dri3/GLX: Fix drawable invalidation v2
Thomas Hellstrom
1
-0
/
+6
2017-05-29
glx: implement __DRIbackgroundCallableExtension.isThreadSafe
Gregory Hainaut
2
-2
/
+25
2017-05-17
glxglvnddispatch: Add missing dispatch for GetDriverConfig
Hans de Goede
2
-0
/
+15
2017-05-04
glx/apple: remove empty variable SHARED_GLAPI_CFLAGS
Emil Velikov
1
-1
/
+0
2017-05-04
glx/windows: remove empty variable SHARED_GLAPI_CFLAGS
Emil Velikov
1
-1
/
+0
2017-05-04
glx: automake: scons: remove unneeded GLX_SHARED_GLAPI define
Emil Velikov
2
-5
/
+0
2017-05-04
glx: glX_proto_send.py: use correct compile guard GLX_INDIRECT_RENDERING
Emil Velikov
1
-1
/
+1
2017-04-28
glx: add missing sRGB attribute check in fbconfigs_compatible()
Neha Bhende
1
-0
/
+1
2017-04-17
EGL: Implement the libglvnd interface for EGL (v3)
Kyle Brenneman
2
-2
/
+2
2017-04-07
glx: silence uninitialized var warning
Brian Paul
1
-1
/
+1
2017-03-28
glx: Remove #include <GL/glxint.h>
Adam Jackson
1
-1
/
+0
2017-03-23
glx: Prefer library path given by pkgconfig over the system
Topi Pohjolainen
1
-0
/
+3
2017-03-16
glx: Implement __DRI_BACKGROUND_CALLABLE
Paul Berry
2
-1
/
+30
2017-03-15
glx: don't expose systemTimeExtension for DRI2/DRI3/DRISW
Emil Velikov
3
-4
/
+0
2017-02-28
glx/tests: automake: add dispatch-index-check to the tarball
Emil Velikov
1
-0
/
+1
2017-02-26
check: add support for running test as standalone
Eric Engestrom
1
-0
/
+5
2017-02-26
check: make any failure fatal
Eric Engestrom
1
-0
/
+1
2017-02-26
check: mark two tests are requiring bash
Eric Engestrom
1
-1
/
+1
2017-02-24
glx: add GLXdispatchIndex sort check
Eric Engestrom
2
-1
/
+25
2017-02-15
glx/glvnd: Fix GLXdispatchIndex sorting
Hans de Goede
1
-4
/
+4
2017-02-13
glx: remove always true XDAMAGE_1_1_INTERFACE guard
Emil Velikov
1
-4
/
+0
2017-02-13
glx: remove DRI2DriverPrimeShift compile guards
Emil Velikov
1
-2
/
+0
2017-02-13
glx: remove always true ifdef guards
Emil Velikov
1
-4
/
+0
2017-02-06
glx: guard swap-interval functions against destroyed drawables
Nicolai Hähnle
2
-3
/
+19
2017-02-06
glx/dri3: guard in_current_context against a disappeared drawable
Nicolai Hähnle
1
-0
/
+4
2017-02-06
glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversion
Nicolai Hähnle
1
-0
/
+2
2017-01-27
glx/windows: automake: include builddir prior to srcdir
Emil Velikov
1
-1
/
+1
2017-01-27
glx/apple: automake: include builddir prior to srcdir
Emil Velikov
1
-2
/
+2
2017-01-27
glx: automake: include builddir prior to srcdir
Emil Velikov
1
-2
/
+2
2017-01-18
glx: unify GLX_SGIX_pbuffer aliased declarations
Emil Velikov
2
-18
/
+0
2017-01-18
glx: use GLX_ALIAS for glXGetProcAddress
Emil Velikov
1
-13
/
+4
2017-01-18
mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro
Emil Velikov
2
-4
/
+4
2017-01-18
glx: remove always false ifdef GLX_NO_STATIC_EXTENSION_FUNCTIONS
Emil Velikov
1
-5
/
+0
2017-01-05
dri3: Fix MakeCurrent without a default framebuffer
Fredrik Höglund
1
-4
/
+10
2016-11-15
dri: make use of loader_get_extensions_name(..) helper
Christian Gmeiner
1
-3
/
+2
2016-11-15
Revert "dri: make use of dri_get_extensions_name(..) helper"
Emil Velikov
1
-2
/
+3
2016-11-15
dri: make use of dri_get_extensions_name(..) helper
Christian Gmeiner
1
-3
/
+2
2016-11-04
glx: make interop ABI visible again
Marek Olšák
1
-2
/
+2
2016-11-03
glx/windows: Add wgl.h to the sources list
Andreas Boll
1
-1
/
+2
2016-11-02
glx/glvnd: Use bsearch() in FindGLXFunction instead of open-coding it
Adam Jackson
1
-18
/
+16
2016-11-02
glx/glvnd: Fix dispatch function names and indices
Adam Jackson
2
-146
/
+144
2016-11-02
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
[next]