i965: Enable scalar GS by default

Graphics / Mesa 3D Graphics Library / Mesa - Kenneth Graunke [whitecape.org] - 12 May 2016 03:01 UTC

I'd originally left this off because Orbital Explorer was hanging the GPU, but it seems to be working these days. There have been a bunch of changes since then, so we probably fixed something.

On my Broadwell laptop, both Synmark/GSCloth and Orbital Explorer seem to run at approximately the same framerate in either mode. This is despite large reductions in instruction count for Synmark, and large increases for Orbital Explorer. It apparently just doesn't matter.

Switching to scalar mode will gain us fp64 support in the next release, as vec4-mode support isn't yet ready.

12dcad1 i965: Enable scalar GS by default.
src/mesa/drivers/dri/i965/brw_compiler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share