[5/5] WineD3D: Software vertex blending

Stefan Dösinger stefandoesinger at gmail.com
Wed May 2 15:50:56 CDT 2007


Patch 6 will add a registry key for advertizing software emulated features

A problem with this is that drawStridedSlow can't operate on data from vbos. I 
don't want to catch this in the state management code because it would add a 
lot of extra checks and dependencies there which aren't necessary for the 
hardware path. Instead drawstridedslow modifies the strided data stored in 
the device. This adds a few exctra constraints on how it can be used(Those 
are documented in the vb code). If there are objections against this we can 
drop the patch.

This patch is based on a hacked vertex blend implementation by Frank Richter.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-WineD3D-Software-vertex-blending.patch
Type: text/x-diff
Size: 14497 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070502/9da5c08b/0005-WineD3D-Software-vertex-blending-0001.bin


More information about the wine-patches mailing list