Re: [Mesa-dev] [PATCH] glsl: move xfb BufferStride into gl_transform_feedback_info

2016-09-23 Thread Alejandro Piñeiro
Looks good to me. Reviewed-by: Alejandro Piñeiro On 23/09/16 05:05, Timothy Arceri wrote: > It makes more sense to have this here where we store the other values > from xfb qualifiers. The struct it was previously part of is now only > used to store values to come from the api. > --- > src/comp

[Mesa-dev] [PATCH] glsl: move xfb BufferStride into gl_transform_feedback_info

2016-09-22 Thread Timothy Arceri
It makes more sense to have this here where we store the other values from xfb qualifiers. The struct it was previously part of is now only used to store values to come from the api. --- src/compiler/glsl/link_varyings.cpp | 4 ++-- src/compiler/glsl/linker.cpp| 8 src/mesa/main/m