d3dx9_36: Add support for DIB file in D3DXGetImageInfoFromFileInMemory.
[wine] / dlls / d3dx9_36 / tests / surface.c
2013-04-25  Christian Costad3dx9_36: Add support for DIB file in D3DXGetImageInfoF...
2013-01-24  Michael Stefaniucd3dx9_36/tests: Use assignment instead of memcpy to...
2013-01-07  Christian Costad3dx9_36: Add support for RT_BITMAP resource type since...
2012-12-14  Francois Gougetd3dx9_36/tests: Use software vertex processing so the...
2012-09-24  Józef Kuciad3dx9/tests: Add a more detailed test for saving a...
2012-09-24  Józef Kuciad3dx9: Implement the support for saving a surface to...
2012-07-09  Józef Kuciad3dx9: Validate the size of a volume texture in D3DXGet...
2012-06-19  Józef Kuciad3dx9/tests: Improve test failure messages for check_dd...
2012-06-19  Józef Kuciad3dx9: Recognize X8B8G8R8 pixel format in DDS files.
2012-06-11  Józef Kuciad3dx9/tests: Use inline functions instead of check_pixe...
2012-06-11  Józef Kuciad3dx9/tests: Improve test failure messages for check_...
2012-06-06  Józef Kuciad3dx9/tests: Add tests for loading surfaces from non...
2012-06-04  Józef Kuciad3dx9/tests: Add tests for DDS header handling.
2012-05-31  Józef Kuciad3dx9: Implement D3DXSaveSurfaceToFileInMemory.
2012-05-23  Józef Kuciad3dx9: Add support for luminance pixel formats.
2012-05-21  Józef Kuciad3dx9/tests: Mark broken behavior of the debug version...
2012-05-21  Józef Kuciad3dx9/tests: Use more common formats for surfaces in...
2012-05-21  Józef Kuciad3dx9/tests: Add a test for D3DXLoadSurfaceFromSurface.
2012-05-14  Józef Kuciad3dx9/tests: Add tests for compressed pixel formats...
2012-05-14  Józef Kuciad3dx9: Check the size of a DDS file in D3DXGetImageInfo...
2012-05-14  Józef Kuciad3dx9: Add missing pixel formats.
2012-05-11  Józef Kuciad3dx9/tests: Move tests for texture functions from...
2012-05-08  Józef Kuciad3dx9/tests: Use consistent naming for DDS defines.
2012-05-07  Józef Kuciad3dx9/tests: Add tests for D3DXSaveSurfaceToFile.
2012-05-01  Józef Kuciad3dx9: Implement conversion from DDS pixel format to...
2012-04-25  Józef Kuciad3dx9/tests: Add DDS pixel format tests for D3DXGetImag...
2012-03-26  Józef Kuciad3dx9/tests: Add tests for D3DXCreateVolumeTextureFromF...
2012-03-26  Józef Kuciad3dx9/tests: Add tests for D3DXCreateCubeTextureFromFil...
2012-03-26  Józef Kuciad3dx9/tests: Test the DDS support in the D3DXGetImageIn...
2012-03-09  Henri Verbeetd3dx9/tests: Add some tests for loading luminance/alpha...
2010-09-01  Owen Rudged3dx9: Implement D3DXLoadSurfaceFromFileInMemory.
2010-08-04  Tony Wasserkad3dx9: Implement ARGB point filtering in D3DXLoadSurfac...
2010-08-04  Tony Wasserkad3dx9: Return D3DERR_INVALIDCALL in D3DXLoadSurfaceFrom...
2010-04-15  Christian Costad3dx9_36: Check wnd just after CreateWindow. Remove...
2010-04-14  Christian Costad3dx9_36/tests: Move surface tests into surface.c.