mesa: move a bunch of compiler-related stuff into new compiler.h header
authorBrian Paul <brianp@vmware.com>
Sun, 22 Feb 2009 22:43:29 +0000 (15:43 -0700)
committerBrian Paul <brianp@vmware.com>
Sun, 22 Feb 2009 22:43:29 +0000 (15:43 -0700)
commitf2c023291a1f2887294d2aac504f8b82857ad092
tree0853aec40ab08699d093debf08ab4553159a0cf8
parentd909dbcc43c5c1d51a3946488e68a7cd1fbfe920
mesa: move a bunch of compiler-related stuff into new compiler.h header

This trims down and cleans up imports.h and glheader.h quite a bit.
18 files changed:
src/mesa/drivers/x11/glxapi.c
src/mesa/glapi/gl_enums.py
src/mesa/glapi/glapi.c
src/mesa/glapi/glapi_getproc.c
src/mesa/glapi/glthread.c
src/mesa/main/api_exec.c
src/mesa/main/compiler.h [new file with mode: 0644]
src/mesa/main/config.h
src/mesa/main/context.c
src/mesa/main/dispatch.c
src/mesa/main/dlist.c
src/mesa/main/enums.c
src/mesa/main/glheader.h
src/mesa/main/imports.h
src/mesa/main/mtypes.h
src/mesa/main/texobj.c
src/mesa/main/texstate.c
src/mesa/state_tracker/st_cb_texture.c