summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-04-02 18:28:44 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-04-02 18:28:44 +0200
commitd3340cda9c2ee7165961517494f636e3fa361d5f (patch)
tree8981b1ec76c0341cc9c57165689d9c663d5327a4 /src
parentfb19b3393fbee26f7bb88b572b3d0cc2943f2edc (diff)
don't push "pouets"
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/draw/draw_vertex_fetch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vertex_fetch.c b/src/gallium/auxiliary/draw/draw_vertex_fetch.c
index 9a9ac4ee45..11f99babf6 100644
--- a/src/gallium/auxiliary/draw/draw_vertex_fetch.c
+++ b/src/gallium/auxiliary/draw/draw_vertex_fetch.c
@@ -508,7 +508,6 @@ void draw_update_vertex_fetch( struct draw_context *draw )
draw->vertex_fetch.nr_attrs = nr_attrs;
draw->vertex_fetch.fetch_func = generic_vertex_fetch;
- printf("pouet vertex fetch %x\n",draw->vertex_fetch.fetch_func);
switch (nr_attrs) {
case 2:
@@ -525,6 +524,5 @@ void draw_update_vertex_fetch( struct draw_context *draw )
default:
break;
}
- printf("pouet vertex fetch %x\n",draw->vertex_fetch.fetch_func);
}