projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7a0502
)
vc4: Fix some broken indentation.
author
Eric Anholt
<eric@anholt.net>
Tue, 30 Sep 2014 23:10:09 +0000
(16:10 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 2 Oct 2014 00:03:35 +0000
(17:03 -0700)
src/gallium/drivers/vc4/vc4_program.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/vc4/vc4_program.c
b/src/gallium/drivers/vc4/vc4_program.c
index
09a39a1
..
589d33a
100644
(file)
--- a/
src/gallium/drivers/vc4/vc4_program.c
+++ b/
src/gallium/drivers/vc4/vc4_program.c
@@
-1742,7
+1742,7
@@
vc4_setup_shared_key(struct vc4_key *key, struct vc4_texture_stateobj *texstate)
for (int i = 0; i < texstate->num_textures; i++) {
struct pipe_sampler_view *sampler = texstate->textures[i];
struct pipe_sampler_state *sampler_state =
-texstate->samplers[i];
+
texstate->samplers[i];
if (sampler) {
struct pipe_resource *prsc = sampler->texture;