From: Brian Paul Date: Mon, 9 Jun 2008 15:27:52 +0000 (-0600) Subject: gallium: disable a tgsi_dump() call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c316f1e824b094977059145a1abcdb50a391f1c;p=mesa.git gallium: disable a tgsi_dump() call --- diff --git a/src/gallium/auxiliary/draw/draw_vs_aos.c b/src/gallium/auxiliary/draw/draw_vs_aos.c index 45f36cff2a1..458bbbe3765 100644 --- a/src/gallium/auxiliary/draw/draw_vs_aos.c +++ b/src/gallium/auxiliary/draw/draw_vs_aos.c @@ -2066,7 +2066,9 @@ static struct draw_vs_varient *varient_aos_sse( struct draw_vertex_shader *vs, if (!vaos->attrib) goto fail; +#if 0 tgsi_dump(vs->state.tokens, 0); +#endif if (!build_vertex_program( vaos, TRUE )) goto fail;