mesa/src/mapi
Adam Jackson f41ce4b210 mesa: Implement and advertise GL_MESA_sampler_objects
This is the GLES3 sampler object API trivially backported to GLES2,
because it allows for simpler/better support in glamor and mutter.

The only code change we need is adding these to the generated dispatch
tables for ES2 contexts. The interactions with EXT_shadow_samplers,
EXT_texture_filter_anisotropic and EXT_texture_sRGB_decode are already
in place before this change, and OES_texture_border_clamp is always
supported in Mesa.

Reviewed-by: Zoltán Böszörményi <zboszor@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2440>
2023-08-01 14:52:10 +00:00
..
es1api
es2api
glapi mesa: Implement and advertise GL_MESA_sampler_objects 2023-08-01 14:52:10 +00:00
new
shared-glapi mapi: Delete execmem support code. 2023-06-12 21:37:37 +00:00
entry.c mapi: Delete dynamic stub generation. 2023-06-12 21:37:37 +00:00
entry.h mapi: Delete dynamic stub generation. 2023-06-12 21:37:37 +00:00
entry_ppc64le_tls.h mapi: Delete dynamic stub generation. 2023-06-12 21:37:37 +00:00
entry_x86-64_tls.h mapi: Delete dynamic stub generation. 2023-06-12 21:37:37 +00:00
entry_x86_tls.h mapi: Delete dynamic stub generation. 2023-06-12 21:37:37 +00:00
mapi_abi.py mapi: Clean up mapi_stub struct. 2023-06-12 21:37:37 +00:00
mapi_tmp.h
meson.build
u_current.c
u_current.h