Re: [Mesa-dev] [PATCH] swr: don't claim to allow setting layer/viewport from VS

2016-11-21 Thread Rowley, Timothy O
Reviewed-by: Tim Rowley mailto:timothy.o.row...@intel.com>> On Nov 20, 2016, at 12:20 PM, Ilia Mirkin mailto:imir...@alum.mit.edu>> wrote: This may ultimately be possible to support, but for now it's not hooked up and the swr core only supports this output from GS. This normally wouldn't matte

[Mesa-dev] [PATCH] swr: don't claim to allow setting layer/viewport from VS

2016-11-20 Thread Ilia Mirkin
This may ultimately be possible to support, but for now it's not hooked up and the swr core only supports this output from GS. This normally wouldn't matter, but we lie about supporting GL 3.2, and also the blitter and st/mesa will make use of this functionality if claimed. Signed-off-by: Ilia Mi