http://bugs.freedesktop.org/show_bug.cgi?id=20626

           Summary: r200 texgen with glVertex4f(x, y, z, w) error
           Product: Mesa
           Version: 6.5
          Platform: PowerPC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/r200
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: raoxianh...@163.net
         QAContact: raoxianh...@163.net


When I use texgen with glVertex4f(x, y, z, w) on r200(ATI Radeon Mobility 9000
card), the s coord texgen use (px, py, pz, pw), but I found s coord always be
px * x + py * y + pz * z + pw, not expected px * x + py * y + pz * z + pw * w
as if w is always 1.0f.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to