diff options
author | Brian <brian@poulsbo.localnet.net> | 2008-02-27 17:21:01 -0700 |
---|---|---|
committer | Brian <brian@poulsbo.localnet.net> | 2008-02-27 17:21:01 -0700 |
commit | 46da2f42a8e1bd88086cc17afc58738956d8b699 (patch) | |
tree | c72bd93df4d1079a17832a30fd059dd4dec0ccfa /src/gallium/drivers | |
parent | 308f11f9913d53944924e532e586d99070ccbe0b (diff) |
gallium/i965: added const to silence warning
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/i965simple/brw_vs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965simple/brw_vs.h b/src/gallium/drivers/i965simple/brw_vs.h index 0e58f043b0..070f9dfcae 100644 --- a/src/gallium/drivers/i965simple/brw_vs.h +++ b/src/gallium/drivers/i965simple/brw_vs.h @@ -52,7 +52,7 @@ struct brw_vs_compile { struct brw_vs_prog_key key; struct brw_vs_prog_data prog_data; - struct brw_vertex_program *vp; + const struct brw_vertex_program *vp; unsigned nr_inputs; |