| Summary: |
radeon dri driver: q-coord texgen causes an unnecessary fallback |
| Product: |
Mesa
|
Reporter: |
Andreas Stenglein <a.stenglein> |
| Component: |
Drivers/DRI/R100 | Assignee: |
Default DRI bug account <dri-devel> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
enhancement
|
|
|
| Priority: |
highest
|
|
|
| Version: |
git | |
|
| Hardware: |
All | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
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.
in radeon_texstate.c radeon_validate_texgen() keithw made a note while implementing tcl. ... else if (texUnit->TexGenEnabled & Q_BIT) { /* Very easy to do this, in fact would remove a fallback case * elsewhere, but I haven't done it yet... Fallback: */ fprintf(stderr, "fallback Q_BIT\n"); return GL_FALSE; } ... keith: any hints what needs to be done? which add. fallback could get removed?