r300: Fix cos & add scs to fragment program.
authorRune Peterson <rune@megahurts.dk>
Wed, 14 Feb 2007 22:10:52 +0000 (23:10 +0100)
committerJerome Glisse <glisse@freedesktop.org>
Wed, 14 Feb 2007 22:10:52 +0000 (23:10 +0100)
commite4c772bead57c0190f74f1fa43dd129e170567f7
treedfe32a524c09a2af2e3f8df9b67c444f50cb3db4
parent1e2b46963595e02172b4d651cc8a219e9f5c8176
r300: Fix cos & add scs to fragment program.

So this do :
 - Fixes COS.
 - Does range reductions for SIN & COS.
 - Adds SCS.
 - removes the optimized version of SIN & COS.
 - tweaked weight (should help on precision).
 - fixed a copy paste typo in emit_arith().
src/mesa/drivers/dri/r300/r300_context.h
src/mesa/drivers/dri/r300/r300_fragprog.c