graw: Replace dead symlinks to delete python statetracker shaders with their contents.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 23 Apr 2011 09:44:43 +0000 (10:44 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 23 Apr 2011 10:07:27 +0000 (11:07 +0100)
commitde29ee0e6de9e34d19ed20017028614cce7b4ba1
treeba6c276abc3dcc4b0c3c5e5341001203aae9118a
parent931432fea69c29b4029ff23613468c8ad2c0181e
graw: Replace dead symlinks to delete python statetracker shaders with their contents.
64 files changed:
src/gallium/tests/graw/fragment-shader [deleted symlink]
src/gallium/tests/graw/fragment-shader/frag-abs.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-add.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-cb-1d.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-cb-2d.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-dp3.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-dp4.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-dst.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-ex2.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-face.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-flr.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-frc.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-kil.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-lg2.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-lit.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-lrp.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-mad-immx.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-mad.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-max.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-min.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-mov.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-mul.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-rcp.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-rsq.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-sge.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-slt.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-srcmod-abs.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-srcmod-absneg.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-srcmod-neg.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-srcmod-swz.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-sub.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-tempx.sh [new file with mode: 0644]
src/gallium/tests/graw/fragment-shader/frag-xpd.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader [deleted symlink]
src/gallium/tests/graw/vertex-shader/vert-abs.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-add.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-arl.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-arr.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-cb-1d.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-cb-2d.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-dp3.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-dp4.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-dst.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-ex2.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-flr.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-frc.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-lg2.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-lit.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-lrp.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-mad.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-max.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-min.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-mov.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-mul.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-rcp.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-rsq.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-sge.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-slt.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-srcmod-abs.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-srcmod-neg.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-srcmod-swz.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-sub.sh [new file with mode: 0644]
src/gallium/tests/graw/vertex-shader/vert-xpd.sh [new file with mode: 0644]