mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-05 16:40:31 +01: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.
7 lines
90 B
C
7 lines
90 B
C
#include "glthread.h"
|
|
|
|
unsigned long
|
|
_glthread_GetID(void)
|
|
{
|
|
return u_thread_self();
|
|
}
|