summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-02 07:31:42 -0600
committerBrian Paul <brianp@vmware.com>2009-10-02 07:31:42 -0600
commit389021220d27c376b81a6221a31d0ee33c24e67f (patch)
tree578647c0b77feacd7e389aa1d4a442d54692e801 /src/gallium/auxiliary/cso_cache
parent337480e1f85844b7bd4a4d47cef93a217e3ad464 (diff)
gallium: replace // comments with /* */
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r--src/gallium/auxiliary/cso_cache/cso_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c b/src/gallium/auxiliary/cso_cache/cso_context.c
index 36c882acb7..4f13b3e2ba 100644
--- a/src/gallium/auxiliary/cso_cache/cso_context.c
+++ b/src/gallium/auxiliary/cso_cache/cso_context.c
@@ -268,7 +268,7 @@ void cso_release_all( struct cso_context *ctx )
void cso_destroy_context( struct cso_context *ctx )
{
if (ctx) {
- //cso_release_all( ctx );
+ /*cso_release_all( ctx );*/
FREE( ctx );
}
}