mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
Specifically, move all or most of
glapi/glapi.c to mapi/u_current.c,
glapi/glapi_execmem.c to mapi/u_execmem.c,
glapi/glthread.[ch] to mapi/u_thread.[ch]
and remove their dependencies on core Mesa headers.
17 lines
230 B
Makefile
17 lines
230 B
Makefile
# src/mapi/glapi/sources.mak
|
|
|
|
GLAPI_SOURCES = \
|
|
glapi_dispatch.c \
|
|
glapi_entrypoint.c \
|
|
glapi_getproc.c \
|
|
glapi_nop.c \
|
|
glthread.c
|
|
|
|
X86_API = \
|
|
glapi_x86.S
|
|
|
|
X86-64_API = \
|
|
glapi_x86-64.S
|
|
|
|
SPARC_API = \
|
|
glapi_sparc.S
|