index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-02
meson: Distribute more SDK headers
Thierry Reding
1
-0
/
+6
2018-03-28
Don't delete GLX's extensionInitCallback list during a reset.
Kyle Brenneman
1
-3
/
+12
2018-03-21
glx: honor LIBGL_DRIVERS_PATH when loading DRI drivers
Nicolai Hähnle
1
-4
/
+34
2018-02-28
glx: Add vndserver.h to the SDK
Adam Jackson
1
-2
/
+4
2018-02-26
glx: Don't pass NULL to glxGetClient
Michel Dänzer
1
-2
/
+2
2018-02-26
glx: Fix indirect no-config contexts
Adam Jackson
1
-0
/
+3
2018-02-26
glx: Enable GLX_ARB_create_context_no_error (v2)
Adam Jackson
6
-1
/
+18
2018-02-21
glx: set the version we implement in GlxServerExports
Emil Velikov
1
-2
/
+2
2018-02-21
glx: use C99 initializers for GlxServerExports
Emil Velikov
1
-20
/
+20
2018-02-21
glx: NULL check the correct argument in dispatch_GLXVendorPriv
Emil Velikov
1
-3
/
+4
2018-02-21
glx: keep glvnd_vendor a private [static] variable
Emil Velikov
1
-3
/
+5
2018-02-14
dri2: warning fix
Adam Jackson
1
-1
/
+1
2018-02-14
glx: Large commands are context state, not client state
Adam Jackson
5
-61
/
+61
2018-02-14
glx: Use vnd layer for dispatch (v4)
Adam Jackson
8
-369
/
+297
2018-02-14
glx: Import glxvnd server module (v2)
Kyle Brenneman
9
-1
/
+1816
2018-02-06
glx: Only assign 8 bpc fbconfigs for composite visuals.
Mario Kleiner
1
-0
/
+3
2018-01-22
glx: Move provider setup interface to glx_extinit.h
Adam Jackson
1
-10
/
+1
2018-01-22
miinitext: General cleanup (v2)
Adam Jackson
1
-0
/
+1
2018-01-08
glx: Stop printing messages about what GLX extensions we enable
Adam Jackson
2
-29
/
+3
2017-12-14
glx: do not pick sRGB config for 32-bit RGBA visual
Tapani Pälli
1
-0
/
+5
2017-12-04
glx: Implement GLX_EXT_no_config_context (v2)
Adam Jackson
6
-14
/
+35
2017-12-01
glx: Prepare __glXGetDrawable for no-config contexts
Adam Jackson
1
-7
/
+39
2017-12-01
glx: Fix glXQueryContext for GLX_FBCONFIG_ID and GLX_RENDER_TYPE (v2)
Adam Jackson
3
-1
/
+8
2017-11-15
glx: Only flush indirect contexts in MakeCurrent (v2)
Adam Jackson
1
-1
/
+1
2017-11-07
glx: Fix typos that break GLX_ARB_context_flush_control
Adam Jackson
2
-2
/
+2
2017-11-06
glx: free fbconfigs on destroy
Giuseppe Bilotta
1
-0
/
+7
2017-11-03
glx: Duplicate relevant fbconfigs for compositing visuals
Thomas Hellstrom
3
-6
/
+61
2017-10-24
meson: Don't use '' in link_with, ever
Lyude Paul
1
-1
/
+1
2017-09-20
glx: Be a bit more paranoid in glx client cleanup
Adam Jackson
1
-0
/
+1
2017-09-12
glx: Fix visual fbconfig matching with respect to swap method
Thomas Hellstrom
1
-0
/
+9
2017-09-12
glx: Work around a GLX_OML swap method in older dri drivers
Thomas Hellstrom
1
-0
/
+7
2017-09-08
glx: remove unused systemTimeExtension
Emil Velikov
4
-27
/
+0
2017-08-22
glx: Fix error generation for non-reply vendor private requests
Adam Jackson
2
-4
/
+2
2017-08-21
glx: Remove some unused stuff from glxserver.h
Adam Jackson
2
-14
/
+1
2017-08-21
glx: Inline some reply swapping code
Adam Jackson
3
-141
/
+52
2017-08-21
glx: Remove True/False defines
Adam Jackson
5
-33
/
+26
2017-08-11
glx: remove unused GlxSetVisualConfigs stub
Emil Velikov
2
-9
/
+0
2017-07-31
glx: don't export __glXDRISWRastProvider
Emil Velikov
1
-1
/
+1
2017-07-31
glx: fix typo becuase -> because
Emil Velikov
1
-1
/
+1
2017-07-31
glx: Allow arbitrary context attributes for direct contexts
Adam Jackson
1
-1
/
+3
2017-07-20
glx: Only include compositeext.h if COMPOSITE is supported
Jeremy Huddleston Sequoia
1
-0
/
+3
2017-06-20
glx/drisw: Use scratch GCs for swrastPutImage
Adam Jackson
1
-28
/
+5
2017-06-20
glx/drisw: Remove unused glx_enable_bits
Adam Jackson
1
-2
/
+0
2017-06-20
glx/dri2: Don't chirp when falling back to software
Adam Jackson
1
-2
/
+0
2017-06-20
glx: Remove some indirection around EXT_texture_from_pixmap
Adam Jackson
4
-26
/
+13
2017-06-20
glx: Remove __glXReply
Adam Jackson
9
-74
/
+69
2017-06-20
dix: Remove extension aliases
Adam Jackson
1
-4
/
+0
2017-05-03
meson: Fix glx build with DRI2 disabled.
Eric Anholt
1
-1
/
+1
2017-04-27
meson: Build libglx.so
Adam Jackson
1
-0
/
+5
2017-04-26
Add a Meson build system alongside autotools.
Eric Anholt
1
-0
/
+50
[next]