From: Brian Paul Date: Wed, 27 Aug 2008 17:30:14 +0000 (-0600) Subject: gallium: remove old assertions X-Git-Tag: 062012170305~17580^2~390^2~479 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8eb85f6f2a87e8a176569ad2270973024272fb21;p=profile%2Fivi%2Fmesa.git gallium: remove old assertions --- diff --git a/src/mesa/state_tracker/st_atom_shader.c b/src/mesa/state_tracker/st_atom_shader.c index 6594e59..cbd414e 100644 --- a/src/mesa/state_tracker/st_atom_shader.c +++ b/src/mesa/state_tracker/st_atom_shader.c @@ -266,17 +266,12 @@ find_translated_vp(struct st_context *st, xvp->output_to_semantic_name[outAttr] = TGSI_SEMANTIC_GENERIC; xvp->output_to_semantic_index[outAttr] = maxGeneric + 1; } - - assert(xvp->output_to_semantic_name[outAttr] != TGSI_SEMANTIC_COUNT); - assert(xvp->output_to_semantic_index[outAttr] != 99); } - #if 0 /*debug*/ printf("vp output_to_slot[%d] = %d\n", outAttr, xvp->output_to_slot[outAttr]); #endif - } assert(stvp->Base.Base.NumInstructions > 1);