Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mesa
piglit
Commits
1f4b17a3
Commit
1f4b17a3
authored
Jul 27, 2008
by
Nicolai Hähnle
Browse files
New test: shaders/fp-generic/kil-swizzle
This test currently fails on R500.
parent
76ca09ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/all.tests
View file @
1f4b17a3
...
...
@@ -70,6 +70,7 @@ fpgeneric = Group()
def
make_fpgeneric
(
name
):
return
PlainExecTest
([
testBinDir
+
'fp-generic'
,
testBinDir
+
'../tests/shaders/generic/'
+
name
])
fpgeneric
[
'dph'
]
=
make_fpgeneric
(
'dph.fp'
)
fpgeneric
[
'kil-swizzle'
]
=
make_fpgeneric
(
'kil-swizzle.fp'
)
fpgeneric
[
'lrp_sat'
]
=
make_fpgeneric
(
'lrp_sat.fp'
)
shaders
[
'fp-generic'
]
=
fpgeneric
...
...
tests/shaders/generic/kil-swizzle.fp
0 → 100644
View file @
1f4b17a3
6 2 0
tc
-1 -1 -1 -1
-1 -1 -1 -1
tex
expected
0 0 1 0
tc
1 1 -1 -1
-1 -1 1 1
tex
expected
1 0 0 0
tc
1 1 -1 -1
-1 -1 -1 1
tex
expected
0 0 1 0
tc
1 1 -1 -1
-1 -1 1 -1
tex
expected
0 0 1 0
tc
1 -1 -1 -1
-1 -1 1 1
tex
expected
0 0 1 0
tc
-1 1 -1 -1
-1 -1 -1 1
tex
expected
0 0 1 0
!!ARBfp1.0
KIL fragment.texcoord[0].xxyy;
KIL fragment.texcoord[1].zwwz;
MOV result.color, { 1.0, 0.0, 0.0, 0.0 };
END
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment