freedreno: Add driconf to disable conservative LRZ
[platform/upstream/mesa.git] / src / glx /
2023-01-13 Adam Jacksonglx: Harmonize glXCreateGLXPixmap with glXCreatePixmap
2023-01-13 Adam Jacksonglx: Fix drawable type inference in visual/fbconfig...
2023-01-13 Adam Jacksonglx: Inline a few single-use constant strings into...
2023-01-13 Adam Jacksonglx: Move 1.2 GLXPixmap code into glx_pbuffer.c
2023-01-13 Adam Jacksonglx: Check for initial "glX" first in glXGetProcAddress
2023-01-13 Adam Jacksonglx: Reflow MakeContextCurrent a little
2023-01-13 Adam Jacksonglx: Clean up some funny business from context bind...
2023-01-13 Adam Jacksonglx: Remove support for glXGetDriverConfig for old...
2023-01-13 Adam Jacksonglx: Remove a can't-happen NULL check
2023-01-13 Adam Jacksonglx: Remove glx_context::screen
2023-01-13 Adam Jacksonglx/dri3: Simplify protocol version tracking
2023-01-09 Pierre-Eric Pellou... dri: get rid of LIBGL_SHOW_FPS
2023-01-03 Adam Jacksonglx: Remove the GetProcAddress special case for indirec...
2023-01-03 Adam Jacksonglx: Only compute client GL extensions for indirect...
2023-01-03 Adam Jacksonglx: Require GLX 1.3
2023-01-03 Adam Jacksonglx: Remove pointless GLX_INTEL_swap_event paranoia
2023-01-03 Adam Jacksonglx: Drop GLX_MESA_{pixmap_colormap,release_buffers...
2023-01-03 Adam Jacksonglx: Replace FreeB 2.0 text with SPDX-License-Identifie...
2022-12-06 Dave Airlieglx: fix xshm check to init xshm_opcode.
2022-12-05 Emma Anholtegl+glx: Always support no_error contexts.
2022-12-05 Emma Anholtdri: Introduce internal Mesa DRI driver loader extension.
2022-12-05 Emma Anholtglx: Use loader_bind_extensions().
2022-12-01 Emma Anholtglx: Require __DRI_SWRAST >= 4 for doing swrast.
2022-12-01 Emma Anholtglx: Require __DRI_DRI2 v2 for doing X11 DRI2.
2022-11-27 Marek Olšákglx,dri: simplify indirect function call syntax
2022-11-25 Martin Roukala ... Revert "glx/dri: Fix DRI drawable release at MakeCurren...
2022-11-25 Martin Roukala ... Revert "glx: Fix drawable refcounting for naked Windows"
2022-11-17 Michel DänzerRevert "egl/glx: add fallback for zink loading"
2022-11-15 Matt Costerglx: Use common CONCAT/PASTE macros
2022-11-15 Matt Costerglx: Unify naming of CONCAT/PASTE macros
2022-11-10 Yonggang Luozink: Only #include <vulkan/vulkan_core.h> instead...
2022-11-03 Yonggang Luoglapi: #include "util/glheader.h" in glapi_priv.h and...
2022-11-03 Yonggang Luomesa: Move glheader.h from mesa/main/glheader.h to...
2022-11-02 Yonggang Luoglx: Fixes apple/apple_visual.c that include non-exist...
2022-11-02 Jesse Natalieglx: Implement the new flush method
2022-11-02 Illia Abernikhinutils: Merge util/debug.* into util/u_debug.* and remov...
2022-10-27 Brian Paulglx: clean-ups in drisw_glx.c
2022-10-27 Brian Paulglx: clean-ups in create_context.c
2022-10-20 Yonggang Luoglx: Adot #ifdef GLX_USE_WINDOWSGL in #if defined(GLX_D...
2022-10-20 Yonggang Luoglx: Adopt guard of glx_direct and glx_accel in #if...
2022-10-20 Yonggang Luoglx: Remove redundant #ifndef GLX_USE_APPLEGL in glx...
2022-10-20 Yonggang Luoglx: Trim trailing spaces in in glx/glxext.c
2022-10-20 Yonggang Luoglx: Guard usage of infer_zink && !explicit_zink in...
2022-10-19 Marek Olšákglapi: remove EXT and ARB suffixes from Draw functions
2022-09-21 Mike Blumenkrantzegl/glx: add fallback for zink loading
2022-09-17 Adam Jacksonglx: Remove some excess work from the GLX_FBCONFIG_ID...
2022-09-17 Adam Jacksonglx/dri: Avoid a weird indirection in driFetchDrawable
2022-09-17 Adam Jacksonglx/dri*: Unify glx_context subclassing
2022-09-12 Adam JacksonRevert "glx: Use XSaveContext, delete glxhash.c"
2022-09-08 Adam Jacksonglx: Use XSaveContext, delete glxhash.c
2022-08-22 Yonggang Luomapi: Remove usage of _glapi_check_multithread and...
2022-07-29 Yonggang Luoglx: Remove usage of USE_ELF_TLS
2022-07-29 Yonggang Luoglx: Convert tab to space in applegl_glx.c
2022-07-29 Yonggang Luoglx: __glX_tls_Context should use __THREAD_INITIAL_EXEC
2022-07-18 jheaff1build(glx): Fix build by adding missing deps
2022-07-18 Adam Jacksonkopper: Implement {EGL,GLX}_EXT_buffer_age
2022-07-13 Adam Jacksonglx: Fix drawable refcounting for naked Windows
2022-07-12 Emma Anholtkopper: Respect the vblank_mode env var.
2022-07-12 Emma Anholtglx: Unify dri2/dri3 vblank_mode logic.
2022-07-12 Emma Anholtkopper: Fix the return value of kopperSetSwapInterval().
2022-07-12 Adam Jacksonglx: Fix return values from __glXGetDrawableAttribute
2022-07-12 Adam Jacksonglx/dri2: Stop tracking the protocol version in the...
2022-07-12 Adam Jacksonglx: Remove excess screen parameter from CreateContext
2022-07-12 Adam Jacksonglx: Remove unused __glXSetupForCommand from __glXIsDirect
2022-07-12 Adam Jacksonglx: Remove some can't-happen checks from protocolDestr...
2022-07-12 Adam Jacksonglx: Remove the remains of GLX_MESA_multithread_makecurrent
2022-06-27 Adam Jacksonglx/dri: Fix DRI drawable release at MakeCurrent time
2022-06-22 Dave Airlieglx/drisw: use xcb instead of X to query connection
2022-06-22 Mike Blumenkrantzglx/drisw: invalidate drawables upon binding context...
2022-06-22 Mike Blumenkrantzglx/drisw: store the flush extension to the screen
2022-06-15 Yonggang Luoglx: using C++11 keyword thread_local
2022-05-17 Adam Jacksonglx/dri2: Require DRI2 >= 1.3 for working buffer invali...
2022-05-17 Pierre-Eric Pellou... glx: set max values for pbuffer width / height
2022-05-04 Adam Jacksonglx/kopper: Enable GLX_EXT_swap_control etc.
2022-04-27 Adam Jacksonglx/kopper: Wire up a way for SwapBuffers to fail
2022-04-07 Adam Jacksonglx: Learn about kopper
2022-03-21 Yonggang Luoglx/egl: improve dri null screen related error messages.
2022-03-14 Eric EngestromRevert "glx: Fix build errors with --enable-mangling...
2022-02-28 Mike Blumenkrantzglx/drisw: handle GL_RESET_NOTIFICATION_STRATEGY
2022-02-22 Qiang Yuglx: keep native window glx drawable by driconf option
2022-02-22 Qiang Yuglx: merge drawable release to the same function
2022-02-22 Qiang Yuglx: fix pbuffer refcount init
2022-02-04 Adam Jacksonglx: Use the new no-error driver interface
2022-01-10 Thomas H.P. Andersenreplace 0 with NULL for NULL pointers
2021-12-22 Thomas H.P. Andersenglx: remove a set but not used variable
2021-12-16 Adam Jacksonglx: Fix GLX_NV_float_buffer fbconfig handling
2021-12-16 Pierre-Eric Pellou... glx: fix querying GLX_FBCONFIG_ID for Window
2021-12-09 Qiang Yuglx: fix regression for drawable type detection
2021-12-08 Adam Jacksonglapi: Remove remnants of EXT_paletted_texture and...
2021-12-07 Qiang Yuloader/dri3: add drawable type set by GLX and EGL
2021-12-07 Qiang Yuglx: add drawable type argument when create drawable
2021-12-07 Qiang Yuglx: check drawable type before create drawble
2021-12-07 Qiang Yuglx: no need to create extra pixmap for pbuffer
2021-11-19 Qiang Yuglx/dri3: fix glXQueryContext does not return GLX_RENDE...
2021-11-17 Marek Olšákglx: add a workaround to glXDestroyWindow for Viewperf2...
2021-11-04 Pierre-Eric Pellou... glx/drirc: add a force_direct_glx_context option
2021-10-16 Dylan Bakermeson: use gtest protocol for gtest based tests when...
2021-09-29 Pierre-Eric Pellou... gallium: add PIPE_CAP_PREFER_BACK_BUFFER_REUSE
2021-09-27 Adam Jacksonglx: Don't strip off window/pixmap support from float...
2021-09-27 Adam Jacksonglx: Clarify a debug message
next