1. 02 Jul, 2012 1 commit
  2. 29 Jun, 2012 1 commit
  3. 27 Jun, 2012 2 commits
  4. 29 May, 2012 1 commit
  5. 25 May, 2012 2 commits
  6. 13 Mar, 2012 1 commit
  7. 20 Jan, 2012 1 commit
  8. 18 Jan, 2012 1 commit
  9. 24 Nov, 2011 1 commit
  10. 17 Nov, 2011 1 commit
  11. 15 Nov, 2011 1 commit
  12. 26 Oct, 2011 2 commits
  13. 06 Jun, 2011 1 commit
  14. 31 May, 2011 1 commit
  15. 25 Apr, 2011 1 commit
  16. 11 Apr, 2011 1 commit
  17. 02 Feb, 2011 1 commit
  18. 27 Oct, 2010 2 commits
  19. 02 Dec, 2009 1 commit
  20. 18 Nov, 2009 2 commits
  21. 20 Oct, 2009 1 commit
  22. 14 Oct, 2009 1 commit
  23. 22 Sep, 2009 1 commit
  24. 16 Sep, 2009 1 commit
    • Henri Verbeet's avatar
      wined3d: Don't free D3D surfaces until the wined3d surface is destroyed. · a5214c30
      Henri Verbeet authored
      This prevents for example a d3d9 depth stencil from being destroyed when it
      has no external references but is still in use by the device/stateblock. A
      nice side effect is that it simplifies handling of "implicit" surfaces like
      the frontbuffer and backbuffers, as well as the forwarding of reference counts
      for surfaces that are part of a texture.
      a5214c30
  25. 26 Aug, 2009 2 commits
  26. 07 Aug, 2009 1 commit
  27. 07 Jul, 2009 1 commit
  28. 27 Apr, 2009 1 commit
  29. 08 Apr, 2009 1 commit
  30. 23 Mar, 2009 1 commit
  31. 11 Mar, 2009 1 commit
  32. 20 Feb, 2009 1 commit
  33. 29 Jan, 2009 1 commit
  34. 16 Jan, 2009 1 commit
    • Henri Verbeet's avatar
      wined3d: Add an IWineD3DDeviceParent interface. · a966293f
      Henri Verbeet authored
      Other than being a bit nicer than passing function pointers all over the
      place, this helps dxgi/d3d10. While the swapchain itself is created in dxgi,
      its surfaces are constructed in d3d10core, which makes it impractical for dxgi
      to pass the appropriate function pointers.
      a966293f