Module: wine Branch: refs/heads/master Commit: d75fd75d4801ec5abe08a09ea3ffd3bc6b12911c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d75fd75d4801ec5abe08a09e...
Author: Stefan Dösinger stefandoesinger@gmx.at Date: Tue Mar 28 14:20:47 2006 +0200
wined3d: Add WINED3DPOOL to wined3d_types.h.
---
dlls/d3d8/cubetexture.c | 2 + dlls/d3d8/d3d8_private.h | 4 +-- dlls/d3d8/device.c | 16 ++++++----- dlls/d3d8/surface.c | 2 + dlls/d3d8/texture.c | 2 + dlls/d3d8/volume.c | 4 +-- dlls/d3d8/volumetexture.c | 2 + dlls/d3d9/cubetexture.c | 4 +-- dlls/d3d9/d3d9_private.h | 4 +-- dlls/d3d9/device.c | 10 ++++--- dlls/d3d9/indexbuffer.c | 2 + dlls/d3d9/surface.c | 2 + dlls/d3d9/texture.c | 4 +-- dlls/d3d9/vertexbuffer.c | 2 + dlls/d3d9/volume.c | 4 +-- dlls/d3d9/volumetexture.c | 4 +-- dlls/wined3d/basetexture.c | 6 ++-- dlls/wined3d/device.c | 54 +++++++++++++++++++------------------- dlls/wined3d/resource.c | 2 + dlls/wined3d/surface.c | 6 ++-- dlls/wined3d/utils.c | 12 ++++---- dlls/wined3d/wined3d_private.h | 4 +-- include/wine/wined3d_interface.h | 18 ++++++------- include/wine/wined3d_types.h | 17 +++++++++--- 24 files changed, 98 insertions(+), 89 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=d75fd75d4801ec5abe08...