Summary: | [bisected] piglit bugs/fdo23670-depth_test failed | ||
---|---|---|---|
Product: | Mesa | Reporter: | fangxun <xunx.fang> |
Component: | Drivers/DRI/i965 | Assignee: | Ian Romanick <idr> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | high | CC: | eric |
Version: | git | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
fangxun
2011-04-21 21:28:14 UTC
commit 8c1637a4c233fd02a57dee1e38ac87012a04c4c5 Author: Eric Anholt <eric@anholt.net> Date: Tue Apr 26 12:56:37 2011 -0700 meta: Don't ask for floating point textures if not ARB_texture_float. I was promoting to float for ARB_color_buffer_float unclamped, which failed when ARB_texture_float wasn't present. Since the metaops don't need results outside of [0,1] when not drawing to a floating point destination, they can just use a fixed point texture when floating point destinations are impossible. Fixes regression in fdo23670-depth_test when --enable-texture-float is not present. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36473 Verified with mesa master 929b3d82334e217641c3f39e7914a90dadc6e6b2. |
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.