Re: [Mesa-dev] [PATCH 11/11] r200: Fix probable thinko in r200EmitArrays

2013-01-12 Thread Roland Scheidegger
Oh pretty sure I wrote that bug ages ago :-). I think you would hit it iff you'd use 12 generic vertex attributes in a vertex program - I guess noone ever did on that hardware... Reviewed-by: Roland Scheidegger On 01/11/2013 06:23 PM, Johannes Obermayr wrote: From: Adam Jackson Effectively

[Mesa-dev] [PATCH 11/11] r200: Fix probable thinko in r200EmitArrays

2013-01-11 Thread Johannes Obermayr
From: Adam Jackson Effectively this path would always assert. Move the break statement to the (probable) intended place. Note: This is a candidate for the stable branches. Signed-off-by: Adam Jackson --- src/mesa/drivers/dri/r200/r200_maos_arrays.c |3 ++- 1 Datei geƤndert, 2 Zeilen hinz