projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbfe11c
)
draw: actually a noop, rather than not implemented
author
Zack Rusin
<zackr@vmware.com>
Fri, 30 Jul 2010 19:42:06 +0000
(15:42 -0400)
committer
Zack Rusin
<zackr@vmware.com>
Fri, 30 Jul 2010 19:42:50 +0000
(15:42 -0400)
we just have nothing to do in it right now
src/gallium/auxiliary/draw/draw_gs.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_gs.c
b/src/gallium/auxiliary/draw/draw_gs.c
index a36321d9102f71611d6f785725a5940f3b48dd60..cff859a42b7ef32e6f7aee8cfdca7c1afb096f1b 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_gs.c
+++ b/
src/gallium/auxiliary/draw/draw_gs.c
@@
-75,7
+75,10
@@
draw_gs_set_constants(struct draw_context *draw,
const void *constants,
unsigned size)
{
- debug_printf("draw_gs_set_constants() not implemented yet!\n");
+ /* noop. added here for symmetry with the VS
+ * code and in case we'll ever want to allign
+ * the constants, e.g. when we'll change to a
+ * different interpreter */
}