wined3d: Define D3D usage flags in wined3d_types.h.
[wine] / dlls / wined3d / surface.c
2006-03-07  Stefan Dösingerwined3d: Define D3D usage flags in wined3d_types.h.
2006-03-07  Stefan Dösingerwined3d: Add device caps to wined3d_types.h.
2006-03-06  H. Verbeetwined3d: Fix the relation between surfaces and their...
2006-03-06  H. Verbeetwined3d: Don't call glCompressedTexImage2DARB without...
2006-02-27  H. Verbeetwined3d: Don't use GetDevice in IWineD3DSurfaceImpl_Get...
2006-02-13  Stefan Dösingerwined3d: Update the glOrtho between 2 rhw draws if...
2006-02-13  H. Verbeetwined3d: Don't keep a reference to the container, as...
2006-02-10  H. Verbeetwined3d: Release the container during surface / volume...
2006-02-07  H. Verbeetwined3d/d3d9: Cleanup GetContainer for surfaces.
2006-02-06  Roderick Colenbranderwined3d: Texture fixes.
2006-02-06  H. Verbeetwined3d: Update the QueryInterface functions of IWineD3...
2006-02-06  H. Verbeetwined3d: Fix SetContainer.
2005-12-31  Raphael Junqueirawined3d: Added support for WINED3DFMT_X4R4G4B4.
2005-12-02  Francois GougetAssorted spelling fixes.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-02  Oliver StieberImplement D3DFMT_UNKNOWN surfaces, this seems to be...
2005-09-29  Oliver StieberAdded support for backbuffer with the formats A1R5G5B5...
2005-09-27  Oliver StieberChange the format of surface_SaveSnapshot to TGA from...
2005-09-27  Oliver StieberCorrect a problem with locking nonpower 2 back and...
2005-09-23  Oliver StieberOptionally repack nonpower 2 textures to the expected...
2005-09-07  Karsten ElfenbeinAdded A2R10G10B10 and D3DFMT_D24FS8 modes to all other...
2005-08-29  Oliver StieberAdded support for DXT2 and DXT4.
2005-08-03  Oliver StieberSet the apha channel to opaque when locking X8R8G8B8...
2005-07-28  Mike McCormackSigned warning fixes.
2005-07-26  Oliver StieberRemove a load of IWineD3DSurface * casts that are no...
2005-07-22  Francois GougetAssorted spelling fixes.
2005-07-13  Oliver StieberTidy up some comments and formatting.
2005-07-13  Oliver StieberAdded basic memory management and tracking to wined3d.
2005-07-12  Oliver StieberImplement UpdateTexture and UpdateSurface in wined3d.
2005-07-11  Oliver StieberMove parameters relating to opengl on the surface struc...
2005-07-11  Oliver StieberImplemented basic non-power 2 texture in wined3d.
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-07  Oliver StieberImplement render targets using either textures, swapcha...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-29  Oliver Stieber- Volume now inherits Resource. This isn't the way...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-14  Oliver StieberEncapsulate texture, surface encapsulated.
2005-03-03  Oliver StieberAdded a stubbed out version of query to d3d9 and wined3d.
2005-03-02  Oliver StieberPut all the stubs in wined3d in place, with some functi...
2005-01-19  Joris HuizerGet rid of some TRACE(..., This->resource.ref).
2005-01-18  Jason Edmeades- Handle failures to allocate storage more gracefully.
2005-01-17  Jason Edmeades- Add texture support for all the texture types for...
2005-01-09  Jason EdmeadesAdd render target support, and ensure there is a front...