r300/compiler: Split off texture fixes to their own file.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Fri, 16 Apr 2010 05:48:18 +0000 (22:48 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Fri, 16 Apr 2010 07:43:17 +0000 (00:43 -0700)
commitf8a14186809356871ae74159c774e9e3959a22e5
treef762704d79dcb32d283b4373681dc7be70815163
parent8c456775887e192dd7464b94295f4410045c7c07
r300/compiler: Split off texture fixes to their own file.

Yes, I'm fully aware this generates subpar code on r500.
src/mesa/drivers/dri/r300/compiler/Makefile
src/mesa/drivers/dri/r300/compiler/r300_fragprog.c
src/mesa/drivers/dri/r300/compiler/r300_fragprog.h
src/mesa/drivers/dri/r300/compiler/r3xx_fragprog.c
src/mesa/drivers/dri/r300/compiler/r500_fragprog.c
src/mesa/drivers/dri/r300/compiler/r500_fragprog.h
src/mesa/drivers/dri/r300/compiler/radeon_program_tex.c [new file with mode: 0644]
src/mesa/drivers/dri/r300/compiler/radeon_program_tex.h [new file with mode: 0644]