summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_state.h')
-rw-r--r--src/gallium/drivers/nv50/nv50_state.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/drivers/nv50/nv50_state.h b/src/gallium/drivers/nv50/nv50_state.h
index dd352b65856..d568bf610d5 100644
--- a/src/gallium/drivers/nv50/nv50_state.h
+++ b/src/gallium/drivers/nv50/nv50_state.h
@@ -15,10 +15,7 @@ struct nv50_program {
struct tgsi_shader_info info;
boolean translated;
- enum {
- NV50_PROG_VERTEX,
- NV50_PROG_FRAGMENT
- } type;
+ unsigned type;
unsigned *insns;
unsigned insns_nr;