Module: wine Branch: master Commit: 8151963f4e39e07682bb29fa76b5abe2aa654f4b URL: http://source.winehq.org/git/wine.git/?a=commit;h=8151963f4e39e07682bb29fa76...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Dec 3 11:38:23 2009 +0100
d3d8: Directly store a wined3d stateblock in the stateblock handle.
IDirect3DStateBlock8Impl doesn't actually do anything useful.
---
dlls/d3d8/Makefile.in | 1 - dlls/d3d8/d3d8_private.h | 61 ---------------------- dlls/d3d8/device.c | 72 ++++++++++--------------- dlls/d3d8/stateblock.c | 128 ---------------------------------------------- 4 files changed, 29 insertions(+), 233 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8151963f4e39e07682bb29...