gallium/i965: added const to silence warning
authorBrian <brian@poulsbo.localnet.net>
Thu, 28 Feb 2008 00:21:01 +0000 (17:21 -0700)
committerBrian <brian@poulsbo.localnet.net>
Thu, 28 Feb 2008 00:21:01 +0000 (17:21 -0700)
src/gallium/drivers/i965simple/brw_vs.h

index 0e58f043b026441f98c8e6ede46e5a130ca6c6a1..070f9dfcaef2b50cfe44d1d3c8a0acbf1fe60041 100644 (file)
@@ -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;