draw: actually a noop, rather than not implemented
authorZack Rusin <zackr@vmware.com>
Fri, 30 Jul 2010 19:42:06 +0000 (15:42 -0400)
committerZack 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

index a36321d9102f71611d6f785725a5940f3b48dd60..cff859a42b7ef32e6f7aee8cfdca7c1afb096f1b 100644 (file)
@@ -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 */
 }