index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-21
glx/vndcmds: Fix vendor hash table key size
Vladimir Panteleev
1
-1
/
+1
2018-05-08
glx: Be sure to set an error for ghost contexts
Adam Jackson
1
-1
/
+3
2018-04-24
glx: Require depth > 12 for GLX visuals
Adam Jackson
1
-2
/
+3
2018-04-24
vnd: Disable GLX if no vendors successfully initialized
Adam Jackson
3
-3
/
+12
2018-04-19
meson: Fix indenting in glx/meson.build
Lyude Paul
1
-2
/
+2
2018-04-10
glx: Do not call into Composite if it is disabled.
Michal Srb
2
-41
/
+55
2018-04-09
GLX: Fix a use after free error with the GLVND vendor handle.
Kyle Brenneman
1
-6
/
+7
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
[prev]
[next]