Module: wine Branch: master Commit: 469eba24c002f242340b1c49d3a19f0cbb99e553 URL: http://source.winehq.org/git/wine.git/?a=commit;h=469eba24c002f242340b1c49d3...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Jun 16 22:38:26 2011 +0200
d3d9: Implement IDirect3DVertexBuffer9 private data handling on top of wined3d_resource.
---
dlls/d3d9/buffer.c | 22 +++++++++++++++++----- dlls/wined3d/buffer.c | 6 +++--- dlls/wined3d/resource.c | 11 ++++++----- dlls/wined3d/surface.c | 6 +++--- dlls/wined3d/texture.c | 6 +++--- dlls/wined3d/volume.c | 6 +++--- dlls/wined3d/wined3d.spec | 3 +++ dlls/wined3d/wined3d_private.h | 5 ----- include/wine/wined3d.h | 5 +++++ 9 files changed, 43 insertions(+), 27 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=469eba24c002f242340b1c...