Module: wine Branch: refs/heads/master Commit: 1175a2f3a26c3c2b6aa8dd9b523bcc1ceee3afa7 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=1175a2f3a26c3c2b6aa8dd9b...
Author: Vitaliy Margolen wine-patch@kievinfo.com Date: Sat May 20 10:36:13 2006 -0600
d3d8: Add refcount test.
---
configure | 3 - configure.ac | 1 dlls/d3d8/Makefile.in | 2 dlls/d3d8/tests/.gitignore | 3 + dlls/d3d8/tests/Makefile.in | 14 +++ dlls/d3d8/tests/device.c | 193 +++++++++++++++++++++++++++++++++++++++++ programs/winetest/Makefile.in | 4 + 7 files changed, 218 insertions(+), 2 deletions(-) create mode 100644 dlls/d3d8/tests/.gitignore create mode 100644 dlls/d3d8/tests/Makefile.in create mode 100644 dlls/d3d8/tests/device.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=1175a2f3a26c3c2b6aa8...