summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nv40/nv40_state.h
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2007-12-16 21:26:09 +1100
committerBen Skeggs <skeggsb@gmail.com>2007-12-16 21:31:28 +1100
commit4c2a3356cf976e9e30f888bf57f6b140482a1e15 (patch)
treeafe7ab3c719be5c9bb804b99080cdce6f63732a0 /src/mesa/pipe/nv40/nv40_state.h
parentb337ecdd8e10b4fa224b2bfb7fdfeda5931d7a6e (diff)
nouveau: some cleanups
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 cfc8b5637f..eb8473842f 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 {