Age | Commit message (Expand) | Author | Files | Lines |
2023-10-19 | glx: add automatic zink fallback loading between hw and sw drivers | Mike Blumenkrantz | 1 | -8/+25 |
2023-10-19 | egl/glx: don't load non-sw zink without dri3 support | Mike Blumenkrantz | 1 | -5/+11 |
2023-09-28 | glx: XFree visual info | Mike Blumenkrantz | 1 | -1/+1 |
2023-09-18 | glx: drop the 'libGL' log prefix | Pierre-Eric Pelloux-Prayer | 1 | -1/+0 |
2023-09-14 | glx: Increment dpy->request before issuing an error that had no request | Daniel van Vugt | 1 | -0/+2 |
2023-08-19 | glx: Advertise GLX_MESA_gl_interop extension if support present | Sylvain Munaut | 4 | -0/+8 |
2023-08-19 | glx: Remove MESA_depth_float_bit from enum | Sylvain Munaut | 1 | -1/+0 |
2023-08-19 | glx: Export the MESA GL Interop functions through glXGetProcAddress | Sylvain Munaut | 3 | -0/+75 |
2023-08-19 | glx: Add missing MesaGLInteropGLXFlushObjects | Sylvain Munaut | 1 | -0/+26 |
2023-08-03 | glx: There is no need to psc++ | xurui | 1 | -1/+1 |
2023-08-03 | glx: decouple from gallium | Yonggang Luo | 1 | -1/+1 |
2023-07-27 | kopper: pass modifier availability to drawable creation | Mike Blumenkrantz | 1 | -0/+1 |
2023-07-27 | glx/sw: check for modifier support in the kopper path | Mike Blumenkrantz | 2 | -0/+8 |
2023-07-27 | glx/dri3: split out modifier check | Mike Blumenkrantz | 2 | -22/+36 |
2023-07-27 | kopper: move pixmap param for drawable creation to info struct | Mike Blumenkrantz | 1 | -1/+4 |
2023-07-27 | glxsw: check geometry of drawables on creation | Mike Blumenkrantz | 1 | -5/+11 |
2023-07-25 | glx: fix dead code when gc var cannot be null due to earlier check | Illia Polishchuk | 1 | -1/+1 |
2023-07-15 | glx: Assign unique serial number to GLXBadFBConfig error | Semjon Kravtsenko | 1 | -0/+5 |
2023-06-27 | treewide: Replace the usage of TRUE/FALSE with true/false | Yonggang Luo | 3 | -8/+8 |
2023-06-12 | Revert "glx: Remove pointless GLX_INTEL_swap_event paranoia" | Xi Ruoyao | 3 | -1/+22 |
2023-05-15 | glx: fix build with APPLEGL | Filip Gawin | 1 | -1/+2 |
2023-04-26 | glx: fix typos | Harri Nieminen | 13 | -23/+23 |
2023-04-26 | glx: add fail check for current context in another thread | Illia Polishchuk | 2 | -0/+17 |
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 |