d3dx9: Properly check if a texture is lockable in D3DXCreateTextureFromFileInMemoryEx.
[wine] / dlls / d3dx9_36 / tests / texture.c
2012-05-14  Józef Kuciad3dx9: Properly check if a texture is lockable in D3DXC...
2012-05-14  Józef Kuciad3dx9: Add DDS support in D3DXCreateTextureFromFile...
2012-05-14  Józef Kuciad3dx9: Implement D3DXCreateCubeTextureFromFileInMemoryEx.
2012-05-11  Józef Kuciad3dx9/tests: Move tests for texture functions from...
2011-09-21  Stefan Dösingerd3dx9_36/tests: Account for NP2 limitations in a textur...
2011-02-09  Austin Englishd3dx9_36: Make sure return values are used (LLVM/Clang).
2010-11-24  Matteo Brunid3dx9/tests: Fix a D3DXCheckTextureRequirements test...
2010-11-24  Matteo Brunid3dx9/tests: Fix some tests to take into account POW2...
2010-11-18  Matteo Brunid3dx9: Implement D3DXFillVolumeTexture function.
2010-11-18  Matteo Brunid3dx9: Implement D3DXFillCubeTexture function.
2010-11-18  Matteo Brunid3dx9: Implement D3DXFillTexture function.
2010-11-09  Matteo Brunid3dx9: Implement D3DXCheckVolumeTextureRequirements.
2010-11-09  Matteo Brunid3dx9: Skip D3DXCheckCubeTextureRequirement test if...
2010-11-04  Matteo Brunid3dx9: Implement D3DXCheckCubeTextureRequirements.
2010-11-04  Matteo Brunid3dx9: Implement D3DXFilterTexture for cube textures.
2010-10-18  Matteo Brunid3dx9: Fix D3DXFilterTexture return value.
2010-10-18  Matteo Brunid3dx9: Search for a compatible pixel format in D3DXChec...
2010-09-09  Owen Rudged3dx9/tests: Add D3DXCreateTextureFromResource tests.
2010-07-24  Owen Rudged3dx9: Add basic implementation of D3DXFilterTexture...
2010-07-24  Owen Rudged3dx9: Implement D3DXCreateTexture plus tests.
2010-07-24  Owen Rudged3dx9/tests: Implement additional texture requirement...
2010-07-24  Owen Rudged3dx9: Implement D3DXCheckTextureRequirements.
2010-07-22  Owen Rudged3dx9/tests: Add beginning of general tests for texture...
2010-04-14  Christian Costad3dx9_36/tests: Move surface tests into surface.c.
2010-04-09  Christian Costad3dx9_36: Implement D3DXGetImageInfoFromFileInMemory...
2009-10-16  Tony Wasserkad3dx9: Add tests for ARGB pixel format conversion in...
2009-10-07  Alexandre JulliardFix empty function prototypes.
2009-07-06  David Adamd3dx9_36: Fix tests to make them pass in Windows.
2009-06-26  Tony Wasserkad3dx9: Add tests for D3DXLoadSurfaceFromSurface.
2009-06-26  Tony Wasserkad3dx9: Add tests for D3DXLoadSurfaceFromMemory.
2009-06-26  Tony Wasserkad3dx9: Add tests for D3DXLoadSurfaceFromFileInMemory.
2009-06-26  Tony Wasserkad3dx9: Add tests for D3DXLoadSurfaceFromResource.
2009-06-26  Tony Wasserkad3dx9: Add tests for D3DXLoadSurfaceFromFile.
2009-06-05  Tony Wasserkad3dx9: Test return codes of the D3DXGetImageInfo functions.