panfrost: Inherit default values from structs
[mesa.git] / src / glx /
2020-08-19 Eric Engestromegl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage
2020-08-17 Adam Jacksondrisw: Port the MIT-SHM check to XCB
2020-07-23 Adam Jacksonglx: Fix build and warnings with -Dglx=dri -Dglx-direct...
2020-07-23 Dave Airlieglx/drisw: add robustness support
2020-07-13 Eric Engestromglx: drop always-true #ifdef
2020-07-02 Timothy Arceriglx: add missing fallthrough comment
2020-06-22 Eric Engestromutil: rename xmlpool.h to driconf.h
2020-06-22 Eric Engestromdriconf: drop now unused translation facility
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-04-15 Emil Velikovglx: omit loader_loader() for macOS
2020-04-04 Eric Engestromglx: use anonymous namespace to avoid -Wodr issues...
2020-04-04 Eric Engestromglx: fix 630 times -Wlto-type-mismatch when building...
2020-04-01 Emil Velikovglx: set the loader_logger early and for everyone
2020-04-01 Emil Velikovmeson: glx: drop with_glx == dri check
2020-03-30 Jose Fonsecascons: Prune out unnecessary targets.
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-04 Andrii SimiklitRevert "glx: convert glx_config_create_list to one...
2020-02-25 Dave Airlieglx/drisw: fix shm put image fallback
2020-02-25 Dave Airlieglx/drisw: return false if shmid == -1
2020-02-25 Dave Airlieglx/drisw: add getImageShm2 path
2020-02-11 Marek Olšákglx: print FPS with 2 decimal places
2020-01-23 Adam Jacksondrisw: Cache the depth of the X drawable
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
next