mesa/src
Jason Ekstrand 175ac629be i965/fs: Fail the shader compile instead of asserting when we can't spill
Blorp doesn't handle spilling so we set allow_spilling to false in that
case.  The blorp 16x MSAA resolve shader spills in 16-wide but not 8-wide.
This commit makes it so that we fail the 16-wide compile and successfully
fall back to 8-wide instead of just assert-failing when trying to compile
the 16-wide shader.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
2016-09-08 20:53:01 -07:00
..
amd amd/addrlib: move addrlib from amdgpu winsys to common code 2016-09-06 10:06:33 +10:00
compiler nir/gcm: Add global value numbering support 2016-09-08 20:53:01 -07:00
egl egl: Fix up indentation on previous commit 2016-09-08 13:21:27 -04:00
gallium r300g: Set R300_VAP_CNTL on RSxxx to avoid triangle flickering 2016-09-09 13:30:47 +10:00
gbm gbm: wire up fence extension 2016-09-07 11:54:00 -04:00
getopt Introduce .editorconfig 2016-08-31 17:06:54 -07:00
glx glx/glvnd: list the strcmp arguments in correct order 2016-09-05 11:59:07 +01:00
gtest Introduce .editorconfig 2016-08-31 17:06:54 -07:00
hgl Introduce .editorconfig 2016-08-31 17:06:54 -07:00
intel aubinator: only use program_invocation_short_name with glibc/cygwin 2016-09-08 18:37:02 +01:00
loader loader/dri3: Always use at least two back buffers 2016-09-06 13:04:48 +09:00
mapi mapi: add gl32.h to the list of GLES3 headers for installation 2016-09-06 22:45:44 -04:00
mesa i965/fs: Fail the shader compile instead of asserting when we can't spill 2016-09-08 20:53:01 -07:00
util util: (trivial) add <stdint.h> include to slab.c 2016-09-06 19:47:14 +02:00
Makefile.am radeonsi: move sid.h/r600d_common.h to a common place. 2016-09-06 10:05:13 +10:00
SConscript