Files
mesa/src/freedreno/decode
Connor Abbott 00be8c4619 freedreno: Replace A6XX_IBO with A6XX_TEX_CONST
Since these were reverse-engineered, it's become clear that IBO
descriptors are just a subset of texture descriptors, and bindless reads
of readonly images actually use isam on the IBO descriptor, further
confirming that the two are always compatible, even if not all of the
texture fields exist for IBOs. It's pointless to have a separate type
for IBOs, and just leads to things getting out-of-sync unnecessarily
which has already happened. Just remove it and use TEX_CONST insted.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15114>
2022-02-28 23:33:22 +00:00
..
2021-04-17 15:38:56 +00:00
2022-01-14 23:17:03 +00:00
2021-04-17 15:38:56 +00:00
2021-04-17 15:38:56 +00:00
2021-04-17 15:38:56 +00:00
2021-04-17 15:38:56 +00:00
2022-01-14 23:17:03 +00:00
2021-04-17 15:38:56 +00:00