Re: [Mesa-dev] [PATCH] glsl: Only force varyings to be flat when varying packing.

2016-08-31 Thread Timothy Arceri
On Wed, 2016-08-31 at 16:40 -0700, Kenneth Graunke wrote: > Varying packing would like to mark certain variables as flat. > This works as long as both sides of the interfaces are changed > accordingly. > > For tessellation shaders, we disable varying packing, so this > requirement doesn't exist.  

[Mesa-dev] [PATCH] glsl: Only force varyings to be flat when varying packing.

2016-08-31 Thread Kenneth Graunke
Varying packing would like to mark certain variables as flat. This works as long as both sides of the interfaces are changed accordingly. For tessellation shaders, we disable varying packing, so this requirement doesn't exist. Several CTS tests use separable TCS and TES programs, and this ends