summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_state.h')
-rw-r--r--src/gallium/drivers/nv30/nv30_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv30/nv30_state.h b/src/gallium/drivers/nv30/nv30_state.h
index 233600f69a..117520dd13 100644
--- a/src/gallium/drivers/nv30/nv30_state.h
+++ b/src/gallium/drivers/nv30/nv30_state.h
@@ -60,7 +60,7 @@ struct nv30_vertex_program_data {
};
struct nv30_vertex_program {
- const struct pipe_shader_state *pipe;
+ struct pipe_shader_state pipe;
boolean translated;
struct nv30_vertex_program_exec *insns;
@@ -84,7 +84,7 @@ struct nv30_fragment_program_data {
};
struct nv30_fragment_program {
- const struct pipe_shader_state *pipe;
+ struct pipe_shader_state pipe;
boolean translated;
boolean on_hw;