| Summary: | [i915 TTM] texture with GL_ALPHA format applied incorrectly with blending | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | Shuang He <shuang.he> |
| Component: | Drivers/DRI/i915 | Assignee: | Eric Anholt <eric> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | CC: | dri-devel, eric |
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: |
test case
xorg conf |
||
|
Description
Shuang He
2007-12-14 00:43:49 UTC
Created attachment 13104 [details]
test case
the correct result should look like this:
buf[0, 0] = (0.000000, 0.000000, 0.000000, 0.501961)
(0, 0) = [0.000000, 0.000000, 0.000000, 0.501961]
(1, 0) = [0.000000, 0.000000, 0.000000, 0.501961]
(2, 0) = [0.000000, 0.000000, 0.000000, 0.501961]
(3, 0) = [0.000000, 0.000000, 0.000000, 0.149020]
(0, 1) = [0.000000, 0.000000, 0.000000, 0.501961]
(1, 1) = [0.000000, 0.000000, 0.000000, 0.501961]
(2, 1) = [0.000000, 0.000000, 0.000000, 0.501961]
(3, 1) = [0.000000, 0.000000, 0.000000, 0.149020]
(0, 2) = [0.000000, 0.000000, 0.000000, 0.501961]
(1, 2) = [0.000000, 0.000000, 0.000000, 0.501961]
(2, 2) = [0.000000, 0.000000, 0.000000, 0.501961]
(3, 2) = [0.000000, 0.000000, 0.000000, 0.149020]
(0, 3) = [0.000000, 0.000000, 0.000000, 0.501961]
(1, 3) = [0.000000, 0.000000, 0.000000, 0.501961]
(2, 3) = [0.000000, 0.000000, 0.000000, 0.501961]
(3, 3) = [0.000000, 0.000000, 0.000000, 0.149020]
Created attachment 13105 [details]
xorg conf
seems this issue has gone with git tip code. |
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.