- 06 Dec, 2006 1 commit
-
-
Markus Amsler authored
-
- 02 Oct, 2006 1 commit
-
-
Ivan Gyurdiev authored
-
- 27 Sep, 2006 1 commit
-
-
H. Verbeet authored
-
- 10 Jun, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 05 May, 2006 1 commit
-
-
Ivan Gyurdiev authored
-
- 07 Apr, 2006 3 commits
-
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
- 06 Apr, 2006 1 commit
-
-
Stefan Dösinger authored
-
- 10 Mar, 2006 1 commit
-
-
Stefan Dösinger authored
-
- 06 Mar, 2006 1 commit
-
-
H. Verbeet authored
-
- 06 Feb, 2006 1 commit
-
-
H. Verbeet authored
-
- 10 Nov, 2005 1 commit
-
-
Francois Gouget authored
-
- 03 Aug, 2005 1 commit
-
-
Oliver Stieber authored
relate to the opengl texture object will only be updated when they are out of sync, this reduces the number of texture object state changes during game play in Axis and allies from several hundreds to 0 or 1.
-
- 26 Jul, 2005 2 commits
-
-
Oliver Stieber authored
-
Oliver Stieber authored
any objects referenced by the internal stateblock are released when the stateblock is released (we don't reference count while a stateblock is recording, so recorded stateblocks have no references to clean up).
-
- 13 Jul, 2005 1 commit
-
-
Oliver Stieber authored
-
- 06 Jun, 2005 1 commit
-
-
Dmitry Timoshkov authored
-
- 29 Mar, 2005 1 commit
-
-
Oliver Stieber authored
the interface but it is more correct way (Microsoft even have a resource type of volume). - Moved usage, format, allocatedMemory and size onto the resource class structure. - Refactored Preload for classes that inherit BaseTexture, preload now binds the texture instead of bind texture calling preload, bindTexture allocated a glTexture if there isn't one. - Added two new class static members BaseTexture_CleanUp and Resource_CleanUp that should be called by classes that implement BaseTexture or Resource.
-
- 14 Mar, 2005 1 commit
-
-
Oliver Stieber authored
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.
-
- 02 Mar, 2005 1 commit
-
-
Oliver Stieber authored
-
- 17 Jan, 2005 1 commit
-
-
Jason Edmeades authored
- Add prototypes for the COM interfaces. - Fix some incorrect types from the last patch.
-