r300_fragprog: Use less complex instructions
authorNicolai Haehnle <nhaehnle@gmail.com>
Sat, 14 Jun 2008 18:26:10 +0000 (20:26 +0200)
committerNicolai Haehnle <nhaehnle@gmail.com>
Sat, 14 Jun 2008 18:26:10 +0000 (20:26 +0200)
commit825fdfd0c1fc9c82c8a880dea62a7fffc15d7373
treea977acdde3878b7469a5a5440d72014890c98e5a
parentb97e48ffe3561288b5ebbebf7d439d4714fbb6a1
r300_fragprog: Use less complex instructions

MOV, ADD and MUL do not fit the hardware as well as MAD, but they are less
complex and thus leave more room for future optimizations.
src/mesa/drivers/dri/r300/r300_fragprog.c