Re: [Mesa-dev] [PATCH v3 52/63] radeonsi: implement ARB_bindless_texture

2017-06-09 Thread Marek Olšák
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

[Mesa-dev] [PATCH v3 52/63] radeonsi: implement ARB_bindless_texture

2017-06-09 Thread Samuel Pitoiset
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