mesa/src/gallium/frontends
Jose Fonseca 6bb7d3bbc0 wgl: Remove opengl32.mingw.def.
MinGW DEF parsing is even more broken than before, and 32-bits import
libs are broken regardless one uses opengl32.mingw.def or opengl32.def.

This change removes opengl32.mingw.def and addresses the issue differently:

- link opengl32.dll with --enable-stdcall-fixup

- use the systems opengl32 import lib (libopengl32.a/opengl32.lib)
  instead of our own

This change also gets test_wgl built with MinGW (even if it's never tested),
which I used to verify this; and to not link against internal libraries.

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>

v2: Revert back to shared_library.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10767>
2021-05-13 13:18:16 +00:00
..
clover clover/memory: fix data race in buffer subclasses 2021-05-10 12:20:21 +00:00
dri gallium: Remove unused st_visual::render_buffer 2021-05-07 16:47:30 -04:00
glx/xlib gallium: Remove unused st_visual::render_buffer 2021-05-07 16:47:30 -04:00
hgl gallium: Remove unused st_visual::render_buffer 2021-05-07 16:47:30 -04:00
lavapipe lavapipe: correct reported number of UBOs 2021-05-12 10:52:36 +02:00
nine gallium: split drawid out of pipe_draw_info and as a separate draw_vbo param 2021-04-30 03:59:19 +00:00
omx frontends/omx/h265: search entire dpb list 2021-03-30 15:47:54 +00:00
osmesa gallium: Remove unused st_visual::render_buffer 2021-05-07 16:47:30 -04:00
va frontends/va: fix multi planes for external memeory type 2021-05-12 18:55:35 +00:00
vdpau Guard FALLTHROUGH annotations after assert() 2021-04-15 16:01:22 +00:00
wgl wgl: Remove opengl32.mingw.def. 2021-05-13 13:18:16 +00:00
xa gallium,st: add missing viewport swizzles 2021-03-21 18:29:50 +00:00
xvmc gallium: Add optional pipe_context to flush_frontbuffer 2020-12-14 23:31:37 +00:00