[Bug 95419] [HSW][regression][bisect] RPG Maker game gives "invalid floating point operation" at startup
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 18 19:53:46 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=95419
--- Comment #9 from Matt Turner <mattst88 at gmail.com> ---
If you want to investigate, some of the tests broken are:
IVB GT1:
tests/spec/arb_tessellation_shader/execution/variable-indexing/tcs-output-array-vec2-index-wr.shader_test
-auto
HSW GT1:
tests/spec/glsl-1.50/execution/varying-struct-basic-vs-gs.shader_test -auto
HSW GT2:
bin/glsl-1.50-geometry-end-primitive 33 -auto -fbo
HSW GT3:
tests/spec/arb_tessellation_shader/execution/variable-indexing/vs-output-array-vec4-index-wr-before-tcs.shader_test
BDW GT2:
tests/spec/arb_tessellation_shader/execution/variable-indexing/tcs-output-array-vec2-index-rd-after-barrier.shader_test
-auto
They all trigger the assertion immediately below, so they should be easy to
reproduce
/* Sanity check that we haven't over-allocated. */
assert(push_constant_chunks +
vs_chunks + hs_chunks + ds_chunks + gs_chunks <= urb_chunks);
You can also use INTEL_DEVID_OVERRIDE=... with a PCI ID of one of these chips
(found in include/pci_ids/i965_pci_ids.h) to exercise the code paths for a chip
you don't have.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20160518/bee97338/attachment.html>
More information about the intel-3d-bugs
mailing list