Re: [Mesa-dev] [PATCH 2/2] radeonsi: implement TXQS support

2015-09-19 Thread Marek Olšák
The series is: Reviewed-by: Marek Olšák Marek On Sat, Sep 19, 2015 at 4:26 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > Tested-by: Fredrik Bruhn > --- > > Fredrik ran the ARB_shader_texture_image_samples tests and they > passed. No further testing was done. > > docs/GL3.txt

Re: [Mesa-dev] [PATCH 2/2] radeonsi: implement TXQS support

2015-09-19 Thread Edward O'Callaghan
This series is, Reviewed-by: Edward O'Callaghan -- Edward O'Callaghan edward.ocallag...@koparo.com On Sun, Sep 20, 2015, at 06:26 AM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > Tested-by: Fredrik Bruhn > --- > > Fredrik ran the ARB_shader_texture_image_samples tests and they > pa

[Mesa-dev] [PATCH 2/2] radeonsi: implement TXQS support

2015-09-19 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin Tested-by: Fredrik Bruhn --- Fredrik ran the ARB_shader_texture_image_samples tests and they passed. No further testing was done. docs/GL3.txt | 2 +- docs/relnotes/11.1.0.html| 2 +- src/gallium/drivers/radeonsi/si_pipe.