vulkan/overlay: Add support for a control socket.
[mesa.git] / src / glx /
2019-10-05 Kenneth Graunkedri: Avoid swapbuffer throttling in glXCopySubBufferMESA
2019-09-30 Adam Jacksonglx: Log the filename of the drm device if we fail...
2019-09-27 Andreas Gottschlingdrisw: Fix shared memory leak on drawable resize
2019-09-27 Adam Jacksondrisw: Fix and simplify drawable setup
2019-09-27 Adam Jacksondrisw: Simplify GC setup
2019-09-26 Adam JacksonRevert "glx: Lift sending the MakeCurrent request to...
2019-09-26 Adam JacksonRevert "glx: Implement GLX_EXT_no_config_context"
2019-09-24 Adam Jacksonglx: Implement GLX_EXT_no_config_context
2019-09-24 Adam Jacksonglx: Lift sending the MakeCurrent request to top-level...
2019-09-24 Adam Jacksonglx: Move vertex array protocol state into the indirect...
2019-09-20 Adam Jacksonglx: Fix drawable lookup bugs in glXUseXFont
2019-09-20 Adam Jacksonglx: Avoid atof() when computing the server's GLX version
2019-09-19 Bas Nieuwenhuizenglx: Remove redundant null check.
2019-09-12 Adam Jacksonglx: Remove unused indirection for glx_context->fillImage
2019-09-04 Hal Gentzglx: Fix SEGV due to dereferencing a NULL ptr from...
2019-08-30 Adam JacksonRevert "glx: Unset the direct_support bit for GLX_EXT_i...
2019-08-27 Adam Jacksonglx: Unset the direct_support bit for GLX_EXT_import_co...
2019-08-23 Vinson Leeglx: Fix up glXQueryGLXPbufferSGIX on macOS.
2019-08-22 Adam Jacksonglx: Make __glXGetDrawableAttribute return true sometimes
2019-08-22 Adam Jacksonglx: Sync <GL/glxext.h> with Khronos
2019-08-22 Adam Jacksonglx: Whitespace cleanups
2019-08-21 Kevin Strasserglx: Add fields for color shifts
2019-08-20 Adam Jacksonglx: Eliminate glx_config::{rgb,float,colorIndex}Mode
2019-08-20 Adam Jacksonglx: Remove unused glx_config::pixmapMode
2019-08-20 Adam Jacksonglx: convert glx_config_create_list to one big calloc
2019-08-20 Adam Jacksonglx: convert a malloc+memset to calloc
2019-08-20 Adam Jacksonglx: Fix parameter documentation of glx_config_create_list
2019-08-04 Eric Engestromglx: drop unnecessary pointer deref for function calls
2019-08-03 Bas Nieuwenhuizenmesa: Rename GLX_USE_TLS to USE_ELF_TLS.
2019-08-03 Eric Engestrommeson: replace last uses of libxmlconfig with idep_xmlc...
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-07-30 Matt Turnermeson: Test for random_r()
2019-07-23 Dylan Bakermeson: allow building all glx without any drivers
2019-06-20 Eric Engestromglx: fix glvnd pointer types
2019-06-20 Eric Engestromglx: drop misleading comment about the file being ...
2019-06-07 Jon Turneyglx/windows: Fix compilation with -Werror-format
2019-06-04 Caio Marcelo de... glx: Fix error message when no driverName is available
2019-05-08 Timothy ArceriRevert "glx: Fix synthetic error generation in __glXSen...
2019-04-29 Eric Engestromdelete autotools input files
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-29 Hal Gentzglx: Fix synthetic error generation in __glXSendError
2019-04-15 Dylan BakerDelete autotools
2019-04-08 Adam Jacksondrisw: Try harder to probe whether MIT-SHM works
2019-04-01 Eric Anholtdri3: Return the current swap interval from glXGetSwapI...
2019-03-12 Grigori Goronzyglx: add support for GLX_ARB_create_context_no_error...
2019-03-08 Eric Engestromglx/meson: use full include path for dri_interface.h
2019-02-28 Ray Zhangglx: fix shared memory leak in X11
2019-01-24 Dave Airlieglx: add support for putimageshm2 path (v2)
2018-12-12 Emil Velikovglx/test: meson: assorted include fixes
2018-12-12 Emil Velikovglx: meson: wire up the dispatch-index-check test
2018-12-12 Emil Velikovglx: meson: drop includes from a link-only library
2018-12-12 Emil VelikovTODO: glx: meson: build dri based glx tests, only with...
2018-12-15 Jon Turneyglx: Fix compilation with GLX_USE_WINDOWSGL
2018-12-13 Emil Velikovglx: mandate xf86vidmode only for "drm" dri platforms
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-11-20 Emil Velikovglx: make xf86vidmode mandatory for direct rendering
2018-11-17 Eric Anholtloader: Factor out the common driver opening logic...
2018-11-16 Eric Anholtglx: Move DRI extensions pointer loading to driOpenDriv...
2018-11-16 Eric Anholtglx: Remove an old DEFAULT_DRIVER_DIR default.
2018-11-07 Adam Jacksonglx: Demand success from CreateContext requests (v2)
2018-11-01 Emil Velikovglx: be explicit about when mapping X <> GLX visuals
2018-11-01 Emil Velikovglx: remove unused __glXPreferEGL() declaration
2018-10-30 Michał Janiszewskiglx: Add missing include guards
2018-09-06 Andrii Simiklitapple/glx/log: added missing va_end() after va_copy()
2018-08-09 Adam Jacksonglx: GLX_MESA_multithread_makecurrent is direct-only
2018-08-08 Emil Velikovautomake: require shared glapi when using DRI based...
2018-07-31 Jon TurneyMake glXChooseFBConfig handle unspecified sRGB correctly
2018-07-09 Adam Jacksonglx: Don't allow glXMakeContextCurrent() with only...
2018-06-05 Michel Dänzerglx: Fix number of property values to read in glXImport...
2018-05-29 Dave Airlieglx/drisw: make the shm/non-shm loader extensions separ...
2018-05-29 Marc-André Lureaudrisw/glx: implement getImageShm
2018-05-29 Marc-André Lureaudrisw/glx: use XShm if possible
2018-04-24 Dylan Bakermeson: allow empty sources when using link_whole
2018-04-06 Dylan Bakermeson: fix warnings about comparing unlike types
2018-03-30 Daniel Stonex11: Only report supported DRI3/Present versions
2018-03-20 Daniel Stonedri3: Don't fail on version mismatch
2018-03-12 Emil Velikovglx: remove empty GLX_SGIX_swap_group stubs
2018-03-12 Emil Velikovglx: remove empty GLX_SGIX_swap_barrier stubs
2018-03-09 Louis-Francis Ratt... egl/x11: Re-allocate buffers if format is suboptimal
2018-03-09 Louis-Francis Ratt... egl/x11: Support DRI3 v1.1
2018-03-08 Thierry Redingglx/apple: Ship meson build file in tarball
2018-03-08 Thomas Hellstromglx/dri: Add a driconf option to disable GLX_SGI_video_sync
2018-02-20 Thomas Hellstromloader_dri3/glx/egl: Reinstate the loader_dri3_vtable...
2018-02-05 Jon Turneymeson: build src/glx/apple
2018-02-02 Dylan Bakermeson: Don't confuse the install and search paths for...
2018-02-02 Jon Turneyglx/test: fix building for osx
2018-02-01 Marc Dietrichmeson: don't install windows headers on non-windows...
2018-02-01 Jon Turneyglx/apple: locate dispatch table functions to wrap...
2018-02-01 Jon Turneyglx/apple: include util/debug.h for env_var_as_boolean...
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-16 Samuel Thibaultglx: fix non-dri build
2018-01-11 Dylan Bakermeson: add variable for including include/GL/internal
2018-01-11 Dylan Bakermeson: Use consistent style for tests
2018-01-11 Dylan Bakermeson: Use consistent style
2017-12-13 Dylan Bakermeson: fix glx-test race
2017-12-04 Dylan Bakermeson: fix underlinkage without dri3
2017-12-04 Dylan Bakermeson: Reformat glx code to match more common style
2017-12-01 Adam Jacksonglx: Prepare driFetchDrawable for no-config contexts
2017-12-01 Adam Jacksonglx: Use __glXSendError instead of open-coding it
2017-12-01 Adam Jacksonglx: Simplify some dummy vtable interactions
next