Bug 2188

Summary: radeon dri driver: q-coord texgen causes an unnecessary fallback
Product: Mesa Reporter: Andreas Stenglein <a.stenglein>
Component: Drivers/DRI/R100Assignee: 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:

Description Andreas Stenglein 2005-01-02 02:46:37 UTC
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?
Comment 1 Andreas Stenglein 2005-10-08 09:52:47 UTC
this should be fixed with https://bugs.freedesktop.org/show_bug.cgi?id=4499
Comment 2 Adam Jackson 2009-08-24 12:22:56 UTC
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.