Module: wine Branch: master Commit: eb9727bbabb1cb125ec0ef23edcb89b4119a039d URL: http://source.winehq.org/git/wine.git/?a=commit;h=eb9727bbabb1cb125ec0ef23ed...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Oct 12 10:10:24 2009 +0200
d3d8: Cleanup the stateblock test callbacks a bit.
This mostly just makes the naming more conistent with what we use in other D3D code, but also passes the device to the init() and cleanup() callbacks to allow device resources to be created there. Future tests require this.
---
dlls/d3d8/tests/stateblock.c | 98 ++++++++++++++++++------------------------ 1 files changed, 42 insertions(+), 56 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=eb9727bbabb1cb125ec0ef...