1. 29 Jul, 2011 1 commit
  2. 24 Jun, 2011 1 commit
  3. 21 Jun, 2011 1 commit
    • Piotr Pawlow's avatar
      wined3d: Use a separate mutex for wndproc_table access. · b5e04640
      Piotr Pawlow authored
      If CreateDevice is called with hFocusWindow belonging to another thread,
      then any code that does SendMessage (or equivalent) to the window while
      holding the main wined3d mutex causes a deadlock, because wined3d_wndproc
      tries to acquire the same mutex for wndproc_table access.
      b5e04640
  4. 17 May, 2011 1 commit
  5. 06 May, 2011 1 commit
  6. 06 Apr, 2011 1 commit
  7. 02 Feb, 2011 2 commits
  8. 10 Nov, 2010 2 commits
  9. 02 Nov, 2010 1 commit
  10. 14 Sep, 2010 1 commit
  11. 13 Sep, 2010 1 commit
  12. 03 Sep, 2010 1 commit
  13. 01 Sep, 2010 1 commit
  14. 29 Jul, 2010 1 commit
  15. 13 Apr, 2010 1 commit
    • Henri Verbeet's avatar
      wined3d: Disable strict draw ordering by default. · 8eb2a2cf
      Henri Verbeet authored
      While some performance hit from the extra flushes was expected and would be
      acceptable, the performance hit can be over 50% on some configurations, which
      clearly isn't acceptable. This patch introduces a "StrictDrawOrdering"
      registry key for applications affected by this, until we have a more
      structural solution.
      8eb2a2cf
  16. 05 Apr, 2010 1 commit
  17. 15 Mar, 2010 1 commit
  18. 23 Dec, 2009 1 commit
  19. 15 Dec, 2009 1 commit
  20. 17 Sep, 2009 1 commit
  21. 15 Sep, 2009 1 commit
  22. 27 Aug, 2009 1 commit
  23. 25 Aug, 2009 1 commit
    • Henri Verbeet's avatar
      d3d8: Use a wined3d cs for wined3d locking. · f9c791f9
      Henri Verbeet authored
      We will need this for d3d10, where both dxgi and d3d10core are making wined3d
      calls. Right now d3d8/d3d9 also use this to protect their own data, but
      eventually we should push this down into wined3d itself and use something a
      bit more fine-grained. There's no good reason that doing e.g. a vertex buffer
      upload in some thread should block all of wined3d.
      f9c791f9
  24. 14 Aug, 2009 1 commit
  25. 10 Aug, 2009 2 commits
  26. 22 Jul, 2009 1 commit
  27. 05 Jun, 2009 1 commit
  28. 12 May, 2009 1 commit
  29. 11 Mar, 2009 2 commits
  30. 23 Dec, 2008 1 commit
  31. 24 Nov, 2008 2 commits
  32. 24 Oct, 2008 1 commit
  33. 18 Oct, 2008 1 commit
  34. 17 Sep, 2008 1 commit
  35. 08 Jul, 2008 1 commit