A bunch of little tests which exercise each ARB_fp instruction plus
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 20 Oct 2005 21:40:23 +0000 (21:40 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 20 Oct 2005 21:40:23 +0000 (21:40 +0000)
commita90909e89234b95e44a2cd08181167ba234b5fac
treeacde20d993b76825ca98d07c07095fa99b4c8491
parentf344be793c7322bc43d17c85e90a875383d8ade8
A bunch of little tests which exercise each ARB_fp instruction plus
a couple of other interesting cases.
38 files changed:
progs/fp/Makefile [new file with mode: 0644]
progs/fp/tri-abs.c [new file with mode: 0644]
progs/fp/tri-add.c [new file with mode: 0644]
progs/fp/tri-cmp.c [new file with mode: 0644]
progs/fp/tri-cos.c [new file with mode: 0644]
progs/fp/tri-dp3.c [new file with mode: 0644]
progs/fp/tri-dp4.c [new file with mode: 0644]
progs/fp/tri-dph.c [new file with mode: 0644]
progs/fp/tri-dst.c [new file with mode: 0644]
progs/fp/tri-ex2.c [new file with mode: 0644]
progs/fp/tri-flat.c [new file with mode: 0644]
progs/fp/tri-flr.c [new file with mode: 0644]
progs/fp/tri-fp.c [new file with mode: 0644]
progs/fp/tri-frc.c [new file with mode: 0644]
progs/fp/tri-inv.c [new file with mode: 0644]
progs/fp/tri-kil.c [new file with mode: 0644]
progs/fp/tri-lg2.c [new file with mode: 0644]
progs/fp/tri-lit.c [new file with mode: 0644]
progs/fp/tri-lrp.c [new file with mode: 0644]
progs/fp/tri-mad.c [new file with mode: 0644]
progs/fp/tri-max.c [new file with mode: 0644]
progs/fp/tri-min.c [new file with mode: 0644]
progs/fp/tri-mov.c [new file with mode: 0644]
progs/fp/tri-mul.c [new file with mode: 0644]
progs/fp/tri-position.c [new file with mode: 0644]
progs/fp/tri-pow.c [new file with mode: 0644]
progs/fp/tri-rcp.c [new file with mode: 0644]
progs/fp/tri-rsq.c [new file with mode: 0644]
progs/fp/tri-scs.c [new file with mode: 0644]
progs/fp/tri-sge.c [new file with mode: 0644]
progs/fp/tri-sge2.c [new file with mode: 0644]
progs/fp/tri-sin.c [new file with mode: 0644]
progs/fp/tri-slt.c [new file with mode: 0644]
progs/fp/tri-sub.c [new file with mode: 0644]
progs/fp/tri-swz.c [new file with mode: 0644]
progs/fp/tri-swz2.c [new file with mode: 0644]
progs/fp/tri-tex.c [new file with mode: 0644]
progs/fp/tri-xpd.c [new file with mode: 0644]