projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60a6bfe
)
cso: remove commented-out code, update function docs
author
Brian Paul
<brianp@vmware.com>
Thu, 29 Apr 2010 15:33:39 +0000
(09:33 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 29 Apr 2010 15:39:17 +0000
(09:39 -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 6d0b42079866604460ae057d5530d506728a33f5..c5fe7efa0282345de4042a2b38b69786c765157b 100644
(file)
--- a/
src/gallium/auxiliary/cso_cache/cso_context.c
+++ b/
src/gallium/auxiliary/cso_cache/cso_context.c
@@
-313,10
+313,13
@@
void cso_release_all( struct cso_context *ctx )
}
+/**
+ * Free the CSO context. NOTE: the state tracker should have previously called
+ * cso_release_all().
+ */
void cso_destroy_context( struct cso_context *ctx )
{
if (ctx) {
- /*cso_release_all( ctx );*/
FREE( ctx );
}
}