Age | Commit message (Expand) | Author | Files | Lines |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 24 | -48/+0 |
2024-07-26 | treewide: replace xnfstrdup() calls by XNFstrdup() | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-07-26 | treewide: replace xnfalloc() calls to XNFalloc() | Enrico Weigelt, metux IT consult | 2 | -2/+2 |
2024-06-23 | dix: unexport fields from opaque.h not used by modules/drivers | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-06-23 | xace: typesafe hook function for XACE_RESOURCE_ACCESS | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-30 | include: move private definitions out of extinit.h | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-04-15 | rename remaining RT_* defines to X11_RESTYPE_* | Enrico Weigelt, metux IT consult | 2 | -3/+3 |
2024-04-15 | prevent name clash on Windows w/ RT_* defines | Enrico Weigelt, metux IT consult | 2 | -2/+2 |
2024-04-15 | dix: unexport some lookup functions | Enrico Weigelt, metux IT consult | 2 | -2/+6 |
2024-03-03 | include: drop obsolete registry.h | Enrico Weigelt, metux IT consult | 1 | -1/+0 |
2024-02-22 | glx: move private definitions from vndserver.h to vndserver_priv.h | Enrico Weigelt, metux IT consult | 5 | -92/+121 |
2024-02-19 | drop remains of support for old Sun compilers | Enrico Weigelt, metux IT consult | 4 | -4/+4 |
2024-01-16 | glx: Call XACE hooks on the GLX buffer | Olivier Fourdan | 1 | -0/+8 |
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 |