Re: [Mesa-dev] [PATCH 3/3] i965: Make sure GS output streams 1-3 aren't rasterized on Haswell+.

2015-04-06 Thread Kenneth Graunke
On Monday, April 06, 2015 10:01:16 AM Matt Turner wrote: > On Sat, Apr 4, 2015 at 3:46 AM, Kenneth Graunke wrote: > > Presumably no one has noticed this breakage because > > ARB_transform_feedback3 isn't exposed on Haswell due to the ongoing > > command streamer shenanigans, and ARB_gpu_shader5 is

Re: [Mesa-dev] [PATCH 3/3] i965: Make sure GS output streams 1-3 aren't rasterized on Haswell+.

2015-04-06 Thread Matt Turner
On Sat, Apr 4, 2015 at 3:46 AM, Kenneth Graunke wrote: > Presumably no one has noticed this breakage because > ARB_transform_feedback3 isn't exposed on Haswell due to the ongoing > command streamer shenanigans, and ARB_gpu_shader5 isn't exposed on > Broadwell because we keep forgetting about it. >

Re: [Mesa-dev] [PATCH 3/3] i965: Make sure GS output streams 1-3 aren't rasterized on Haswell+.

2015-04-05 Thread Pohjolainen, Topi
On Sat, Apr 04, 2015 at 03:46:33AM -0700, Kenneth Graunke wrote: > Presumably no one has noticed this breakage because > ARB_transform_feedback3 isn't exposed on Haswell due to the ongoing > command streamer shenanigans, and ARB_gpu_shader5 isn't exposed on > Broadwell because we keep forgetting ab

[Mesa-dev] [PATCH 3/3] i965: Make sure GS output streams 1-3 aren't rasterized on Haswell+.

2015-04-04 Thread Kenneth Graunke
Presumably no one has noticed this breakage because ARB_transform_feedback3 isn't exposed on Haswell due to the ongoing command streamer shenanigans, and ARB_gpu_shader5 isn't exposed on Broadwell because we keep forgetting about it. Fixes 3 Piglit tests: - spec/arb_gpu_shader5/emitstreamvertex_no