Bug 2188 - radeon dri driver: q-coord texgen causes an unnecessary fallback
Summary: radeon dri driver: q-coord texgen causes an unnecessary fallback
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/R100 (show other bugs)
Version: git
Hardware: All All
: highest enhancement
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-02 02:46 UTC by Andreas Stenglein
Modified: 2009-08-24 12:22 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.