Re: [Mesa-dev] [PATCH] mesa: fix shininess check for ffvertex_prog v2

2015-05-04 Thread Ilia Mirkin
On Mon, May 4, 2015 at 5:54 PM, Tim Rowley wrote: > Switch to using VERT_BIT_GENERIC macro. Downloading piglet and > thought about how to test for this, but it doesn't look like I can > make a test pass/fail based on the tgsi generated (which is the most > straightforward way of testing this). N

[Mesa-dev] [PATCH] mesa: fix shininess check for ffvertex_prog v2

2015-05-04 Thread Tim Rowley
Switch to using VERT_BIT_GENERIC macro. Downloading piglet and thought about how to test for this, but it doesn't look like I can make a test pass/fail based on the tgsi generated (which is the most straightforward way of testing this). diff --git a/src/mesa/main/ffvertex_prog.c b/src/mesa/main/f