Sweden-Number/dlls/wined3d
Oliver Stieber ba5eb14768 Encapsulate texture, surface encapsulated.
Added BindTexture, GetTextureDimensions, UnBindTexture.
Proper GetContainer support for surface.
SetContainer added to surface and volume.
SetInPbufferState added to surface (until gl context management is
implemented).
Minor changes:
- BaseTexture no longer 'holds' a reference to IWineD3DDevice to
  prevent circular referencing.
- Better managment of referinging for texture.
- Some TODO's for implementing a context manager.
- Better preload implementation.
- Fix compile warning in device.c Set/GetSamplerState.
- Add QueryInterface support for surface.
- Format X8R8G8B8 added to locking.
2005-03-14 10:12:52 +00:00
..
.cvsignore .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
Makefile.in Added a stubbed out version of query to d3d9 and wined3d. 2005-03-03 13:57:15 +00:00
basetexture.c Encapsulate texture, surface encapsulated. 2005-03-14 10:12:52 +00:00
cubetexture.c Encapsulate texture, surface encapsulated. 2005-03-14 10:12:52 +00:00
device.c Encapsulate texture, surface encapsulated. 2005-03-14 10:12:52 +00:00
directx.c Implemented guids for wined3d. 2005-03-02 13:44:58 +00:00
drawprim.c Added a stubbed out version of query to d3d9 and wined3d. 2005-03-03 13:57:15 +00:00
indexbuffer.c Implemented guids for wined3d. 2005-03-02 13:44:58 +00:00
query.c Added a stubbed out version of query to d3d9 and wined3d. 2005-03-03 13:57:15 +00:00
resource.c Implemented guids for wined3d. 2005-03-02 13:44:58 +00:00
stateblock.c Added a stubbed out version of query to d3d9 and wined3d. 2005-03-03 13:57:15 +00:00
surface.c Encapsulate texture, surface encapsulated. 2005-03-14 10:12:52 +00:00
texture.c Encapsulate texture, surface encapsulated. 2005-03-14 10:12:52 +00:00
utils.c Added a stubbed out version of query to d3d9 and wined3d. 2005-03-03 13:57:15 +00:00
vertexbuffer.c Implemented guids for wined3d. 2005-03-02 13:44:58 +00:00
vertexdeclaration.c Implemented guids for wined3d. 2005-03-02 13:44:58 +00:00
vertexshader.c Put all the stubs in wined3d in place, with some functionality copied 2005-03-02 12:16:10 +00:00
volume.c Encapsulate texture, surface encapsulated. 2005-03-14 10:12:52 +00:00
volumetexture.c Encapsulate texture, surface encapsulated. 2005-03-14 10:12:52 +00:00
wined3d.spec Create a wined3d interface, and generate a wined3d object in the d3d9 2004-09-23 04:34:27 +00:00
wined3d_main.c Implemented guids for wined3d. 2005-03-02 13:44:58 +00:00
wined3d_private.h Encapsulate texture, surface encapsulated. 2005-03-14 10:12:52 +00:00