summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-05-01 16:08:12 -0700
committerEric Anholt <[email protected]>2013-05-02 11:27:37 -0700
commit1dfea559c3f188a7a82a4abc09765ba09e939522 (patch)
tree4a32eed6c3103e7901bbe76f24aaed968a116086 /src/gallium/auxiliary/tgsi
parent156bcca62c9f4e79e78929f72bc085757f36a65a (diff)
i965: Fix SNB GPU hangs when a blorp batch is the first thing to execute.
The GPU apparently goes looking for constants even though there are no shader stages enabled, and gets stuck because we haven't told it there are no constants to collect. If any other user of the 3D pipeline had run (even the Render accel of the X server!) since power on, then the in-GPU constant buffers would have been set up with some contents we didn't use, and we would succeed. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56416 Reviewed-by: Kenneth Graunke <[email protected]> Tested-by: Dave Airlie <[email protected]> NOTE: This is a candidate for the stable branches.
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
0 files changed, 0 insertions, 0 deletions