Module: wine Branch: master Commit: 3529560cd7a4f752596e80d4084e9527b348eb22 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3529560cd7a4f752596e80d408...
Author: Stefan Dösinger stefandoesinger@gmx.at Date: Thu Oct 5 17:56:54 2006 +0200
wined3d: Add WINED3DUSAGE_OVERLAY.
---
dlls/d3d8/device.c | 12 ++++++------ dlls/d3d9/device.c | 2 +- dlls/d3d9/indexbuffer.c | 2 +- dlls/d3d9/texture.c | 2 +- dlls/d3d9/vertexbuffer.c | 2 +- dlls/d3d9/volume.c | 2 +- dlls/d3d9/volumetexture.c | 2 +- dlls/ddraw/ddraw.c | 4 ++++ dlls/wined3d/surface.c | 24 ++++++++++++++++++++++++ dlls/wined3d/surface_gdi.c | 5 +++++ include/wine/wined3d_types.h | 1 + 11 files changed, 46 insertions(+), 12 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3529560cd7a4f752596e80...