glx: add support for GLX_ARB_create_context_no_error (v3)
[mesa.git] / src / glx /
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
2017-12-01 Vadym Shovkopliasglx/dri3: Remove unused deviceName variable
2017-11-30 Jon Turneymeson: fix deps and underlinkage of libGL
2017-11-30 Jon Turneymeson: build src/glx/windows
2017-11-22 Dylan Bakermeson: replace with_*dri with with_dri_platform
2017-11-13 Adam Jacksonglx/dri3: Fix passing renderType into glXCreateContext
2017-11-13 Adam Jacksonglx/drisw: Fix glXMakeCurrent(dpy, None, ctx)
2017-11-13 Adam Jacksonglx: Lower GLX opcode lookup into SendMakeCurrentRequest
2017-11-10 Dylan Bakermeson: move gl pkgconfig generation out of glx
2017-11-10 Jon Turneyglx/windows: Fix building libwindowsdri when libX11...
2017-11-09 Adam JacksonRevert "glx: Implement GLX_EXT_no_config_context (v2)"
2017-11-09 Adam Jacksonglx: Implement GLX_EXT_no_config_context (v2)
2017-11-09 Adam Jacksonglx: Prepare the DRI backends for GLX_EXT_no_config_context
2017-11-09 Adam Jacksonglx: Relax validate_renderType_against_config for EXT_n...
2017-11-07 Eric Engestrommeson: standardize .so version to major.minor.patch
2017-11-06 Neil Robertsglx: Implement GLX_ARB_context_flush_control
2017-10-27 Dylan Bakermeson: rename all instances of xf86vm to xxf86vm
2017-10-20 Dylan Bakermeson: build libEGL
2017-10-09 Dylan Bakermeson: Add support for configuring dri drivers directory.
2017-10-09 Dylan Bakermeson: build glx
2017-10-09 Dylan Bakermake: Don't traverse backwards through include directories.
2017-09-30 Marek Olšákglx: don't use the template keyword
2017-09-27 Adam Jacksonglx: Be more tolerant in glXImportContext (v2)
2017-09-23 Adam Jacksonglx: Sort the GLX extension bit enum and table
2017-09-12 Eric Engestromglx: turn LIBGL_NO_DRAWARRAYS into a boolean
2017-09-12 Eric Engestromglx: turn LIBGL_PROFILE_CORE into a boolean
2017-09-12 Eric Engestromglx: turn LIBGL_DUMP_VISUALID into a boolean
2017-09-12 Eric Engestromegl+glx: turn LIBGL_DRI3_DISABLE into a boolean
2017-09-12 Eric Engestromglx: turn LIBGL_ALWAYS_INDIRECT into a boolean
2017-09-12 Eric Engestromglx: turn LIBGL_ALLOW_SOFTWARE into a boolean
2017-09-12 Eric Engestromegl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
2017-09-12 Eric Engestromglx: turn LIBGL_DIAGNOSTIC into a boolean
2017-09-08 Eric Engestromglx: use ARRAY_SIZE macro
2017-08-25 Adam Jacksonmesa: Implement GL_ARB_texture_filter_anisotropic
2017-08-17 Jeremy Huddleston... glxcmds: Fix a typo in the __APPLE__ codepath
2017-08-17 Thomas Hellstromloader_dri3/glx/egl: Optionally use a blit context...
2017-08-17 Thomas Hellstromloader_dri3/glx/egl: Remove the loader_dri3_vtable...
2017-08-10 Thomas Hellstromdri: Introduce SWAP_METHOD tokens
2017-08-10 Thomas Hellstromglx: Fix swap method config matching
2017-08-10 Thomas Hellstromglx: Work around X servers reporting bogus values of...
2017-08-04 Emil Velikovloader: drop the [gs]et_swap_interval callbacks
2017-08-04 Emil Velikovloader: rework xmlconfig dependency
2017-08-03 Thomas Hellstromglx/dri3: Implement the flush_swapbuffers method
2017-08-02 Nicolai Hähnleglx: use v2 of DRI_ConfigOptions
2017-08-01 Eric Engestromloader: remove clamp_swap_interval()
next