wined3d: declaration/FVF conversion test

Stefan Dösinger stefan at codeweavers.com
Sun Jun 18 03:06:37 CDT 2006


> and those currently fail, because that case isn't handled at all in the
> FVF loading code. It thinks this is a multi-stream case, when in fact
> only the 0th stream is used. Jason Green has a demo -
> dx9_hdr_texture_loader, which is broken exactly by this.
How about getting rid about the fvf in the device entirely and converting the 
fvf to a vertex decl in SetFVF? This would make the drawprim code 
simpler(only vertex declaration to consider) and avoid inconsistency. In 
GetFVF we convert the declaration back to a FVF(and propably cache the 
result, but don't use that for rendering).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20060618/87e3a307/attachment.pgp


More information about the wine-devel mailing list