projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9ca948
)
i915g: add const qualifier to silence warning
author
Brian Paul
<brianp@vmware.com>
Wed, 15 Jun 2011 02:47:47 +0000
(20:47 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 15 Jun 2011 02:47:47 +0000
(20:47 -0600)
src/gallium/drivers/i915/i915_state_derived.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915/i915_state_derived.c
b/src/gallium/drivers/i915/i915_state_derived.c
index
bf6b30a
..
392ba19
100644
(file)
--- a/
src/gallium/drivers/i915/i915_state_derived.c
+++ b/
src/gallium/drivers/i915/i915_state_derived.c
@@
-35,7
+35,7
@@
#include "i915_debug.h"
#include "i915_reg.h"
-static uint find_mapping(struct i915_fragment_shader* fs, int unit)
+static uint find_mapping(
const
struct i915_fragment_shader* fs, int unit)
{
int i;
for (i = 0; i < I915_TEX_UNITS ; i++)