summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nv40/nv40_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/nv40/nv40_state.h')
-rw-r--r--src/mesa/pipe/nv40/nv40_state.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/pipe/nv40/nv40_state.h b/src/mesa/pipe/nv40/nv40_state.h
index cfc8b5637fb..eb8473842f6 100644
--- a/src/mesa/pipe/nv40/nv40_state.h
+++ b/src/mesa/pipe/nv40/nv40_state.h
@@ -103,9 +103,7 @@ struct nv40_fragment_program {
struct pipe_buffer_handle *buffer;
- boolean uses_kil;
- boolean writes_depth;
- int num_regs;
+ uint32_t fp_control;
};
struct nv40_depth_push {