mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
agx: add a comment about an unknown bit
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30633>
This commit is contained in:
parent
8b29f0a762
commit
e3e82f7a6c
1 changed files with 4 additions and 0 deletions
|
|
@ -961,6 +961,10 @@ agx_pack_instr(struct util_dynarray *emission, struct util_dynarray *fixups,
|
|||
unsigned R = offset.value;
|
||||
|
||||
bool unk1 = true;
|
||||
|
||||
/* This bit has weird behaviour with the interaction of the texture state
|
||||
* index and the tilebuffer offset. Probably best not to use it for now.
|
||||
*/
|
||||
unsigned unk3 = 1;
|
||||
|
||||
uint32_t word0 = agx_opcodes_info[I->op].encoding.exact |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue