Adam K Kirchhoff wrote:
> On Sat, 2007-06-16 at 09:44 -0700, [EMAIL PROTECTED]
> wrote:
>> http://bugs.freedesktop.org/show_bug.cgi?id=11283
>>
>>
>>
>>
>>
>> ------- Comment #4 from [EMAIL PROTECTED]  2007-06-16 09:44 PST -------
>>
>> Finished with git-bisect:
>>
>> 9e8a961dd7d7b717a9fb4ecdea1c1b60ea355efe is first bad commit
>> commit 9e8a961dd7d7b717a9fb4ecdea1c1b60ea355efe
>> Author: Brian <[EMAIL PROTECTED]>
>> Date:   Sun May 20 12:27:39 2007 -0600
>>
>>     Overhaul/simplify SWvertex and SWspan attribute handling.
>>
>>     Instead of separate fog/specular/texcoord/varying code, just treat all of
>>     them as generic attributes.  Simplifies the point/line/triangle 
>> functions.
>>
>> :040000 040000 9f70804d38a62512f185453df294c7e1df8e44e0
>> 3ef1f5e6a5ae338ef5ccce99bc62cfbaf7f8987c M      src
>>
>>
> 
> Brian,
> 
> Can you shed some light onto what this commit did to blender? :-)

My guess is when we're hitting the fallback path, the SWvertex->color 
values aren't getting populated.

In most of the DRI drivers, there's a XXX_translate_vertex() function 
that converts HW vertices to SWvertex format.  I don't see that in the 
R300 driver though.  I'm not sure how fallbacks work in that driver.

-Brian

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to