Chia-I Wu
cad87ebc3a
glapi: Fix build errors for ES.
...
The latest glext.h defines GL_FIXED. Test GL_OES_fixed_point instead to
decide whether to define GLfixed and GLclampx.
This fixes fdo bug #30205 .
2010-09-15 17:45:26 +08:00
Chia-I Wu
e607b67ebc
glapi: Clean up header inclusions.
...
Do not rely on PUBLIC being defined in glapi.h. Do not include core
mesa headers.
2010-08-23 18:28:14 +08:00
Chia-I Wu
a73c6540d9
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-05-07 10:41:11 +08:00
Chia-I Wu
296adbd545
glapi: Move to src/mapi/.
...
Move glapi to src/mapi/{glapi,es1api,es2api}.
2010-05-07 10:41:11 +08:00