d3dx9_36: Add support for DIB file in D3DXGetImageInfoFromFileInMemory.
[wine] / dlls / d3dx9_36 / surface.c
2013-04-25  Christian Costad3dx9_36: Add support for DIB file in D3DXGetImageInfoF...
2013-01-07  Christian Costad3dx9_36: Add support for RT_BITMAP resource type since...
2013-01-04  Andrew Talbotd3dx9_36: Avoid signed-unsigned integer comparisons.
2012-12-27  Christian Costad3dx9_36: Check proper signature for DIB files.
2012-10-29  Józef Kuciad3dx9: A simple copy isn't enough when a color key...
2012-10-29  Józef Kuciad3dx9: Introduce a function for copying pixels.
2012-10-29  Józef Kuciad3dx9: Rename point_filter_simple_data to point_filter_...
2012-10-29  Józef Kuciad3dx9: Rename copy_simple_data to convert_argb_pixels.
2012-10-23  Józef Kuciad3dx9: Introduce a separate pixel format type for compr...
2012-09-26  Gerald Pfeiferd3dx9_36: Fix initialization of header in save_dds_surf...
2012-09-24  Christian Costad3dx9_36: Cube texture can be loaded as a simple textur...
2012-09-24  Józef Kuciad3dx9: Implement conversion from D3DFORMAT to DDS pixel...
2012-09-24  Józef Kuciad3dx9: Implement the support for saving a surface to...
2012-09-24  Józef Kuciad3dx9: Use 4 spaces per indent level in get_image_info_...
2012-09-24  Józef Kuciad3dx9: Introduce a function for calculating the expecte...
2012-09-03  Rico Schüllerd3dx9: Remove PixelFormatDesc typedef.
2012-08-28  Rico Schüllerd3dx9: Add some traces to D3DXLoadSurfaceFromMemory().
2012-08-28  Jacek CabanFixed remaining wrong iface call helpers.
2012-07-16  Józef Kuciad3dx9: Use structure to pass volume size to pixel forma...
2012-07-16  Józef Kuciad3dx9: Implement point filtering for volume textures.
2012-07-16  Józef Kuciad3dx9: Implement pixel format conversion for volume...
2012-07-09  Józef Kuciad3dx9: Implement D3DXLoadVolumeFromFileInMemory.
2012-07-09  Józef Kuciad3dx9: Validate the size of a volume texture in D3DXGet...
2012-07-02  Józef Kuciad3dx9: Implement D3DXCreateVolumeTextureFromFileInMemoryEx.
2012-06-19  Józef Kuciad3dx9: Recognize X8B8G8R8 pixel format in DDS files.
2012-06-18  Nozomi Kodamad3dx9_36: Recognize A8B8G8R8 format.
2012-06-01  Henri Verbeetd3dx9: Use wine_dbgstr_rect() in some more places.
2012-05-31  Józef Kuciad3dx9: Implement D3DXSaveSurfaceToFileInMemory.
2012-05-25  Henri Verbeetd3dx9: Don't use HEAP_ZERO_MEMORY if we're going to...
2012-05-23  Józef Kuciad3dx9: Add a WARN to get_image_info_from_dds about...
2012-05-23  Józef Kuciad3dx9: Fix the expected_length computation for non...
2012-05-14  Józef Kuciad3dx9: Add traces.
2012-05-14  Józef Kuciad3dx9: Add DDS support in D3DXLoadSurfaceFromFile funct...
2012-05-14  Józef Kuciad3dx9: Add DDS support in D3DXCreateTextureFromFile...
2012-05-14  Józef Kuciad3dx9: Implement D3DXCreateCubeTextureFromFileInMemoryEx.
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: Print a real pixel format in a FIXME message.
2012-05-07  Józef Kuciad3dx9: Implement the pixel format conversion in D3DXSav...
2012-05-07  Józef Kuciad3dx9: Implement D3DXSaveSurfaceToFileW.
2012-05-07  Józef Kuciad3dx9: Forward D3DXSaveSurfaceToFileA to D3DXSaveSurfac...
2012-05-07  Józef Kuciad3dx9: Implement mapping from WICPixelFormat GUIDs...
2012-05-01  Józef Kuciad3dx9: Implement conversion from DDS pixel format to...
2012-05-01  Józef Kuciad3dx9: Add partial DDS support implementation for D3DXG...
2012-05-01  Henri Verbeetd3dx9: Cleanup parameter names for D3DXLoadSurfaceFromM...
2012-04-30  Henri Verbeetd3dx9: Add a FIXME for unsupported filter types to...
2012-04-30  Henri Verbeetd3dx9: Use proper size types in D3DXLoadSurfaceFromMemo...
2012-04-27  Henri Verbeetd3dx9: Add basic support for loading DXT formats to...
2012-04-27  Henri Verbeetd3dx9: Introduce a special case for simple loads in...
2012-03-09  Henri Verbeetd3dx9: Implement loading luminance/alpha data in D3DXLo...
2012-02-11  Christian Costad3dx9_36: Detect and display message for all not yet...
2012-02-09  Christian Costad3dx9_36: Turn FIXME into TRACE since function is imple...
2012-01-30  Christian Costad3dx9_36: Remove TGA from TODO since it is supported.
2011-08-29  Andrew Talbotd3dx9_36: Fix a logical operator typo.
2011-06-24  Travis Athougiesd3dx9_36: Added stub implementation of D3DXSaveSurfaceT...
2011-04-26  Matteo Brunid3dx9: Remove some redundant and compiler-unfriendly...
2011-02-24  Alexandre Julliardd3dx9_36: Cleanup the fixme_once handling.
2011-02-23  Matteo Brunid3dx9: Fix memory access for images with less than...
2010-11-15  Matteo Brunid3dx9: Add color key support to D3DXLoadSurfaceFromMemory.
2010-11-12  Louis Lendersd3dx9_36: Quiet a noisy fixme.
2010-11-09  Vincent Povirkd3dx9_36: Fix an error path in D3DXLoadSurfaceFromFileI...
2010-11-09  Vincent Povirkd3dx9_36: Don't check the image format in D3DXLoadSurfa...
2010-10-22  Vincent Povirkd3dx9_36: Check for the TGA container format.
2010-09-01  Owen Rudged3dx9: Implement D3DXLoadSurfaceFromFileInMemory.
2010-08-23  Tony Wasserkad3dx9: Fix an off by one error in point_filter_simple_data.
2010-08-23  Tony Wasserkad3dx9: Black out pixels which are outside the source...
2010-08-16  Gerald Pfeiferd3dx9_36: minwidth and minheight are set but not used...
2010-08-04  Alexandre Julliardd3dx9: Fix some incorrect const typecasts.
2010-08-04  Tony Wasserkad3dx9: Implement ARGB point filtering in D3DXLoadSurfac...
2010-08-04  Tony Wasserkad3dx9: Return D3DERR_INVALIDCALL in D3DXLoadSurfaceFrom...
2010-08-04  Tony Wasserkad3dx9: Move pixel sampling and recombination in copy_si...
2010-04-12  Christian Costad3dx9_36: Add support for 32-bit BGRA in D3DXGetImageIn...
2010-04-09  Christian Costad3dx9_36: Implement D3DXGetImageInfoFromFileInMemory...
2010-04-06  Christian Costad3dx9_36: Improve FIXMEs and TRACEs for surface.
2010-02-15  Christian Costad3dx9_36: Improve some stubs.
2009-10-16  Tony Wasserkad3dx9: Implement converting and copying ARGB surface...
2009-06-26  Tony Wasserkad3dx9: Implement D3DXLoadSurfaceFromSurface.
2009-06-26  Tony Wasserkad3dx9: Add a stub for D3DXLoadSurfaceFromMemory.
2009-06-26  Tony Wasserkad3dx9: Implement D3DXLoadSurfaceFromResource.
2009-06-26  Tony Wasserkad3dx9: Implement D3DXLoadSurfaceFromFile.
2009-06-26  Tony Wasserkad3dx9: Add a stub for D3DXLoadSurfaceFromFileInMemory.
2009-06-02  Tony Wasserkad3dx9: Redirect D3DXGetImageInfo functions to the FromF...
2009-05-26  Tony Wasserkad3dx9: Add stubs for the D3DXGetImageInfo function...