mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 14:28:08 +02:00
gallivm: fix TXQ crash with MSAA samplers
suggested by Dave Airlie Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17692>
This commit is contained in:
parent
c7e155628d
commit
60272d7db4
1 changed files with 2 additions and 0 deletions
|
|
@ -2624,6 +2624,8 @@ emit_size_query( struct lp_build_tgsi_soa_context *bld,
|
||||||
case TGSI_TEXTURE_BUFFER:
|
case TGSI_TEXTURE_BUFFER:
|
||||||
case TGSI_TEXTURE_RECT:
|
case TGSI_TEXTURE_RECT:
|
||||||
case TGSI_TEXTURE_SHADOWRECT:
|
case TGSI_TEXTURE_SHADOWRECT:
|
||||||
|
case TGSI_TEXTURE_2D_MSAA:
|
||||||
|
case TGSI_TEXTURE_2D_ARRAY_MSAA:
|
||||||
has_lod = 0;
|
has_lod = 0;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue