On 13.07.2014 01:35, Marek Olšák wrote:
> From: Marek Olšák
>
> This removes the intermediate storage (pm4 state) and generates descriptors
> directly in a staging buffer.
>
> It also reduces the number of flushes, because the descriptors no longer
> take CS space.
Cool.
> diff --git a/src/ga
From: Marek Olšák
This removes the intermediate storage (pm4 state) and generates descriptors
directly in a staging buffer.
It also reduces the number of flushes, because the descriptors no longer
take CS space.
---
src/gallium/drivers/radeonsi/si_descriptors.c | 131 --