Re: [Mesa-dev] [PATCH v2 52/64] radeonsi: implement ARB_bindless_texture

2017-06-09 Thread Nicolai Hähnle
On 30.05.2017 22:36, Samuel Pitoiset wrote: This implements the Gallium interface. Decompression of resident textures/images will follow in the next patches. v2: - fix a memleak related to util_copy_image_view() - remove "texture" parameter from create_texture_handle() - store

Re: [Mesa-dev] [PATCH v2 52/64] radeonsi: implement ARB_bindless_texture

2017-06-07 Thread Marek Olšák
On Tue, May 30, 2017 at 10:36 PM, Samuel Pitoiset wrote: > This implements the Gallium interface. Decompression of resident > textures/images will follow in the next patches. > > v2: - fix a memleak related to util_copy_image_view() > - remove "texture" parameter

Re: [Mesa-dev] [PATCH v2 52/64] radeonsi: implement ARB_bindless_texture

2017-06-06 Thread Marek Olšák
On Tue, May 30, 2017 at 10:36 PM, Samuel Pitoiset wrote: > This implements the Gallium interface. Decompression of resident > textures/images will follow in the next patches. > > v2: - fix a memleak related to util_copy_image_view() > - remove "texture" parameter

[Mesa-dev] [PATCH v2 52/64] radeonsi: implement ARB_bindless_texture

2017-05-30 Thread Samuel Pitoiset
This implements the Gallium interface. Decompression of resident textures/images will follow in the next patches. v2: - fix a memleak related to util_copy_image_view() - remove "texture" parameter from create_texture_handle() - store pipe_sampler_view instead of si_sampler_view - make