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
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
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
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-
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 |