[Mesa-dev] [PATCH 0/2] Workaround for hardware bug in multi-stream transform feedback.

Iago Toral Quiroga itoral at igalia.com
Mon Jun 30 01:36:03 PDT 2014


These are two patches implementing a work around for the possible hardware bug
I introduced in another e-mail. I think the first patch is valid in any case,
the second one implements the actual workaround but it requires the first patch
for it to work.

We will also write a couple of piglit tests to check this scenario. One in
which this workaround is enough to fix the problem (expected to fail without
these patches), and one in which this workaround won't be enough (expected to
fail with and without the patches).

Iago Toral Quiroga (2):
  i965: Disable unused transform feedback buffers.
  i965: Workaround for hardware bug in multi-stream transform feedback.

 src/mesa/drivers/dri/i965/gen7_sol_state.c | 67 ++++++++++++++++++++++++++++--
 1 file changed, 64 insertions(+), 3 deletions(-)

-- 
1.9.1



More information about the mesa-dev mailing list