mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 18:58:10 +02:00
freedreno: use GENERIC instead of TEXCOORD for blit program
blip_fp uses GENERIC as input, so blit_vp should match for linking Signed-off-by: Jonathan Marek <jonathan@marek.ca> Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
3a273a4abc
commit
3ed4aad524
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ static const char *blit_vp =
|
|||
"VERT \n"
|
||||
"DCL IN[0] \n"
|
||||
"DCL IN[1] \n"
|
||||
"DCL OUT[0], TEXCOORD[0] \n"
|
||||
"DCL OUT[0], GENERIC[0] \n"
|
||||
"DCL OUT[1], POSITION \n"
|
||||
" 0: MOV OUT[0], IN[0] \n"
|
||||
" 0: MOV OUT[1], IN[1] \n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue