https://bugs.freedesktop.org/show_bug.cgi?id=34969

--- Comment #7 from Christoph Bumiller <e0425...@student.tuwien.ac.at> 
2011-07-20 02:58:54 PDT ---
Try cutting the vertexrate demo down to a minimal subset that causes the lockup
and trace the command buffer.
You're getting DMA_VTX_PROTECTION so you're likely accessing out of bounds
vertex data somehow.
If you can find the commands that cause it and compare with the gallium code
you might be able to find the error.

Attached patch for tracing command buffer (apply to libdrm).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to