Summary: |
fragment-program instruction "KIL" implements incorrect |
Product: |
Mesa
|
Reporter: |
WuNian <nian.wu> |
Component: |
Drivers/DRI/i915 | Assignee: |
haihao <haihao.xiang> |
Status: |
CLOSED
FIXED
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
CC: |
haihao.xiang
|
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 17026 [details] test case The "KIL" instruction will discontinue the processing of fragment if any component of its source vector is negative. But with i915 driver, the "KIL" instruction only discards the negative component.