mesa/src
Samuel Iglesias Gonsálvez 183adc51f8 anv: reduce maxFragmentInputComponents
If the application asks for the maximum number of fragment input
components (128), use all of them plus some builtins that are
passed in the VUE, then we exceed the maximum number of used VUE
slots (32) and we break one assert that checks this limit.

Also, with separate shader objects, we add CLIP_DIST0, CLIP_DIST1
builtins in brw_compute_vue_map() because we don't know if
gl_ClipDistance is going to be read/write by an adjacent stage.

Fixes VK-GL-CTS CL#2569.

Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2018-06-14 09:54:28 +02:00
..
amd ac: handle undefined EQAA samples in ac_apply_fmask_to_sample 2018-06-13 22:00:12 -04:00
broadcom v3d: Enable the new NIR bitfield operation lowering paths. 2018-06-06 13:44:28 -07:00
compiler glsl: allow standalone semicolons outside main() 2018-06-14 10:21:51 +10:00
egl meson: Remove various completed todos 2018-06-13 10:07:03 -07:00
gallium radeonsi/gfx9: update & clean up a DPBB heuristic 2018-06-13 22:00:43 -04:00
gbm meson: Remove various completed todos 2018-06-13 10:07:03 -07:00
getopt
glx glx: Fix number of property values to read in glXImportContextEXT 2018-06-05 18:56:43 +02:00
gtest autotools: include meson build files in tarball 2018-01-19 16:30:51 -08:00
hgl meson: Add Haiku platform support v4 2018-02-16 16:56:34 -06:00
intel anv: reduce maxFragmentInputComponents 2018-06-14 09:54:28 +02:00
loader dri3: Stricter SBC wraparound handling 2018-05-22 17:59:53 +02:00
mapi meson: Add support for SPARC assembly 2018-06-13 10:06:25 -07:00
mesa meson: Add support for SPARC assembly 2018-06-13 10:06:25 -07:00
util util/tests/vma: Fix warning c++11-narrowing 2018-06-05 10:32:07 -07:00
vulkan vulkan/wsi: Destroy swapchain images after terminating FIFO queues 2018-06-08 14:06:46 +01:00
git_sha1.h.in
Makefile.am egl: rewire the build systems to use libwayland-egl 2018-06-06 12:11:57 -07:00
meson.build meson: only build mesa_st tests when build-tests is true 2018-04-24 14:08:15 -07:00
SConscript