projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f449164
)
identity: Use the correct texture
author
Jakob Bornecrantz
<jakob@vmware.com>
Thu, 6 Aug 2009 12:20:49 +0000
(13:20 +0100)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Thu, 6 Aug 2009 12:20:49 +0000
(13:20 +0100)
src/gallium/drivers/identity/id_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/identity/id_context.c
b/src/gallium/drivers/identity/id_context.c
index a500ec604544cbcdf88328b772c79a68d0068ff9..4e700089e331010ae0d717858a08a73e360f9387 100644
(file)
--- a/
src/gallium/drivers/identity/id_context.c
+++ b/
src/gallium/drivers/identity/id_context.c
@@
-501,7
+501,7
@@
identity_set_sampler_textures(struct pipe_context *_pipe,
pipe->set_sampler_textures(pipe,
num_textures,
-
_
textures);
+ textures);
}
static void