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
2023-02-17
Drop Xorg DDX
Michel Dänzer
1
-5
/
+1
2022-12-09
GLX: Free the tag of the old context later
Doğukan Korkmaztürk
1
-4
/
+3
2022-04-02
glx: remove a noop assert (index is unsigned)
Konstantin Kharlamov
1
-1
/
+0
2021-12-19
glx/dri: Filter out fbconfigs that don't have a supported pixmap format
Adam Jackson
1
-0
/
+20
2021-10-27
Remove autotools support
Povilas Kanapickas
1
-95
/
+0
2021-06-21
glx: Fix use after free in MakeCurrent
Olivier Fourdan
1
-2
/
+2
2021-06-08
glx: Set ContextTag for all contexts
Olivier Fourdan
1
-1
/
+2
2021-06-07
glx: don't create implicit GLXWindow if one already exists
Erik Kurzinger
1
-2
/
+9
2021-05-30
glx: Check for byte-swapping in SetReplyHeader
Niveditha Rau
1
-0
/
+3
2021-05-30
glx: Fix error return code in GLXGetDrawableAttributes
Adam Jackson
1
-1
/
+1
2021-04-24
glxcmds: Fix possible out of bounds
qarmin
1
-1
/
+0
2021-03-11
meson: hide C API if Xorg is disabled (like autotools)
Jan Beich
1
-1
/
+3
2020-11-30
glx: Remove unused bswap_CARD64
Michel Dänzer
1
-12
/
+0
2020-11-26
GLX: fix context render type queries
Erik Kurzinger
3
-5
/
+16
2020-11-09
configure: Build hashtable for Xres and glvnd
Olivier Fourdan
1
-1
/
+3
2020-09-30
glx: set errorValue when returning GLXBadFBConfig
Peter Harris
1
-2
/
+7
2020-09-28
glx: Implement GLX_EXT_get_drawable_type
Adam Jackson
3
-1
/
+11
2020-07-05
Fix spelling/wording issues
Alan Coopersmith
2
-2
/
+2
2020-05-27
glx: unbreak on Unix without /usr/include/drm
Jan Beich
1
-0
/
+1
2020-03-30
glx: Require screens match for share contexts for classic CreateContext
Adam Jackson
1
-0
/
+9
2020-03-23
glx: fixup symbol name for get_extensions function
Vasily Khoruzhick
1
-0
/
+10
2020-01-28
Revert "dri2: Don't make reference to noClientException"
Adam Jackson
1
-1
/
+1
2019-10-30
dix: Call SourceValidate before GetImage
Adam Jackson
1
-0
/
+1
2019-10-09
meson: Apparently 1.2 is < 1.2.0
Adam Jackson
1
-1
/
+1
2019-10-09
meson: Fix another reference to "gl" 9.2.0
Adam Jackson
1
-1
/
+1
2019-10-08
build: glx: Lower gl version to work with libglvnd
Marvin Schmidt
1
-1
/
+1
2019-08-26
glx: Disable GLX_EXT_import_context if !enableIndirectGLX
Adam Jackson
1
-2
/
+6
2019-08-20
glx: Fix previous context validation in xorgGlxMakeCurrent
Adam Jackson
1
-3
/
+1
2019-05-21
GLX: Set GlxServerExports::{major,minor}Version
Aaron Plattner
1
-2
/
+2
2019-05-17
Merge commit 'refs/merge-requests/194/head' of gitlab.freedesktop.org:xorg/xs...
Aaron Plattner
4
-11
/
+79
2019-05-17
GLX: Add a function to change a clients vendor list.
Kyle Brenneman
3
-0
/
+23
2019-05-17
GLX: Use the sending client for looking up XID's
Kyle Brenneman
3
-6
/
+26
2019-05-17
GLX: Add a per-client vendor mapping.
Kyle Brenneman
3
-5
/
+30
2019-05-14
glx: Fix potential crashes in glXWait{GL,X}
Adam Jackson
1
-2
/
+2
2019-05-01
glx: Fix GLX_CONTEXT_RELEASE_BEHAVIOR_ARB handling
Adam Jackson
2
-6
/
+5
2019-04-30
meson: Fix value of libglxvnd in -Dglx=false build
Jon Turney
1
-1
/
+1
2019-01-16
vnd: Fix a silly memory leak
Adam Jackson
1
-4
/
+0
2018-09-10
glx: check for indirect context in CreateContextAttribsARB()
Olivier Fourdan
1
-0
/
+12
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
[next]