Re: [Mesa-dev] [PATCH 6/6] i965: Move TES input VUE map calculation out a layer.

2017-01-07 Thread Jason Ekstrand
Series is Reviewed-by: Jason Ekstrand On Jan 7, 2017 3:04 AM, "Timothy Arceri" wrote: > On Sat, 2017-01-07 at 02:56 -0800, Kenneth Graunke wrote: > > On Saturday, January 7, 2017 8:51:06 PM PST Timothy Arceri wrote: > > > On Sat, 2017-01-07 at 00:02 -0800, Kenneth Graunke wrote: > > > > In Vul

Re: [Mesa-dev] [PATCH 6/6] i965: Move TES input VUE map calculation out a layer.

2017-01-07 Thread Timothy Arceri
On Sat, 2017-01-07 at 02:56 -0800, Kenneth Graunke wrote: > On Saturday, January 7, 2017 8:51:06 PM PST Timothy Arceri wrote: > > On Sat, 2017-01-07 at 00:02 -0800, Kenneth Graunke wrote: > > > In Vulkan, we'll compile the TCS and TES at the same time, so I > > > can > > > just > > > pass the TCS o

Re: [Mesa-dev] [PATCH 6/6] i965: Move TES input VUE map calculation out a layer.

2017-01-07 Thread Kenneth Graunke
On Saturday, January 7, 2017 8:51:06 PM PST Timothy Arceri wrote: > On Sat, 2017-01-07 at 00:02 -0800, Kenneth Graunke wrote: > > In Vulkan, we'll compile the TCS and TES at the same time, so I can > > just > > pass the TCS output VUE map to brw_compile_tes as the TES input VUE > > map. > > > > So

Re: [Mesa-dev] [PATCH 6/6] i965: Move TES input VUE map calculation out a layer.

2017-01-07 Thread Timothy Arceri
On Sat, 2017-01-07 at 00:02 -0800, Kenneth Graunke wrote: > In Vulkan, we'll compile the TCS and TES at the same time, so I can > just > pass the TCS output VUE map to brw_compile_tes as the TES input VUE > map. > > So, we only need to do this in GL.  Move it to the GL-specific layer. > > Signed-

[Mesa-dev] [PATCH 6/6] i965: Move TES input VUE map calculation out a layer.

2017-01-07 Thread Kenneth Graunke
In Vulkan, we'll compile the TCS and TES at the same time, so I can just pass the TCS output VUE map to brw_compile_tes as the TES input VUE map. So, we only need to do this in GL. Move it to the GL-specific layer. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_compiler.h |