r300-gallium: Fix compiler warnings.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Wed, 1 Apr 2009 22:24:28 +0000 (15:24 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Wed, 1 Apr 2009 22:24:28 +0000 (15:24 -0700)
commit28fa809c9eb9168ab6b80fd66c7cf6ce2b9ccf98
treeb27c072c29d876c4eb0ebcf385abd488f7cb9f08
parentc4fb791909e687d5af5b95d88ebd6332c82c3095
r300-gallium: Fix compiler warnings.

"const" is the right keyword, but I can't do that without adding a bunch
of really annoying and ugly const casts everywhere, and frankly,
that's really stupid, so instead, just don't make them const.
src/gallium/drivers/r300/r300_state_shader.h
src/gallium/drivers/r300/r300_surface.h