summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2016-02-16 10:22:32 -0700
committerBrian Paul <brianp@vmware.com>2016-02-16 10:22:32 -0700
commit017a003f1c5bc7508fc2d37e14dc67123248a2ac (patch)
treee36be2df1ce72785c5c0e5ae9c91493f85a77093 /src/gallium/auxiliary/cso_cache
parent347b9418acfc68544ab5c0cba6bfdd934e129b80 (diff)
downloadexternal_mesa3d-017a003f1c5bc7508fc2d37e14dc67123248a2ac.zip
external_mesa3d-017a003f1c5bc7508fc2d37e14dc67123248a2ac.tar.gz
external_mesa3d-017a003f1c5bc7508fc2d37e14dc67123248a2ac.tar.bz2
cso: remove comment
There's a similar comment just a few lines before.
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r--src/gallium/auxiliary/cso_cache/cso_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.h b/src/gallium/auxiliary/cso_cache/cso_context.h
index 83ce60e..14b66fe 100644
--- a/src/gallium/auxiliary/cso_cache/cso_context.h
+++ b/src/gallium/auxiliary/cso_cache/cso_context.h
@@ -236,7 +236,6 @@ cso_draw_arrays_instanced(struct cso_context *cso, uint mode,
uint start, uint count,
uint start_instance, uint instance_count);
-/* helper drawing function */
void
cso_draw_arrays(struct cso_context *cso, uint mode, uint start, uint count);