projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31667e6
)
cso: minor comment fix
author
Brian Paul
<brianp@vmware.com>
Tue, 21 Apr 2015 14:10:22 +0000
(08:10 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 22 Apr 2015 14:58:05 +0000
(08:58 -0600)
src/gallium/auxiliary/cso_cache/cso_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/cso_cache/cso_context.c
b/src/gallium/auxiliary/cso_cache/cso_context.c
index 5d597ba5c290f1dc43486f2b720ceb90ae61ea27..31ffa7d9c0bfa754a7e96b1df1b5cdb9f7417bea 100644
(file)
--- a/
src/gallium/auxiliary/cso_cache/cso_context.c
+++ b/
src/gallium/auxiliary/cso_cache/cso_context.c
@@
-326,7
+326,7
@@
void cso_destroy_context( struct cso_context *ctx )
ctx->pipe->set_stream_output_targets(ctx->pipe, 0, NULL, NULL);
}
- /* free
fragment sampler views
*/
+ /* free
sampler views for each shader stage
*/
for (shader = 0; shader < Elements(ctx->samplers); shader++) {
struct sampler_info *info = &ctx->samplers[shader];
for (i = 0; i < PIPE_MAX_SHADER_SAMPLER_VIEWS; i++) {