mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 22:20:14 +01:00
u_blitter: fix stencil blit fallback for crocus.
crocus needs the sampler view decl to know it's a uint return value. Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11280>
This commit is contained in:
parent
7e07f7f900
commit
f05dfddeb1
1 changed files with 1 additions and 0 deletions
|
|
@ -1173,6 +1173,7 @@ util_make_fs_stencil_blit(struct pipe_context *pipe, bool msaa_src)
|
|||
"FRAG\n"
|
||||
"DCL IN[0], GENERIC[0], LINEAR\n"
|
||||
"DCL SAMP[0]\n"
|
||||
"DCL SVIEW[0], 2D, UINT\n"
|
||||
"DCL CONST[0][0]\n"
|
||||
"DCL TEMP[0]\n"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue