| Summary: | GL_ARB_fragment_program implement incorrect about state of fragment.fogcoord | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | WuNian <nian.wu> |
| Component: | Drivers/DRI/i915 | Assignee: | haihao <haihao.xiang> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | CC: | mesa-dev, wei.z.wang |
| Version: | git | ||
| Hardware: | Other | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Bug Depends on: | |||
| Bug Blocks: | 16195 | ||
| Attachments: | test case | ||
|
Description
WuNian
2007-04-27 23:10:39 UTC
Created attachment 9763 [details]
test case
Fixed in git. Today I wanted to verify this bug, but it still exists. Reopen it. Which driver are you using? It works with software rendering here. Xlib driver is OK. I use 915 and 965 driver. So change the component to DRI/I915. fixed in mesa 7eef52e975e852207ee840c74cd822c8f8c90a01 (i915), 83068115e2104b1880431ada96fa37e632149a86 (i965) I got pixel color (0, 0, 0, 1) when I ran the test case with i915/i965 driver and softrendering(set LIBGL_ALWAYS_INDIRECT=1). Please recheck, thanks. (In reply to comment #7) > I got pixel color (0, 0, 0, 1) when I ran the test case with i915/i965 driver > and softrendering(set LIBGL_ALWAYS_INDIRECT=1). > Please recheck, thanks. > test case issue. please add the following line in your case. #define GL_GLEXT_PROTOTYPES or glFogCoordf is implicitly declared. Yes, case issue. Thanks for your hint. Mass version move, cvs -> git |
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.