ChangeSet ID: 17820 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/30 06:11:34
Modified files: dlls/ddraw/tests: Makefile.in .cvsignore dlls/ddraw/ddraw: main.c Added files: dlls/ddraw/tests: dsurface.c
Log message: Antoine Chavasse a.chavasse@gmail.com - Implemented the implicit creation of mipmaps for surfaces that have DDSCAPS_COMPLEX, DDSCAPS_MIPMAP and for which the mipmap count is not specified. - Implemented test cases for mipmap textures creation.
Patch: http://cvs.winehq.org/patch.py?id=17820
Old revision New revision Changes Path 1.3 1.4 +2 -1 wine/dlls/ddraw/tests/Makefile.in 1.2 1.3 +1 -0 wine/dlls/ddraw/tests/.cvsignore 1.60 1.61 +24 -5 wine/dlls/ddraw/ddraw/main.c Added 1.1 +0 -0 wine/dlls/ddraw/tests/dsurface.c