Re: [Mesa-dev] [PATCH] st/mesa: fix handling of vertex array double inputs

2017-08-27 Thread Kenneth Graunke
On Saturday, August 26, 2017 9:42:17 PM PDT Ilia Mirkin wrote: > The is_double_vertex_input needs to be set for arrays of doubles as > well. > > Fixes KHR-GL45.enhanced_layouts.varying_array_locations > > Signed-off-by: Ilia Mirkin > Cc: mesa-sta...@lists.freedesktop.org > --- > src/mesa/state_

Re: [Mesa-dev] [PATCH] st/mesa: fix handling of vertex array double inputs

2017-08-26 Thread Matt Turner
On Sat, Aug 26, 2017 at 9:42 PM, Ilia Mirkin wrote: > The is_double_vertex_input needs to be set for arrays of doubles as > well. > > Fixes KHR-GL45.enhanced_layouts.varying_array_locations > > Signed-off-by: Ilia Mirkin > Cc: mesa-sta...@lists.freedesktop.org > --- > src/mesa/state_tracker/st_g

[Mesa-dev] [PATCH] st/mesa: fix handling of vertex array double inputs

2017-08-26 Thread Ilia Mirkin
The is_double_vertex_input needs to be set for arrays of doubles as well. Fixes KHR-GL45.enhanced_layouts.varying_array_locations Signed-off-by: Ilia Mirkin Cc: mesa-sta...@lists.freedesktop.org --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)