Re: [Mesa-dev] [PATCH 3/5] gallium: add new semantics for tessellation

2014-07-23 Thread Erik Faye-Lund
On Sat, Jul 19, 2014 at 4:59 PM, Ilia Mirkin wrote: > +TGSI_SEMANTIC_TESSCOORD > +""" > + > +For tessellation evaluation shaders, this semantic label indicates the > +coordinates of the vertex being processed. This is available in XYZ; W is > +undefined. > + + "This correspond

[Mesa-dev] [PATCH 3/5] gallium: add new semantics for tessellation

2014-07-19 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- An alternative to having TESSOUTER/INNER be separate is to create a single TESSFACTOR semantic with index 0 being the outer, and index 1 being the inner. I'm pretty ambivalent on the issue though. src/gallium/auxiliary/tgsi/tgsi_strings.c | 4 src/gallium/d