On Fri, Jun 9, 2017 at 3:35 PM, Samuel Pitoiset
wrote:
> This implements the Gallium interface. Decompression of resident
> textures/images will follow in the next patches.
>
> v3: - do not unmap bindless descriptors
> - remove unnecessary util_copy_image_view()
> - use READON_USAGE_READWR
This implements the Gallium interface. Decompression of resident
textures/images will follow in the next patches.
v3: - do not unmap bindless descriptors
- remove unnecessary util_copy_image_view()
- use READON_USAGE_READWRITE because of the WRITE_DATA packet
- replace util_dynarray_de