r300: Add radeonTransformALU and fix a bug in r300_fragprog DPH
authorNicolai Haehnle <nhaehnle@gmail.com>
Sat, 14 Jun 2008 21:09:15 +0000 (23:09 +0200)
committerNicolai Haehnle <nhaehnle@gmail.com>
Sat, 14 Jun 2008 21:09:15 +0000 (23:09 +0200)
commit43da1189610fcaa5ade69620734a7b1e5caf84c4
tree2c0b06af3d078b6bf6ed4cd20d5a0f803079da35
parent825fdfd0c1fc9c82c8a880dea62a7fffc15d7373
r300: Add radeonTransformALU and fix a bug in r300_fragprog DPH

This new generic transform replaces "special" instructions by more generic
variants. Hopefully, we will be able to share this code between r300 and r500.
src/mesa/drivers/dri/r300/Makefile
src/mesa/drivers/dri/r300/r300_fragprog.c
src/mesa/drivers/dri/r300/r300_fragprog_emit.c
src/mesa/drivers/dri/r300/radeon_program_alu.c [new file with mode: 0644]
src/mesa/drivers/dri/r300/radeon_program_alu.h [new file with mode: 0644]