Age | Commit message (Expand) | Author | Files | Lines |
2023-07-28 | glxsw: check geometry of drawables on creation | Mike Blumenkrantz | 1 | -5/+11 |
2023-07-18 | glx: Assign unique serial number to GLXBadFBConfig error | Semjon Kravtsenko | 1 | -0/+5 |
2023-06-15 | Revert "glx: Remove pointless GLX_INTEL_swap_event paranoia" | Xi Ruoyao | 3 | -1/+22 |
2023-05-25 | glx: fix build with APPLEGL | Filip Gawin | 1 | -1/+2 |
2023-04-06 | glx: Fix error handling yet again in CreateContextAttribs | Adam Jackson | 1 | -25/+21 |
2023-04-06 | glx: Disable the indirect fallback in CreateContextAttribs | Adam Jackson | 1 | -7/+7 |
2023-04-06 | glx/dri: Fix error generation for invalid GLX_RENDER_TYPE | Adam Jackson | 3 | -5/+10 |
2023-04-06 | glx/dri: Use X/GLX error codes for our create_context_attribs | Adam Jackson | 7 | -23/+62 |
2023-03-20 | glx: fix memory leak related to __glXCloseDisplay() | Patrick Lerda | 1 | -0/+3 |
2023-03-10 | meson: inline gtest_test_protocol now that it's always 'gtest' | Eric Engestrom | 1 | -1/+1 |
2023-03-06 | glx: Fix glXGetFBConfigFromVisualSGIX | Błażej Szczygieł | 1 | -2/+9 |
2023-03-01 | glx: fix indirect initialization crash | Illia Polishchuk | 2 | -2/+8 |
2023-02-23 | glx: include directly the useful vulkan header, instead of including everything | Eric Engestrom | 2 | -2/+4 |
2023-02-23 | meson: replace vk_wsi_args with dependencies to let meson take care of transi... | Eric Engestrom | 1 | -2/+1 |
2023-02-15 | egl/kopper: Pass ancillary invalidate flush flags down to gallium. | Emma Anholt | 1 | -1/+1 |
2023-02-15 | meson: don't pass vk wsi args where they don't belong | Erik Faye-Lund | 1 | -0/+1 |
2023-01-24 | loader,glx,egl: remove is_different_gpu variable from loader | Yogesh Mohan Marimuthu | 1 | -1/+1 |
2023-01-24 | glx: remove is_different_gpu variable from struct dri_screen | Yogesh Mohan Marimuthu | 2 | -22/+31 |
2023-01-24 | loader,glx,egl,vl,d3d: loader_get_user_preferred_fd() function to return orig... | Yogesh Mohan Marimuthu | 1 | -6/+2 |
2023-01-24 | loader,glx: add render_gpu tag psc->driScreen and psc->fd | Yogesh Mohan Marimuthu | 3 | -45/+44 |
2023-01-24 | loader,glx,egl/x11: init dri_screen_display_gpu in struct loader_dri3_drawable | Yogesh Mohanmarimuthu | 1 | -2/+1 |
2023-01-22 | glx: fix a macro being invoked with the wrong parameter name | Adam Stylinski | 1 | -1/+1 |
2023-01-13 | glx: Harmonize glXCreateGLXPixmap with glXCreatePixmap | Adam Jackson | 1 | -59/+7 |
2023-01-13 | glx: Fix drawable type inference in visual/fbconfig setup | Adam Jackson | 1 | -11/+8 |
2023-01-13 | glx: Inline a few single-use constant strings into their user | Adam Jackson | 1 | -6/+3 |
2023-01-13 | glx: Move 1.2 GLXPixmap code into glx_pbuffer.c | Adam Jackson | 2 | -148/+148 |
2023-01-13 | glx: Check for initial "glX" first in glXGetProcAddress | Adam Jackson | 1 | -15/+9 |
2023-01-13 | glx: Reflow MakeContextCurrent a little | Adam Jackson | 1 | -27/+26 |
2023-01-13 | glx: Clean up some funny business from context bind/unbind | Adam Jackson | 8 | -47/+20 |
2023-01-13 | glx: Remove support for glXGetDriverConfig for old drivers | Adam Jackson | 1 | -9/+0 |
2023-01-13 | glx: Remove a can't-happen NULL check | Adam Jackson | 1 | -3/+0 |
2023-01-13 | glx: Remove glx_context::screen | Adam Jackson | 5 | -10/+3 |
2023-01-13 | glx/dri3: Simplify protocol version tracking | Adam Jackson | 2 | -18/+13 |
2023-01-09 | dri: get rid of LIBGL_SHOW_FPS | Pierre-Eric Pelloux-Prayer | 3 | -59/+0 |
2023-01-03 | glx: Remove the GetProcAddress special case for indirect rendering | Adam Jackson | 3 | -5/+0 |
2023-01-03 | glx: Only compute client GL extensions for indirect contexts | Adam Jackson | 7 | -26/+25 |
2023-01-03 | glx: Require GLX 1.3 | Adam Jackson | 6 | -322/+73 |
2023-01-03 | glx: Remove pointless GLX_INTEL_swap_event paranoia | Adam Jackson | 3 | -22/+1 |
2023-01-03 | glx: Drop GLX_MESA_{pixmap_colormap,release_buffers} stubs | Adam Jackson | 1 | -56/+0 |
2023-01-03 | glx: Replace FreeB 2.0 text with SPDX-License-Identifier: SGI-B-2.0 | Adam Jackson | 16 | -384/+16 |
2022-12-06 | glx: fix xshm check to init xshm_opcode. | Dave Airlie | 1 | -0/+1 |
2022-12-05 | egl+glx: Always support no_error contexts. | Emma Anholt | 3 | -24/+5 |
2022-12-05 | dri: Introduce internal Mesa DRI driver loader extension. | Emma Anholt | 6 | -0/+10 |
2022-12-05 | glx: Use loader_bind_extensions(). | Emma Anholt | 3 | -117/+83 |
2022-12-01 | glx: Require __DRI_SWRAST >= 4 for doing swrast. | Emma Anholt | 1 | -31/+14 |
2022-12-01 | glx: Require __DRI_DRI2 v2 for doing X11 DRI2. | Emma Anholt | 1 | -15/+6 |
2022-11-27 | glx,dri: simplify indirect function call syntax | Marek Olšák | 7 | -39/+39 |
2022-11-25 | Revert "glx/dri: Fix DRI drawable release at MakeCurrent time" | Martin Roukala (né Peres) | 5 | -5/+5 |
2022-11-25 | Revert "glx: Fix drawable refcounting for naked Windows" | Martin Roukala (né Peres) | 1 | -8/+1 |
2022-11-17 | Revert "egl/glx: add fallback for zink loading" | Michel Dänzer | 2 | -22/+8 |