projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
347b941
)
cso: remove comment
author
Brian Paul
<brianp@vmware.com>
Tue, 16 Feb 2016 17:22:32 +0000
(10:22 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 16 Feb 2016 17:22:32 +0000
(10:22 -0700)
There's a similar comment just a few lines before.
src/gallium/auxiliary/cso_cache/cso_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/cso_cache/cso_context.h
b/src/gallium/auxiliary/cso_cache/cso_context.h
index 83ce60e69fb768c32f3ede00af3093c5de7ef382..14b66fe799d9e46d907965cd037952763a423c28 100644
(file)
--- 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);