summaryrefslogtreecommitdiff
path: root/glx
AgeCommit message (Expand)AuthorFilesLines
2024-04-30include: move private definitions out of extinit.hEnrico Weigelt, metux IT consult1-0/+1
2024-04-15rename remaining RT_* defines to X11_RESTYPE_*Enrico Weigelt, metux IT consult2-3/+3
2024-04-15prevent name clash on Windows w/ RT_* definesEnrico Weigelt, metux IT consult2-2/+2
2024-04-15dix: unexport some lookup functionsEnrico Weigelt, metux IT consult2-2/+6
2024-03-03include: drop obsolete registry.hEnrico Weigelt, metux IT consult1-1/+0
2024-02-22glx: move private definitions from vndserver.h to vndserver_priv.hEnrico Weigelt, metux IT consult5-92/+121
2024-02-19drop remains of support for old Sun compilersEnrico Weigelt, metux IT consult4-4/+4
2024-01-16glx: Call XACE hooks on the GLX bufferOlivier Fourdan1-0/+8
2022-12-09GLX: Free the tag of the old context laterDoğukan Korkmaztürk1-4/+3
2022-04-02glx: remove a noop assert (index is unsigned)Konstantin Kharlamov1-1/+0
2021-12-19glx/dri: Filter out fbconfigs that don't have a supported pixmap formatAdam Jackson1-0/+20
2021-10-27Remove autotools supportPovilas Kanapickas1-95/+0
2021-06-21glx: Fix use after free in MakeCurrentOlivier Fourdan1-2/+2
2021-06-08glx: Set ContextTag for all contextsOlivier Fourdan1-1/+2
2021-06-07glx: don't create implicit GLXWindow if one already existsErik Kurzinger1-2/+9
2021-05-30glx: Check for byte-swapping in SetReplyHeaderNiveditha Rau1-0/+3
2021-05-30glx: Fix error return code in GLXGetDrawableAttributesAdam Jackson1-1/+1
2021-04-24glxcmds: Fix possible out of boundsqarmin1-1/+0
2021-03-11meson: hide C API if Xorg is disabled (like autotools)Jan Beich1-1/+3
2020-11-30glx: Remove unused bswap_CARD64Michel Dänzer1-12/+0
2020-11-26GLX: fix context render type queriesErik Kurzinger3-5/+16
2020-11-09configure: Build hashtable for Xres and glvndOlivier Fourdan1-1/+3
2020-09-30glx: set errorValue when returning GLXBadFBConfigPeter Harris1-2/+7
2020-09-28glx: Implement GLX_EXT_get_drawable_typeAdam Jackson3-1/+11
2020-07-05Fix spelling/wording issuesAlan Coopersmith2-2/+2
2020-05-27glx: unbreak on Unix without /usr/include/drmJan Beich1-0/+1
2020-03-30glx: Require screens match for share contexts for classic CreateContextAdam Jackson1-0/+9
2020-03-23glx: fixup symbol name for get_extensions functionVasily Khoruzhick1-0/+10
2020-01-28Revert "dri2: Don't make reference to noClientException"Adam Jackson1-1/+1
2019-10-30dix: Call SourceValidate before GetImageAdam Jackson1-0/+1
2019-10-09meson: Apparently 1.2 is < 1.2.0Adam Jackson1-1/+1
2019-10-09meson: Fix another reference to "gl" 9.2.0Adam Jackson1-1/+1
2019-10-08build: glx: Lower gl version to work with libglvndMarvin Schmidt1-1/+1
2019-08-26glx: Disable GLX_EXT_import_context if !enableIndirectGLXAdam Jackson1-2/+6
2019-08-20glx: Fix previous context validation in xorgGlxMakeCurrentAdam Jackson1-3/+1
2019-05-21GLX: Set GlxServerExports::{major,minor}VersionAaron Plattner1-2/+2
2019-05-17Merge commit 'refs/merge-requests/194/head' of gitlab.freedesktop.org:xorg/xs...Aaron Plattner4-11/+79
2019-05-17GLX: Add a function to change a clients vendor list.Kyle Brenneman3-0/+23
2019-05-17GLX: Use the sending client for looking up XID'sKyle Brenneman3-6/+26
2019-05-17GLX: Add a per-client vendor mapping.Kyle Brenneman3-5/+30
2019-05-14glx: Fix potential crashes in glXWait{GL,X}Adam Jackson1-2/+2
2019-05-01glx: Fix GLX_CONTEXT_RELEASE_BEHAVIOR_ARB handlingAdam Jackson2-6/+5
2019-04-30meson: Fix value of libglxvnd in -Dglx=false buildJon Turney1-1/+1
2019-01-16vnd: Fix a silly memory leakAdam Jackson1-4/+0
2018-09-10glx: check for indirect context in CreateContextAttribsARB()Olivier Fourdan1-0/+12
2018-06-21glx/vndcmds: Fix vendor hash table key sizeVladimir Panteleev1-1/+1
2018-05-08glx: Be sure to set an error for ghost contextsAdam Jackson1-1/+3
2018-04-24glx: Require depth > 12 for GLX visualsAdam Jackson1-2/+3
2018-04-24vnd: Disable GLX if no vendors successfully initializedAdam Jackson3-3/+12
2018-04-19meson: Fix indenting in glx/meson.buildLyude Paul1-2/+2