diff options
Diffstat (limited to 'src/mesa/pipe/nv40/nv40_state.h')
-rw-r--r-- | src/mesa/pipe/nv40/nv40_state.h | 4 |
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 { |