mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01: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_RECT:
|
||||
case TGSI_TEXTURE_SHADOWRECT:
|
||||
case TGSI_TEXTURE_2D_MSAA:
|
||||
case TGSI_TEXTURE_2D_ARRAY_MSAA:
|
||||
has_lod = 0;
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue