Re: [Mesa-dev] [PATCH 4/5] r600g: allow vs to write to gl_ViewportIndex

2014-07-03 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, Jul 2, 2014 at 10:30 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > Tested-by: Tobias Droste > --- > > In addition to the existing ARB_fragment_layer_viewport piglits passing and > the new AMD_vertex_shader_viewport_index piglit that is on the lis

Re: [Mesa-dev] [PATCH 4/5] r600g: allow vs to write to gl_ViewportIndex

2014-07-02 Thread Alex Deucher
On Wed, Jul 2, 2014 at 4:30 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > Tested-by: Tobias Droste > --- > > In addition to the existing ARB_fragment_layer_viewport piglits passing and > the new AMD_vertex_shader_viewport_index piglit that is on the list passing, > Tobias did a regressio

[Mesa-dev] [PATCH 4/5] r600g: allow vs to write to gl_ViewportIndex

2014-07-02 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin Tested-by: Tobias Droste --- In addition to the existing ARB_fragment_layer_viewport piglits passing and the new AMD_vertex_shader_viewport_index piglit that is on the list passing, Tobias did a regression comparison to an earlier run and found no regressions. src/ga