index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-20
meson: Add tests to suites
Dylan Baker
1
-1
/
+2
2018-11-20
glx: make xf86vidmode mandatory for direct rendering
Emil Velikov
4
-20
/
+3
2018-11-16
loader: Factor out the common driver opening logic from each loader.
Eric Anholt
4
-90
/
+8
2018-11-16
glx: Move DRI extensions pointer loading to driOpenDriver().
Eric Anholt
6
-52
/
+26
2018-11-16
glx: Remove an old DEFAULT_DRIVER_DIR default.
Eric Anholt
2
-6
/
+2
2018-11-07
glx: Demand success from CreateContext requests (v2)
Adam Jackson
1
-38
/
+55
2018-11-01
glx: be explicit about when mapping X <> GLX visuals
Emil Velikov
1
-3
/
+6
2018-11-01
glx: remove unused __glXPreferEGL() declaration
Emil Velikov
1
-2
/
+0
2018-10-30
glx: Add missing include guards
Michał Janiszewski
3
-0
/
+16
2018-09-06
apple/glx/log: added missing va_end() after va_copy()
Andrii Simiklit
1
-0
/
+1
2018-08-09
glx: GLX_MESA_multithread_makecurrent is direct-only
Adam Jackson
1
-1
/
+1
2018-08-08
automake: require shared glapi when using DRI based libGL
Emil Velikov
1
-4
/
+1
2018-07-31
Make glXChooseFBConfig handle unspecified sRGB correctly
Jon Turney
2
-2
/
+3
2018-07-09
glx: Don't allow glXMakeContextCurrent() with only one valid drawable
Adam Jackson
1
-0
/
+7
2018-06-05
glx: Fix number of property values to read in glXImportContextEXT
Michel Dänzer
1
-1
/
+1
2018-05-30
glx/drisw: make the shm/non-shm loader extensions separately.
Dave Airlie
1
-8
/
+24
2018-05-30
drisw/glx: implement getImageShm
Marc-André Lureau
1
-1
/
+30
2018-05-30
drisw/glx: use XShm if possible
Marc-André Lureau
2
-24
/
+144
2018-04-24
meson: allow empty sources when using link_whole
Dylan Baker
1
-8
/
+1
2018-04-06
meson: fix warnings about comparing unlike types
Dylan Baker
2
-2
/
+2
2018-03-30
x11: Only report supported DRI3/Present versions
Daniel Stone
1
-6
/
+16
2018-03-20
dri3: Don't fail on version mismatch
Daniel Stone
1
-2
/
+6
2018-03-12
glx: remove empty GLX_SGIX_swap_group stubs
Emil Velikov
4
-30
/
+0
2018-03-12
glx: remove empty GLX_SGIX_swap_barrier stubs
Emil Velikov
4
-48
/
+0
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/apple: Ship meson build file in tarball
Thierry Reding
1
-1
/
+3
2018-03-08
glx/dri: Add a driconf option to disable GLX_SGI_video_sync
Thomas Hellstrom
2
-4
/
+11
2018-02-20
loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callback
Thomas Hellstrom
1
-0
/
+11
2018-02-05
meson: build src/glx/apple
Jon Turney
2
-0
/
+65
2018-02-02
meson: Don't confuse the install and search paths for dri drivers
Dylan Baker
1
-2
/
+2
2018-02-02
glx/test: fix building for osx
Jon Turney
2
-0
/
+16
2018-02-01
meson: don't install windows headers on non-windows platforms
Marc Dietrich
1
-1
/
+3
2018-02-01
glx/apple: locate dispatch table functions to wrap by name
Jon Turney
1
-7
/
+5
2018-02-01
glx/apple: include util/debug.h for env_var_as_boolean prototype
Jon Turney
2
-0
/
+2
2018-01-19
autotools: include meson build files in tarball
Dylan Baker
3
-2
/
+4
2018-01-16
glx: fix non-dri build
Samuel Thibault
1
-0
/
+4
2018-01-11
meson: add variable for including include/GL/internal
Dylan Baker
2
-10
/
+4
2018-01-11
meson: Use consistent style for tests
Dylan Baker
1
-11
/
+11
2018-01-11
meson: Use consistent style
Dylan Baker
1
-1
/
+4
2017-12-13
meson: fix glx-test race
Dylan Baker
1
-1
/
+1
2017-12-04
meson: fix underlinkage without dri3
Dylan Baker
1
-1
/
+2
2017-12-04
meson: Reformat glx code to match more common style
Dylan Baker
1
-5
/
+8
2017-12-01
glx: Prepare driFetchDrawable for no-config contexts
Adam Jackson
3
-8
/
+30
2017-12-01
glx: Use __glXSendError instead of open-coding it
Adam Jackson
2
-26
/
+4
2017-12-01
glx: Simplify some dummy vtable interactions
Adam Jackson
1
-5
/
+5
2017-12-01
glx/dri3: Remove unused deviceName variable
Vadym Shovkoplias
1
-4
/
+1
2017-11-30
meson: fix deps and underlinkage of libGL
Jon Turney
1
-0
/
+1
2017-11-30
meson: build src/glx/windows
Jon Turney
2
-10
/
+83
2017-11-22
meson: replace with_*dri with with_dri_platform
Dylan Baker
1
-2
/
+2
[next]