Please do not reply to this email: if you want to comment on the bug, go to     
     
the URL shown below and enter yourcomments there.   
 
https://bugs.freedesktop.org/show_bug.cgi?id=2188        
   
           Summary: q-coord texgen causes an unnecessary fallback
           Product: Mesa
           Version: CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: Drivers/DRI/Radeon
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: [EMAIL PROTECTED]


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?        
   
   
--         
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to