Summary: | [llvmpipe] [softpipe] piglit read-front regression | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | CC: | brianp, idr, jfonseca, marta.lofstedt, nanleychery |
Version: | 11.2 | Keywords: | bisected, regression |
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2016-02-22 22:44:50 UTC
I'm looking into this. Probably the same as bug 94257 and 94253. The problem is glReadPixels is effectively a no-op since the front renderbuffer dimensions are 0 x 0 because the renderbuffer hasn't been validated yet. (In reply to Brian Paul from comment #1) > I'm looking into this. Probably the same as bug 94257 and 94253. > > The problem is glReadPixels is effectively a no-op since the front > renderbuffer dimensions are 0 x 0 because the renderbuffer hasn't been > validated yet. I'm interested in your findings. I've been looking into this since this morning and was thinking that we could add an extra condition to the if (rb) predicate in _mesa_clip_readpixels(), but I don't know yet if this is the right fix. Patch posted to mesa-dev. Vinson, I'm not sure which driver you were using. Maybe you can test with the patch. Fixed by 83b589301f4a150f4b1b13fd3ffd9f6d98ee654683b589301f4a150f4b1b13fd3ffd9f6d98ee6546 |
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.