nir/types: fix glsl_matrix_type_is_row_major() assert
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 24 Jun 2022 15:15:50 +0000 (11:15 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 30 Jun 2022 00:41:46 +0000 (00:41 +0000)
commit0e7863c3b025042d7e41b5c9f73a6b7f788a87a3
tree378c09899f9888c881b9f4d82a5a8a66c19d4049
parentc702de7484832c1e0413120fb8e4445f95d40601
nir/types: fix glsl_matrix_type_is_row_major() assert

interface blocks can have row_major set

cc: mesa-stable

affects (zink):
dEQP-GLES2.functional.shaders*

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17238>
src/compiler/nir_types.cpp