Re: [Mesa-dev] [PATCH v2 08/13] i965: Handle TCS outputs and TES inputs.

2015-12-14 Thread Kenneth Graunke
On Saturday, December 12, 2015 10:21:19 PM Jordan Justen wrote: > On 2015-12-11 13:23:57, Kenneth Graunke wrote: > > TCS outputs and TES inputs both refer to a common "patch URB entry" > > shared across all invocations. First, there are some number of > > per-patch entries. Then, there are per-ve

Re: [Mesa-dev] [PATCH v2 08/13] i965: Handle TCS outputs and TES inputs.

2015-12-12 Thread Jordan Justen
On 2015-12-11 13:23:57, Kenneth Graunke wrote: > TCS outputs and TES inputs both refer to a common "patch URB entry" > shared across all invocations. First, there are some number of > per-patch entries. Then, there are per-vertex entries accessed via > an offset for the variable and a stride time

[Mesa-dev] [PATCH v2 08/13] i965: Handle TCS outputs and TES inputs.

2015-12-11 Thread Kenneth Graunke
TCS outputs and TES inputs both refer to a common "patch URB entry" shared across all invocations. First, there are some number of per-patch entries. Then, there are per-vertex entries accessed via an offset for the variable and a stride times the vertex index. Because these calculations need to