projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c877f1a
)
st/mesa: trivial indentation fix
author
Brian Paul
<brianp@vmware.com>
Thu, 10 Dec 2015 19:25:22 +0000
(12:25 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 11 Dec 2015 23:53:20 +0000
(16:53 -0700)
src/mesa/state_tracker/st_atom_sampler.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_atom_sampler.c
b/src/mesa/state_tracker/st_atom_sampler.c
index 4252c27962ecab0fc4bd3065d4373d2f425ccbe6..94231cf1946f2975b4217f0314516d2f512cf003 100644
(file)
--- a/
src/mesa/state_tracker/st_atom_sampler.c
+++ b/
src/mesa/state_tracker/st_atom_sampler.c
@@
-250,7
+250,7
@@
update_shader_samplers(struct st_context *st,
samplers_used = prog->SamplersUsed;
if (*num_samplers == 0 && samplers_used == 0x0)
-
return;
+ return;
*num_samplers = 0;