Files
mesa/src
Ilia Mirkin 4443b6ddf2 nvc0/ir: always use CG mode for loads from atomic-only buffers
Atomic operations don't update the local cache, which means that we
would have to issue CCTL operations in order to get the updated values.
When we know that a buffer is primarily used for atomic operations, it's
easier to just avoid the caching at that level entirely.

The same issue persists for non-atomic buffers, which will have to be
fixed separately.

Fixes the failing dEQP-GLES31.functional.atomic_counter.* tests.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Cc: 19.0 <mesa-stable@lists.freedesktop.org>
2019-02-06 19:35:57 -05:00
..
2019-02-05 15:46:42 -08:00
2019-02-06 11:53:24 +00:00
2019-01-31 09:59:18 -05:00
2018-11-20 09:09:22 -08:00
2018-02-16 16:56:34 -06:00
2019-02-02 23:08:03 +00:00
2018-10-19 16:50:26 +01:00