https://bugs.freedesktop.org/show_bug.cgi?id=33715
Summary: demo arbocclude regression since r600g: Implement asyncronous query results. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: lists@andyfurniss.entadsl.com
The bottom square and number in the mesa demo arbocclude are rendering red.
It seems r600c has been doing this for some time, bith swrasts are OK and before this commit r600g got it right also.
e7ec53273547335863b2377bea9d35aa9c114c6b is the first bad commit commit e7ec53273547335863b2377bea9d35aa9c114c6b Author: Mathias Fröhlich Mathias.Froehlich@web.de Date: Sun Jan 23 22:16:56 2011 +0100
r600g: Implement asyncronous query results.
https://bugs.freedesktop.org/show_bug.cgi?id=33715
--- Comment #1 from Andy Furniss lists@andyfurniss.entadsl.com 2011-01-30 04:59:40 PST --- (In reply to comment #0)
Forgot to say this is with d-r-t kernel and git ddx on a rv790.
https://bugs.freedesktop.org/show_bug.cgi?id=33715
--- Comment #2 from Alex Deucher agd5f@yahoo.com 2011-01-31 11:01:39 PST --- Is this still an issue with the latest mesa from git master?
https://bugs.freedesktop.org/show_bug.cgi?id=33715
--- Comment #3 from Andrew Randrianasulu randrik@mail.ru 2011-01-31 11:46:58 PST --- for me even llvmpipe shows bottom square and corresponding text as red
Using mesa (llvmpipe/r600g) up to commit 7d9e0ea7393c14cbf2d58364726951b14e0d4fc7 (glx: Properly check for a valid fd in dri2CreateScreen().)
https://bugs.freedesktop.org/show_bug.cgi?id=33715
--- Comment #4 from Andy Furniss lists@andyfurniss.entadsl.com 2011-01-31 11:48:38 PST --- (In reply to comment #2)
Is this still an issue with the latest mesa from git master?
Yes it's still the same.
https://bugs.freedesktop.org/show_bug.cgi?id=33715
--- Comment #5 from Dave Airlie airlied@freedesktop.org 2011-01-31 15:25:11 PST --- I don't think this is a bug, its just how the demo works, it paints red if the results aren't ready when first asked, which is perfectly within spec from what I can see.
https://bugs.freedesktop.org/show_bug.cgi?id=33715
--- Comment #6 from Andreas Boll andreas.boll.dev@gmail.com 2012-09-12 11:30:34 UTC --- (In reply to comment #5)
I can reproduce the same result: with softpipe all squares have the same color with llvmpipe and r600g the bottom square is red
Should we close this bug as NOTABUG?
https://bugs.freedesktop.org/show_bug.cgi?id=33715
--- Comment #7 from Andreas Boll andreas.boll.dev@gmail.com 2012-09-12 11:33:24 UTC --- Created attachment 67045 --> https://bugs.freedesktop.org/attachment.cgi?id=67045 screenshot with softpipe
https://bugs.freedesktop.org/show_bug.cgi?id=33715
--- Comment #8 from Andreas Boll andreas.boll.dev@gmail.com 2012-09-12 11:34:03 UTC --- Created attachment 67046 --> https://bugs.freedesktop.org/attachment.cgi?id=67046 screenshot with llvmpipe, r600g
https://bugs.freedesktop.org/show_bug.cgi?id=33715
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTABUG
--- Comment #9 from Marek Olšák maraeo@gmail.com --- (In reply to comment #5)
Closing as per the comment above.
dri-devel@lists.freedesktop.org