Remove typedefs from enums.
authorZack Rusin <zack@tungstengraphics.com>
Mon, 29 Oct 2007 12:35:08 +0000 (08:35 -0400)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 29 Oct 2007 16:14:10 +0000 (16:14 +0000)
commita70c5e37f1c2e43738469e4799ad2b9e7c604782
treeb7b9f043bf4053bb7d6eb5f9e08ab1c4b612008e
parent25b17b213b7ba0d1b93ec37211504ee489944ce8
Remove typedefs from enums.

typedefs are rather evil, remove them and use the enum
keyword explicitely.
src/mesa/pipe/draw/draw_flatshade.c
src/mesa/pipe/draw/draw_vertex.c
src/mesa/pipe/draw/draw_vertex.h
src/mesa/pipe/i915simple/i915_context.h
src/mesa/pipe/i915simple/i915_state_derived.c
src/mesa/pipe/softpipe/sp_prim_setup.c
src/mesa/pipe/softpipe/sp_state_derived.c
src/mesa/state_tracker/st_draw.c