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
/
dri3_glx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-09
egl/x11: Re-allocate buffers if format is suboptimal
Louis-Francis Ratté-Boulianne
1
-1
/
+3
2018-03-09
egl/x11: Support DRI3 v1.1
Louis-Francis Ratté-Boulianne
1
-1
/
+9
2018-03-08
glx/dri: Add a driconf option to disable GLX_SGI_video_sync
Thomas Hellstrom
1
-1
/
+5
2018-02-20
loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callback
Thomas Hellstrom
1
-0
/
+11
2017-12-01
glx/dri3: Remove unused deviceName variable
Vadym Shovkoplias
1
-4
/
+1
2017-11-13
glx/dri3: Fix passing renderType into glXCreateContext
Adam Jackson
1
-1
/
+2
2017-11-09
Revert "glx: Implement GLX_EXT_no_config_context (v2)"
Adam Jackson
1
-1
/
+0
2017-11-09
glx: Implement GLX_EXT_no_config_context (v2)
Adam Jackson
1
-0
/
+1
2017-11-09
glx: Prepare the DRI backends for GLX_EXT_no_config_context
Adam Jackson
1
-2
/
+3
2017-11-06
glx: Implement GLX_ARB_context_flush_control
Neil Roberts
1
-2
/
+12
2017-08-17
loader_dri3/glx/egl: Optionally use a blit context for blitting operations
Thomas Hellstrom
1
-0
/
+1
2017-08-17
loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callback
Thomas Hellstrom
1
-11
/
+0
2017-08-04
loader: drop the [gs]et_swap_interval callbacks
Emil Velikov
1
-18
/
+1
2017-08-03
glx/dri3: Implement the flush_swapbuffers method
Thomas Hellstrom
1
-1
/
+29
2017-08-01
loader: remove clamp_swap_interval()
Eric Engestrom
1
-7
/
+0
2017-06-07
dri: Optionally turn off a couple of GLX extensions based on driconf options
Thomas Hellstrom
1
-2
/
+9
2017-06-07
dri3/GLX: Fix drawable invalidation v2
Thomas Hellstrom
1
-0
/
+6
2017-05-29
glx: implement __DRIbackgroundCallableExtension.isThreadSafe
Gregory Hainaut
1
-1
/
+11
2017-03-16
glx: Implement __DRI_BACKGROUND_CALLABLE
Paul Berry
1
-0
/
+14
2017-03-15
glx: don't expose systemTimeExtension for DRI2/DRI3/DRISW
Emil Velikov
1
-1
/
+0
2017-02-06
glx: guard swap-interval functions against destroyed drawables
Nicolai Hähnle
1
-0
/
+4
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-05
dri3: Fix MakeCurrent without a default framebuffer
Fredrik Höglund
1
-4
/
+10
2016-10-18
loader: remove loader_get_driver_for_fd() driver_type
Emil Velikov
1
-1
/
+1
2016-10-14
loader/dri3: constify the loader_dri3_vtable
Emil Velikov
1
-1
/
+1
2016-10-07
loader/dri3: add get_dri_screen() to the vtable
Martin Peres
1
-0
/
+11
2016-04-27
dri3: Check for dummyContext to see if the glx_context is valid
Stefan Dirsch
1
-6
/
+2
2016-04-20
glx: implement GLX part of interop interface (v2)
Marek Olšák
1
-0
/
+5
2016-02-03
glx: update to updated version of EXT_create_context_es2_profile
Ilia Mirkin
1
-1
/
+6
2015-12-21
glx/dri3: a drawable might not be bound at wait time
Ilia Mirkin
1
-2
/
+4
2015-11-17
glx/dri3: Convert to use dri3 helper in loader library
Boyan Ding
1
-1282
/
+125
2015-07-11
dri3_open: don't leak the reply
Guillaume Desmottes
1
-0
/
+2
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
1
-0
/
+2
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
1
-4
/
+7
2014-12-14
glx/dri3: Fix glXWaitForSbcOML() to handle targetSBC==0 correctly. (v2)
Mario Kleiner
1
-0
/
+9
2014-10-29
glx/dri3: Implement LIBGL_SHOW_FPS=1 for DRI3/Present.
Kenneth Graunke
1
-1
/
+31
2014-09-30
glx/dri3: Provide error diagnostics when DRI3 allocation fails
Keith Packard
1
-8
/
+25
2014-09-30
glx/dri3: Use four buffers until X driver supports async flips
Keith Packard
1
-1
/
+19
2014-07-01
glx/dri3: add GPU offloading support.
Axel Davy
1
-32
/
+186
2014-07-01
dri3: cache pointer to back instead of looking up.
Dave Airlie
1
-8
/
+9
2014-06-27
dri3: use invalidate.
Axel Davy
1
-0
/
+7
2014-06-27
dri3: fix image extension checking.
Dave Airlie
1
-10
/
+6
2014-06-18
glx: Add an error message when a direct renderer's createScreen() routine fails
Jon TURNEY
1
-1
/
+3
2014-05-02
dri3: Enable GLX_MESA_query_renderer on DRI3 too
Ian Romanick
1
-2
/
+8
2014-04-28
glx/dri3: explicitly assign struct components for glx_*_vtable
Emil Velikov
1
-11
/
+13
2014-04-28
glx/dri3: rework __DRIextension handling
Emil Velikov
1
-9
/
+8
[next]