This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
mesa
Watch
1
Star
0
Fork
You've already forked mesa
0
mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced
2026-05-21 11:08:24 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
027ce0c493
mesa
/
src
/
mapi
/
glapi
/
glthread.c
8 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
glapi: Move public function/variable declarations to glapi.h. glapi defines an interface that is used by DRI drivers. It must not be changed in an ABI incompatible way. This commit moves all functions/variables belong to the interface to glapi.h. Instead of including u_current.h from glapi.h, u_current.h now includes glapi.h.
2010-08-21 11:50:22 +08:00
#
include
"glapi/glapi.h"
initial rev
1999-12-16 17:31:06 +00:00
mapi: Add mapi and share the code with glapi. 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.
2010-04-23 16:06:26 +08:00
unsigned
long
BeOS thread support (Philippe Houdoin)
2001-11-12 23:50:12 +00:00
_glthread_GetID
(
void
)
{
mapi: Add mapi and share the code with glapi. 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.
2010-04-23 16:06:26 +08:00
return
u_thread_self
(
)
;
BeOS thread support (Philippe Houdoin)
2001-11-12 23:50:12 +00:00
}
Reference in a new issue
Copy permalink