Replace GLuint with GLbitfield where appropriate. Also replace GLuint
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 15 Sep 2005 05:00:45 +0000 (05:00 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 15 Sep 2005 05:00:45 +0000 (05:00 +0000)
commite00ac11d4dd05c56584622dc2707bbdcfe4b2707
treeaf58ae919ba702b593311ae4251c92f6d1257f0a
parent0f540f4b0468f581f63fb0b6347fe66251fa545a
Replace GLuint with GLbitfield where appropriate.  Also replace GLuint
with GLboolean in a few places.
src/mesa/main/buffers.c
src/mesa/main/buffers.h
src/mesa/main/framebuffer.c
src/mesa/main/light.c
src/mesa/main/mtypes.h
src/mesa/main/texenvprogram.c
src/mesa/main/texstate.c
src/mesa/swrast/s_context.c
src/mesa/swrast/s_context.h
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_span.c