diff options
author | Ben Skeggs <[email protected]> | 2008-03-13 12:36:35 +1100 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-03-13 13:39:16 +1100 |
commit | 9a4938d7033101122b627786273ff37229b5558a (patch) | |
tree | d629284a7f272015d1719d46e4eefab29aea31f2 /src/gallium/drivers/nv40/nv40_state.h | |
parent | 03ec66375889f049b09f39ba98515aa35ac48164 (diff) |
nouveau: match interface changes
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_state.h')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv40/nv40_state.h b/src/gallium/drivers/nv40/nv40_state.h index e5217fe91c4..a02ea0c8781 100644 --- a/src/gallium/drivers/nv40/nv40_state.h +++ b/src/gallium/drivers/nv40/nv40_state.h @@ -23,7 +23,7 @@ struct nv40_vertex_program_data { }; struct nv40_vertex_program { - const struct pipe_shader_state *pipe; + struct pipe_shader_state pipe; boolean translated; struct nv40_vertex_program_exec *insns; @@ -48,7 +48,7 @@ struct nv40_fragment_program_data { }; struct nv40_fragment_program { - const struct pipe_shader_state *pipe; + struct pipe_shader_state pipe; boolean translated; unsigned samplers; |