summaryrefslogtreecommitdiff
path: root/glx
Commit message (Expand)AuthorAgeFilesLines
* GLX: Free the tag of the old context laterDoğukan Korkmaztürk2022-12-091-4/+3
* glx: remove a noop assert (index is unsigned)Konstantin Kharlamov2022-04-021-1/+0
* glx/dri: Filter out fbconfigs that don't have a supported pixmap formatAdam Jackson2021-12-191-0/+20
* Remove autotools supportPovilas Kanapickas2021-10-271-95/+0
* glx: Fix use after free in MakeCurrentOlivier Fourdan2021-06-211-2/+2
* glx: Set ContextTag for all contextsOlivier Fourdan2021-06-081-1/+2
* glx: don't create implicit GLXWindow if one already existsErik Kurzinger2021-06-071-2/+9
* glx: Check for byte-swapping in SetReplyHeaderNiveditha Rau2021-05-301-0/+3
* glx: Fix error return code in GLXGetDrawableAttributesAdam Jackson2021-05-301-1/+1
* glxcmds: Fix possible out of boundsqarmin2021-04-241-1/+0
* meson: hide C API if Xorg is disabled (like autotools)Jan Beich2021-03-111-1/+3
* glx: Remove unused bswap_CARD64Michel Dänzer2020-11-301-12/+0
* GLX: fix context render type queriesErik Kurzinger2020-11-263-5/+16
* configure: Build hashtable for Xres and glvndOlivier Fourdan2020-11-091-1/+3
* glx: set errorValue when returning GLXBadFBConfigPeter Harris2020-09-301-2/+7
* glx: Implement GLX_EXT_get_drawable_typeAdam Jackson2020-09-283-1/+11
* Fix spelling/wording issuesAlan Coopersmith2020-07-052-2/+2
* glx: unbreak on Unix without /usr/include/drmJan Beich2020-05-271-0/+1
* glx: Require screens match for share contexts for classic CreateContextAdam Jackson2020-03-301-0/+9
* glx: fixup symbol name for get_extensions functionVasily Khoruzhick2020-03-231-0/+10
* Revert "dri2: Don't make reference to noClientException"Adam Jackson2020-01-281-1/+1
* dix: Call SourceValidate before GetImageAdam Jackson2019-10-301-0/+1
* meson: Apparently 1.2 is < 1.2.0Adam Jackson2019-10-091-1/+1
* meson: Fix another reference to "gl" 9.2.0Adam Jackson2019-10-091-1/+1
* build: glx: Lower gl version to work with libglvndMarvin Schmidt2019-10-081-1/+1
* glx: Disable GLX_EXT_import_context if !enableIndirectGLXAdam Jackson2019-08-261-2/+6
* glx: Fix previous context validation in xorgGlxMakeCurrentAdam Jackson2019-08-201-3/+1
* GLX: Set GlxServerExports::{major,minor}VersionAaron Plattner2019-05-211-2/+2
* Merge commit 'refs/merge-requests/194/head' of gitlab.freedesktop.org:xorg/xs...Aaron Plattner2019-05-174-11/+79
|\
| * GLX: Add a function to change a clients vendor list.Kyle Brenneman2019-05-173-0/+23
| * GLX: Use the sending client for looking up XID'sKyle Brenneman2019-05-173-6/+26
| * GLX: Add a per-client vendor mapping.Kyle Brenneman2019-05-173-5/+30
* | glx: Fix potential crashes in glXWait{GL,X}Adam Jackson2019-05-141-2/+2
* | glx: Fix GLX_CONTEXT_RELEASE_BEHAVIOR_ARB handlingAdam Jackson2019-05-012-6/+5
* | meson: Fix value of libglxvnd in -Dglx=false buildJon Turney2019-04-301-1/+1
|/
* vnd: Fix a silly memory leakAdam Jackson2019-01-161-4/+0
* glx: check for indirect context in CreateContextAttribsARB()Olivier Fourdan2018-09-101-0/+12
* glx/vndcmds: Fix vendor hash table key sizeVladimir Panteleev2018-06-211-1/+1
* glx: Be sure to set an error for ghost contextsAdam Jackson2018-05-081-1/+3
* glx: Require depth > 12 for GLX visualsAdam Jackson2018-04-241-2/+3
* vnd: Disable GLX if no vendors successfully initializedAdam Jackson2018-04-243-3/+12
* meson: Fix indenting in glx/meson.buildLyude Paul2018-04-191-2/+2
* glx: Do not call into Composite if it is disabled.Michal Srb2018-04-102-41/+55
* GLX: Fix a use after free error with the GLVND vendor handle.Kyle Brenneman2018-04-091-6/+7
* meson: Distribute more SDK headersThierry Reding2018-04-021-0/+6
* Don't delete GLX's extensionInitCallback list during a reset.Kyle Brenneman2018-03-281-3/+12
* glx: honor LIBGL_DRIVERS_PATH when loading DRI driversNicolai Hähnle2018-03-211-4/+34
* glx: Add vndserver.h to the SDKAdam Jackson2018-02-281-2/+4
* glx: Don't pass NULL to glxGetClientMichel Dänzer2018-02-261-2/+2
* glx: Fix indirect no-config contextsAdam Jackson2018-02-261-0/+3