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
/
dri2_glx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-08
glx/dri: Add a driconf option to disable GLX_SGI_video_sync
Thomas Hellstrom
1
-3
/
+6
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
/
+2
2017-11-06
glx: Implement GLX_ARB_context_flush_control
Neil Roberts
1
-2
/
+16
2017-06-07
dri: Optionally turn off a couple of GLX extensions based on driconf options
Thomas Hellstrom
1
-1
/
+6
2017-05-29
glx: implement __DRIbackgroundCallableExtension.isThreadSafe
Gregory Hainaut
1
-1
/
+14
2017-03-16
glx: Implement __DRI_BACKGROUND_CALLABLE
Paul Berry
1
-1
/
+16
2017-03-15
glx: don't expose systemTimeExtension for DRI2/DRI3/DRISW
Emil Velikov
1
-2
/
+0
2016-10-18
loader: remove loader_get_driver_for_fd() driver_type
Emil Velikov
1
-1
/
+1
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-20
glx: implement GLX part of interop interface (v2)
Marek Olšák
1
-6
/
+5
2016-02-03
glx: update to updated version of EXT_create_context_es2_profile
Ilia Mirkin
1
-3
/
+8
2015-12-09
glx: Fix a typo in a comment
Andreas Boll
1
-1
/
+1
2015-06-23
glx: Use loader_open_device() helper
Derek Foreman
1
-9
/
+1
2015-05-07
glx: report which DRI version is used when in verbose debug mode
Martin Peres
1
-0
/
+2
2014-06-18
glx: Add an error message when a direct renderer's createScreen() routine fails
Jon TURNEY
1
-1
/
+3
2014-04-28
glx/dri2: explicitly assign struct components for glx_*_vtable
Emil Velikov
1
-13
/
+13
2014-04-28
glx/dri2: rework __DRIextension handling
Emil Velikov
1
-1
/
+1
2014-04-28
dri_interface: Update __DRItexBufferExtensionRec to version 3
Emil Velikov
1
-5
/
+1
2014-03-19
loader: add special logic to distinguish nouveau from nouveau_vieux
Ilia Mirkin
1
-10
/
+10
2014-03-18
glx: Fix incorrect pdp assignment in dri2_bind_context().
Charmaine Lee
1
-1
/
+2
2014-03-13
dri3: Add GLX_EXT_buffer_age support
Adel Gadllah
1
-0
/
+1
2014-03-11
glx: cleanup unneeded headers
Emil Velikov
1
-3
/
+0
2014-02-23
glx/dri2: set the implemented version of __DRIdri2LoaderExtension
Emil Velikov
1
-8
/
+10
2014-02-06
glx: Pass NULL DRI drawables into the DRI driver for None GLX drawables
Kristian Høgsberg
1
-5
/
+12
2014-01-27
dri2: Trust our own driver name lookup over the server's.
Eric Anholt
1
-1
/
+11
2014-01-27
dri2: Open the fd before loading the driver.
Eric Anholt
1
-14
/
+14
2013-12-18
glx: add missing null check in dri2_bind_tex_image
Juha-Pekka Heikkila
1
-2
/
+6
2013-12-18
glx: Add missing null check in dri2CreateDrawable
Juha-Pekka Heikkila
1
-2
/
+4
2013-12-03
glx: Add missing null check in gxl/dri2_glx.c
Juha-Pekka Heikkila
1
-0
/
+4
2013-11-07
glx/dri2: Add DRI2 support for GLX_MESA_query_renderer
Ian Romanick
1
-1
/
+12
2013-11-07
glx/dri2: Pull some internal structures out to a separate header file
Ian Romanick
1
-20
/
+1
2013-10-24
dri: Pass in the dlsym()ed driver extension to screen creation.
Eric Anholt
1
-9
/
+14
2013-10-24
glx: Add an optional function call for getting the DRI driver interface.
Eric Anholt
1
-1
/
+1
2013-10-24
glx: Move the driver extension-loading to a helper function.
Eric Anholt
1
-4
/
+2
2013-09-04
glx: Initialize OpenGL version to 1.0
Rico Schüller
1
-5
/
+5
2013-09-02
glx: make the interval of LIBGL_SHOW_FPS adjustable
Chia-I Wu
1
-4
/
+8
2013-07-18
glx: Validate the GLX_RENDER_TYPE value
Tomasz Lis
1
-0
/
+8
2013-07-18
glx: Retrieve the value of RENDER_TYPE from GLX attribs array
Tomasz Lis
1
-2
/
+2
2013-07-18
glx: Store the value of renderType while creating context
Tomasz Lis
1
-0
/
+8
2013-03-18
DRI2: HACK: no GLX_INTEL_swap_event if no ScheduleSwap
Rob Clark
1
-6
/
+15
2013-02-19
DRI2: Don't disable GLX_INTEL_swap_event unconditionally
Zack Rusin
1
-3
/
+12
2013-02-07
glx: Centralize the code for context flushing.
Eric Anholt
1
-45
/
+37
2013-02-07
glx: Add a little comment about what dri2FlushFrontBuffer() does.
Eric Anholt
1
-0
/
+4
2013-01-29
glx: Check that swap_buffers_reply is non-NULL before using it
Stéphane Marchesin
1
-3
/
+5
2013-01-24
glx: only advertise GLX_INTEL_swap_event if it's supported
Zack Rusin
1
-2
/
+3
2012-12-07
glx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where it should be set
Marek Olšák
1
-2
/
+4
2012-12-02
glx/dri2: add and use new driver hook flush_with_flags
Marek Olšák
1
-49
/
+92
[next]