mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 06:18:10 +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>
(cherry picked from commit f2f464de57)
This commit is contained in:
parent
b582b8fc93
commit
6a0c2860e7
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