| Summary: |
multi-texture not applied if blend is enabled |
| Product: |
Mesa
|
Reporter: |
WuNian <nian.wu> |
| Component: |
Drivers/DRI/i965 | Assignee: |
haihao <haihao.xiang> |
| Status: |
VERIFIED
DUPLICATE
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
medium
|
CC: |
dri-devel
|
| Version: |
git | |
|
| Hardware: |
x86 (IA32) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
test case
|
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.
Created attachment 14574 [details] test case If use multi-texture, enable blend and draw a polygen, then disable blend and redraw the polygen, the texture is not applied. Running the test case attached, you will get a pixel which color is the frontground. If you comment Line #86 or #88, you can get correct textured pixel.