mesa/src/mapi/glapi
Chia-I Wu b825e49552 mapi: Workaround a bug in makedepend.
makedepend would crash when a source includes a header indirectly, such
as

  #define HEADER "some-header.h"
  #include HEADER

Do not define HEADER (makedepend would detects this as an incomplete
include) and add the dependency manually in the Makefile.

This should hopefully fix bug #33374.
2011-01-29 19:22:54 +08:00
..
gen glapi: add @GOTPCREL relocation type 2011-01-27 18:04:57 -07:00
gen-es glapi: Fix OpenGL ES 1.1 and 2.0 interop. 2011-01-20 17:15:50 +08:00
.gitignore glapi: Move to src/mapi/. 2010-05-07 10:41:11 +08:00
glapi.c mapi: Clean up u_current interface. 2010-12-18 15:05:52 +08:00
glapi.h scons: Add support for GLES. 2011-01-22 11:59:05 +08:00
glapi_dispatch.c glapi: Do not use glapidispatch.h. 2010-10-27 10:06:25 +08:00
glapi_entrypoint.c glapi: Clean up header inclusions. 2010-08-23 18:28:14 +08:00
glapi_getproc.c drivers/x11: unifdef XFree86Server 2010-11-29 17:37:54 -05:00
glapi_mapi_tmp.h glapi: Fix OpenGL and OpenGL ES interop. 2011-01-20 17:15:50 +08:00
glapi_nop.c glapi: Clean up header inclusions. 2010-08-23 18:28:14 +08:00
glapi_priv.h glapi: Fix build errors for ES. 2010-09-15 17:45:26 +08:00
glapi_sparc.S glapi: regenerated files 2011-01-15 18:35:45 -07:00
glapi_x86-64.S glapi: add @GOTPCREL relocation type 2011-01-27 18:04:57 -07:00
glapi_x86.S glapi: adding @ char before type specifier in glapi_x86.S 2011-01-25 09:23:46 -07:00
glapitable.h glapi: regenerated files 2011-01-15 18:35:45 -07:00
glapitemp.h glapi: regenerated files 2011-01-15 18:35:45 -07:00
glprocs.h glapi: regenerated files 2011-01-15 18:35:45 -07:00
glthread.c glapi: Move public function/variable declarations to glapi.h. 2010-08-21 14:13:59 +08:00
glthread.h glapi: Move public function/variable declarations to glapi.h. 2010-08-21 14:13:59 +08:00
Makefile mapi: Workaround a bug in makedepend. 2011-01-29 19:22:54 +08:00
SConscript scons: Add support for GLES. 2011-01-22 11:59:05 +08:00
sources.mak mapi: Clean up u_current interface. 2010-12-18 15:05:52 +08:00