Module: wine Branch: master Commit: 5fc17b84d01c1a38607f3d2501fe28b8fe1fc9ab URL: http://source.winehq.org/git/wine.git/?a=commit;h=5fc17b84d01c1a38607f3d2501...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Apr 11 22:52:03 2012 +0200
d3d9: Store wined3d vertex declarations in the fvf lookup table.
This also implicitly gets rid of the convFVF hack in IDirect3DVertexDeclaration9Impl_Release().
---
dlls/d3d9/d3d9_private.h | 11 ++- dlls/d3d9/device.c | 159 ++++++++++++++++++++++------------------- dlls/d3d9/vertexdeclaration.c | 35 +++------- 3 files changed, 103 insertions(+), 102 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5fc17b84d01c1a38607f3d...