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, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/nv40/nv40_state.h b/src/mesa/pipe/nv40/nv40_state.h
index 4c4c847c9a..24eea36db3 100644
--- a/src/mesa/pipe/nv40/nv40_state.h
+++ b/src/mesa/pipe/nv40/nv40_state.h
@@ -96,7 +96,7 @@ struct nv40_fragment_program {
struct nv40_fragment_program_data *consts;
unsigned nr_consts;
- struct pipe_buffer_handle *buffer;
+ struct pipe_buffer *buffer;
uint32_t fp_control;
};
@@ -134,7 +134,7 @@ struct nv40_depth_stencil_alpha_state {
struct nv40_miptree {
struct pipe_texture base;
- struct pipe_buffer_handle *buffer;
+ struct pipe_buffer *buffer;
uint total_size;
struct {