mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
python/regress: Add vertex shader test for XPD.
This commit is contained in:
parent
541d74423a
commit
5d8677469b
2 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
VERT1.1
|
||||
DCL IN[0], POSITION
|
||||
DCL IN[1], COLOR
|
||||
DCL OUT[0], POSITION
|
||||
DCL OUT[1], COLOR
|
||||
XPD OUT[0], IN[0], IN[1]
|
||||
MOV OUT[1], IN[1]
|
||||
END
|
||||
|
|
@ -218,6 +218,7 @@ def main():
|
|||
'mov',
|
||||
'mul',
|
||||
'sub',
|
||||
'xpd',
|
||||
]
|
||||
|
||||
html = '''<html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue