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
..
scripts freedreno/cffdump: Handle the TILE_ALL flag in unit test generation. 2021-11-15 22:25:08 +00:00
buffers.c freedreno/cffdec: Fix gpuaddr comparision 2021-08-20 22:01:49 +00:00
buffers.h freedreno/decode: Re-indent 2021-04-17 15:38:56 +00:00
cffdec.c freedreno: Replace A6XX_IBO with A6XX_TEX_CONST 2022-02-28 23:33:22 +00:00
cffdec.h freedreno: Move crashdec/cffdec tests to be meson unit tests. 2021-10-01 23:16:04 +00:00
cffdump.c freedreno/decode: Handle chip-id 2022-01-14 23:17:03 +00:00
crashdec-hfi.c freedreno/crashdec: HFI queue decoding 2021-12-01 17:53:21 +00:00
crashdec-mempool.c freedreno/crashdec: Split out mempool decoding 2021-12-01 17:53:21 +00:00
crashdec.c freedreno/crashdec: Basing GMU log decoding 2021-12-01 17:53:21 +00:00
crashdec.h freedreno/crashdec: HFI queue decoding 2021-12-01 17:53:21 +00:00
io.c freedreno/decode: Re-indent 2021-04-17 15:38:56 +00:00
io.h freedreno/decode: Re-indent 2021-04-17 15:38:56 +00:00
meson.build freedreno/crashdec: HFI queue decoding 2021-12-01 17:53:21 +00:00
pager.c freedreno/decode: Re-indent 2021-04-17 15:38:56 +00:00
pager.h
pgmdump.c freedreno/decode: Re-indent 2021-04-17 15:38:56 +00:00
pgmdump2.c freedreno: Reuse u_math.h instead of open coding uif(). 2021-10-01 23:16:04 +00:00
redump.h freedreno/decode: Handle chip-id 2022-01-14 23:17:03 +00:00
rnnutil.c freedreno/cffdump: Fix 64-bit reg decode in script mode. 2021-11-15 22:25:08 +00:00
rnnutil.h freedreno/cffdump: Fix 64-bit reg decode in script mode. 2021-11-15 22:25:08 +00:00
script.c freedreno/cffdump: Fix 64-bit reg decode in script mode. 2021-11-15 22:25:08 +00:00
script.h freedreno/decode: Re-indent 2021-04-17 15:38:56 +00:00
util.h freedreno: Reuse u_math.h instead of open coding uif(). 2021-10-01 23:16:04 +00:00