mesa/src/mapi
Eric Engestrom 896d6df474 glapi/meson: drop duplicate line in deps
Fixes: 0842bc879b ("meson: wire the new generator for es1 and es2")
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21562>
(cherry picked from commit c9f3ba987f)
2023-02-28 09:48:59 -08:00
..
es1api mapi: update gles 1.1 extention packet link 2022-11-20 15:14:01 +00:00
es2api meson: Refactoring shared gen_vs_module_defs_normal_command out 2022-11-11 05:38:19 +00:00
glapi glapi/meson: drop duplicate line in deps 2023-02-28 09:48:59 -08:00
new mapi: #include "util/glheader.h" instead of #include "GL/gl.h" 2022-11-03 16:07:31 +00:00
shared-glapi meson: Use deps_for_libmesa_util for idep_mesautil instead hand crafted list 2022-11-10 11:57:22 +08:00
entry.c mapi: #include "util/glheader.h" instead of #include "GL/gl.h" 2022-11-03 16:07:31 +00:00
entry.h
entry_ppc64le_tls.h mapi: Access _glapi_tls_Dispatch directly without need of macro 2022-08-22 21:32:09 +00:00
entry_x86-64_tls.h mapi: Access _glapi_tls_Dispatch directly without need of macro 2022-08-22 21:32:09 +00:00
entry_x86_tls.h mapi: Access _glapi_tls_Dispatch directly without need of macro 2022-08-22 21:32:09 +00:00
mapi_abi.py mapi: #include "util/glheader.h" instead of #include "GL/gl.h" 2022-11-03 16:07:31 +00:00
mapi_glapi.c mapi: Move shared stub into u_current.c 2022-08-22 21:32:09 +00:00
mapi_tmp.h
meson.build
stub.c mapi: Remove the need of _MTX_INITIALIZER_NP by using simple_mtx_t/SIMPLE_MTX_INITIALIZER in stub.c 2022-10-20 01:32:47 +00:00
stub.h
table.c
table.h
u_current.c mapi: Improve comment about _glapi_tls_Dispatch and _glapi_tls_Context 2022-08-22 21:32:09 +00:00
u_current.h mapi: Move shared _glapi_set_context and _glapi_set_dispatch into u_current.c 2022-08-22 21:32:09 +00:00
u_execmem.c mapi: Use util_call_once to init exec_mem and mutex instead _MTX_INITIALIZER_NP 2022-10-20 01:32:47 +00:00
u_execmem.h