System Environment: -------------------------- Arch: x86_64 Platform: piketon Libdrm: (master)2.4.23-14-ga697fb6acad7992c3d23bb6a663663694782eb7b Mesa: (master)94ccc31ba4f64ac480137fd90f1ded44d2072f6e Xserver: (master)xorg-server-1.9.99.902-3-g93a73 993708b1345c86ec3ec06b02ed236595673 Xf86_video_intel: master)2.14.0-29-g9599fde65a0d8b7e7c85199346f7b620bdd8388d Kernel: (drm-intel-next)f4166442e7533ca2668d639d939b1bbdb8e6b423 Bug detailed description: ------------------------- This regression happens on piketon with mesa master branch. Bisect shows e476e122207e6195a16a8c7d2cab90eeba227934 is first bad commit. commit e476e122207e6195a16a8c7d2cab90eeba227934 Author: Chris Wilson <chris@chris-wilson.co.uk> AuthorDate: Tue Feb 8 20:01:10 2011 +0000 Commit: Chris Wilson <chris@chris-wilson.co.uk> CommitDate: Mon Feb 21 12:59:34 2011 +0000 intel: Pack dynamic draws together Dynamic arrays have the tendency to be small and so allocating a bo for each one is overkill and we can exploit many efficiency gains by packing them together.
What is the nature of the regression?
Created attachment 43740 [details] output of vbo/basic.bufferdata The test result is changed from pass to fail. Pls see attached output file.
commit 5ce0f7f10908a0636900bae783cb426a6c607673 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 24 12:29:51 2011 +0000 intel: Reset the buffer offset after releasing reference to packed upload Fixes oglc/vbo(basic.bufferdata) Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=34603 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Verified with mesa master commit ab824a0722d3a7ec14d559fc07d924fedf0534bc.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.