mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
tgsi/scan: add hw atomic to the list of memory accessing files
This fixes 4 out of 5 cases in: arb_framebuffer_no_attachments-atomic on cayman. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Cc: "18.0 18.1" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
parent
7b89fcec41
commit
f2f464de57
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ is_memory_file(unsigned file)
|
|||
return file == TGSI_FILE_SAMPLER ||
|
||||
file == TGSI_FILE_SAMPLER_VIEW ||
|
||||
file == TGSI_FILE_IMAGE ||
|
||||
file == TGSI_FILE_BUFFER;
|
||||
file == TGSI_FILE_BUFFER ||
|
||||
file == TGSI_FILE_HW_ATOMIC;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue