1. 05 May, 2006 1 commit
  2. 07 Apr, 2006 1 commit
  3. 06 Apr, 2006 1 commit
  4. 03 Apr, 2006 1 commit
  5. 28 Mar, 2006 1 commit
  6. 10 Mar, 2006 1 commit
  7. 07 Mar, 2006 1 commit
  8. 06 Feb, 2006 1 commit
  9. 23 Nov, 2005 1 commit
  10. 10 Nov, 2005 1 commit
  11. 22 Aug, 2005 1 commit
  12. 11 Aug, 2005 1 commit
  13. 03 Aug, 2005 2 commits
  14. 01 Aug, 2005 1 commit
  15. 26 Jul, 2005 1 commit
  16. 18 Jul, 2005 1 commit
  17. 13 Jul, 2005 1 commit
  18. 24 Jun, 2005 1 commit
  19. 23 Jun, 2005 1 commit
  20. 06 Jun, 2005 1 commit
  21. 29 Mar, 2005 1 commit
    • Oliver Stieber's avatar
      - Volume now inherits Resource. This isn't the way Microsoft implements · 67f2ad45
      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.
      67f2ad45
  22. 23 Mar, 2005 1 commit
  23. 14 Mar, 2005 1 commit
    • Oliver Stieber's avatar
      Encapsulate texture, surface encapsulated. · ba5eb147
      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.
      ba5eb147
  24. 02 Mar, 2005 1 commit
  25. 19 Jan, 2005 1 commit
  26. 17 Jan, 2005 1 commit
  27. 09 Jan, 2005 1 commit
  28. 07 Dec, 2004 1 commit