mesa/src/glx
Jon Turney 90c47206c5 glx/windows: Drop static from driwindowsCreateScreen()
> ../src/glx/driwindows_glx.c:445:1: error: static declaration of ‘driwindowsCreateScreen’ follows non-static declaration
>   445 | driwindowsCreateScreen(int screen, struct glx_display *priv, bool driver_name_is_inferred)
> ../src/glx/glxclient.h:160:20: note: previous declaration of ‘driwindowsCreateScreen’ with type ‘struct glx_screen *(int,  struct glx_display *, _Bool)’
>   160 | struct glx_screen *driwindowsCreateScreen(int screen, struct glx_display *priv, bool driver_name_is_inferred);

Since driwindowsCreateScreen() is now called directly, rather than via
function pointers in the _GLXDRIdisplay structure, it needs to be
public.

Fixes: 0d78711cfb ("glx: delete __GLXDRIdisplay")
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41421>
2026-05-18 13:33:35 +00:00
..
apple apple_cgl.c: Fix error: call to undeclared function 'os_get_option' 2025-11-20 18:39:19 +00:00
windows glx/windows: Add stdbool.h include to 'direct GLX via WGL' implementation 2026-05-18 13:33:34 +00:00
applegl_glx.c
clientattrib.c
clientinfo.c glx: fix const qualifier warnings found with C23 glibc support 2026-02-09 09:00:43 +00:00
compsize.c
create_context.c glx: guard glx_screen frontend_screen member 2026-03-10 01:53:15 +00:00
dri3_glx.c dri: Get rid of __DRIbackgroundCallableExtension 2025-07-16 01:32:56 +00:00
dri3_priv.h
dri_common.c egl,glx: allow OpenGL with old libx11, but disable glthread if it's unsafe 2025-08-21 02:05:26 +00:00
dri_common.h dri: Get rid of __DRIbackgroundCallableExtension 2025-07-16 01:32:56 +00:00
dri_common_query_renderer.c
drisw_glx.c glx: Check that xshm can be attached 2026-03-06 01:18:53 +00:00
drisw_priv.h
driwindows_glx.c glx/windows: Drop static from driwindowsCreateScreen() 2026-05-18 13:33:35 +00:00
eval.c
g_glxglvnddispatchfuncs.c
g_glxglvnddispatchindices.h
glvnd-symbols.txt glx: stop exporting EXT_texture_object functions from libGLX_mesa.so 2025-03-27 05:46:35 +00:00
glx_error.c
glx_error.h
glx_pbuffer.c glx/windows: Add GLX_USE_WINDOWSGL in new places it's needed to build libGL 2026-05-18 13:33:35 +00:00
glx_query.c
glxclient.h os: Add support for GNU/HURD compilation and use of dri swrast/llvmpipe. 2026-02-17 08:24:02 +00:00
glxcmds.c glx/windows: Add GLX_USE_WINDOWSGL in new places it's needed to build libGL 2026-05-18 13:33:35 +00:00
glxconfig.c
glxconfig.h
glxcurrent.c
glxext.c mesa: replace most occurrences of getenv() with os_get_option() 2025-11-06 04:36:13 +00:00
glxextensions.c
glxextensions.h
glxglvnd.c glx: fix const qualifier warnings found with C23 glibc support 2026-02-09 09:00:43 +00:00
glxglvnd.h
glxglvnddispatchfuncs.h
glxhash.c
glxhash.h
indirect_glx.c
indirect_init.h
indirect_texture_compression.c
indirect_transpose_matrix.c
indirect_vertex_array.c
indirect_vertex_array.h
indirect_vertex_array_priv.h
indirect_vertex_program.c
indirect_window_pos.c
libgl-symbols.txt
meson.build meson: Add support for buidling zink + Turnip/KGSL 2026-03-31 15:00:29 +00:00
packrender.h
packsingle.h
pixel.c
pixelstore.c
query_renderer.c
render2.c
renderpix.c
single2.c glx: stop exporting EXT_texture_object functions from libGLX_mesa.so 2025-03-27 05:46:35 +00:00
vertarr.c
xfont.c mesa: move src/mapi to src/mesa/glapi 2025-08-06 20:35:26 +00:00