Get rid of GL/internal/glcore.h
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 12 Oct 2010 14:34:03 +0000 (10:34 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 13 Oct 2010 13:43:24 +0000 (09:43 -0400)
commite3c1c5377c7fcd17085bfb22fbc1cf30646751ba
tree597c8aad644594af16daa95dd5011ae2993e88df
parentd838e4f66d585baf3577f1298dd97d1b7c444ac2
Get rid of GL/internal/glcore.h

__GLcontextModes is always only used as an implementation internal struct
at this point and we shouldn't install glcore.h anymore.  Anything that
needs __GLcontextModes should just include the struct in its headers files
directly.
include/GL/internal/glcore.h [deleted file]
src/gallium/state_trackers/egl/x11/glcore.h [new file with mode: 0644]
src/gallium/state_trackers/egl/x11/glxinit.c
src/gallium/state_trackers/egl/x11/x11_screen.h
src/mesa/drivers/dri/common/dri_util.h
src/mesa/drivers/dri/common/drisw_util.h
src/mesa/main/context.c
src/mesa/main/context.h
src/mesa/main/glheader.h
src/mesa/main/imports.h
src/mesa/main/mtypes.h