----- Original Message -----
> From: José Fonseca <[email protected]>
> 
> +            t->outputs[i] = ureg_writemask(t->outputs[i], TGSI_WRITEMASK_X);

What happens when the application decides to write to any component other than 
X? The application writemask combined with the one above will yield an empty 
one. Are we making sure that such instructions are skipped?

-- 
michal
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to