index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx: Prepare driFetchDrawable for no-config contexts
Adam Jackson
2017-12-01
3
-8
/
+30
*
glx: Use __glXSendError instead of open-coding it
Adam Jackson
2017-12-01
2
-26
/
+4
*
glx: Simplify some dummy vtable interactions
Adam Jackson
2017-12-01
1
-5
/
+5
*
glx/dri3: Remove unused deviceName variable
Vadym Shovkoplias
2017-12-01
1
-4
/
+1
*
meson: fix deps and underlinkage of libGL
Jon Turney
2017-11-30
1
-0
/
+1
*
meson: build src/glx/windows
Jon Turney
2017-11-30
2
-10
/
+83
*
meson: replace with_*dri with with_dri_platform
Dylan Baker
2017-11-22
1
-2
/
+2
*
glx/dri3: Fix passing renderType into glXCreateContext
Adam Jackson
2017-11-13
1
-1
/
+2
*
glx/drisw: Fix glXMakeCurrent(dpy, None, ctx)
Adam Jackson
2017-11-13
1
-4
/
+2
*
glx: Lower GLX opcode lookup into SendMakeCurrentRequest
Adam Jackson
2017-11-13
1
-9
/
+7
*
meson: move gl pkgconfig generation out of glx
Dylan Baker
2017-11-10
1
-11
/
+0
*
glx/windows: Fix building libwindowsdri when libX11 headers are installed in ...
Jon Turney
2017-11-10
1
-0
/
+3
*
Revert "glx: Implement GLX_EXT_no_config_context (v2)"
Adam Jackson
2017-11-09
6
-31
/
+13
*
glx: Implement GLX_EXT_no_config_context (v2)
Adam Jackson
2017-11-09
6
-13
/
+31
*
glx: Prepare the DRI backends for GLX_EXT_no_config_context
Adam Jackson
2017-11-09
3
-6
/
+7
*
glx: Relax validate_renderType_against_config for EXT_no_config_context
Adam Jackson
2017-11-09
1
-13
/
+17
*
meson: standardize .so version to major.minor.patch
Eric Engestrom
2017-11-07
1
-1
/
+1
*
glx: Implement GLX_ARB_context_flush_control
Neil Roberts
2017-11-06
7
-9
/
+62
*
meson: rename all instances of xf86vm to xxf86vm
Dylan Baker
2017-10-27
1
-1
/
+1
*
meson: build libEGL
Dylan Baker
2017-10-20
1
-22
/
+0
*
meson: Add support for configuring dri drivers directory.
Dylan Baker
2017-10-09
1
-1
/
+1
*
meson: build glx
Dylan Baker
2017-10-09
2
-0
/
+256
*
make: Don't traverse backwards through include directories.
Dylan Baker
2017-10-09
2
-1
/
+2
*
glx: don't use the template keyword
Marek Olšák
2017-09-30
1
-3
/
+3
*
glx: Be more tolerant in glXImportContext (v2)
Adam Jackson
2017-09-27
1
-42
/
+30
*
glx: Sort the GLX extension bit enum and table
Adam Jackson
2017-09-22
2
-23
/
+23
*
glx: turn LIBGL_NO_DRAWARRAYS into a boolean
Eric Engestrom
2017-09-12
1
-1
/
+5
*
glx: turn LIBGL_PROFILE_CORE into a boolean
Eric Engestrom
2017-09-12
1
-1
/
+1
*
glx: turn LIBGL_DUMP_VISUALID into a boolean
Eric Engestrom
2017-09-12
1
-1
/
+1
*
egl+glx: turn LIBGL_DRI3_DISABLE into a boolean
Eric Engestrom
2017-09-12
1
-1
/
+1
*
glx: turn LIBGL_ALWAYS_INDIRECT into a boolean
Eric Engestrom
2017-09-12
1
-1
/
+1
*
glx: turn LIBGL_ALLOW_SOFTWARE into a boolean
Eric Engestrom
2017-09-12
1
-2
/
+2
*
egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
Eric Engestrom
2017-09-12
2
-2
/
+2
*
glx: turn LIBGL_DIAGNOSTIC into a boolean
Eric Engestrom
2017-09-12
6
-5
/
+16
*
glx: use ARRAY_SIZE macro
Eric Engestrom
2017-09-08
1
-1
/
+2
*
mesa: Implement GL_ARB_texture_filter_anisotropic
Adam Jackson
2017-08-25
2
-4
/
+5
*
glxcmds: Fix a typo in the __APPLE__ codepath
Jeremy Huddleston Sequoia
2017-08-17
1
-1
/
+1
*
loader_dri3/glx/egl: Optionally use a blit context for blitting operations
Thomas Hellstrom
2017-08-17
1
-0
/
+1
*
loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callback
Thomas Hellstrom
2017-08-17
1
-11
/
+0
*
dri: Introduce SWAP_METHOD tokens
Thomas Hellstrom
2017-08-10
1
-0
/
+13
*
glx: Fix swap method config matching
Thomas Hellstrom
2017-08-10
1
-3
/
+1
*
glx: Work around X servers reporting bogus values of GLX_SWAP_METHOD_OML
Thomas Hellstrom
2017-08-10
1
-1
/
+11
*
loader: drop the [gs]et_swap_interval callbacks
Emil Velikov
2017-08-04
1
-18
/
+1
*
loader: rework xmlconfig dependency
Emil Velikov
2017-08-04
1
-1
/
+3
*
glx/dri3: Implement the flush_swapbuffers method
Thomas Hellstrom
2017-08-03
1
-1
/
+29
*
glx: use v2 of DRI_ConfigOptions
Nicolai Hähnle
2017-08-02
1
-14
/
+99
*
loader: remove clamp_swap_interval()
Eric Engestrom
2017-08-01
1
-7
/
+0
*
egl: turn one more boolean `int` into a `bool`
Eric Engestrom
2017-06-21
1
-1
/
+1
*
dri: Optionally turn off a couple of GLX extensions based on driconf options
Thomas Hellstrom
2017-06-07
2
-3
/
+15
*
dri3/GLX: Fix drawable invalidation v2
Thomas Hellstrom
2017-06-07
1
-0
/
+6
[next]