projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
308f11f
)
gallium/i965: added const to silence warning
author
Brian
<brian@poulsbo.localnet.net>
Thu, 28 Feb 2008 00:21:01 +0000
(17:21 -0700)
committer
Brian
<brian@poulsbo.localnet.net>
Thu, 28 Feb 2008 00:21:01 +0000
(17:21 -0700)
src/gallium/drivers/i965simple/brw_vs.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i965simple/brw_vs.h
b/src/gallium/drivers/i965simple/brw_vs.h
index 0e58f043b026441f98c8e6ede46e5a130ca6c6a1..070f9dfcaef2b50cfe44d1d3c8a0acbf1fe60041 100644
(file)
--- 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;