1. 16 May, 2007 1 commit
  2. 11 May, 2007 1 commit
  3. 10 May, 2007 3 commits
  4. 08 May, 2007 1 commit
  5. 04 May, 2007 2 commits
  6. 03 May, 2007 1 commit
  7. 26 Apr, 2007 1 commit
  8. 24 Apr, 2007 1 commit
  9. 23 Apr, 2007 1 commit
  10. 17 Apr, 2007 2 commits
  11. 16 Apr, 2007 1 commit
  12. 13 Apr, 2007 1 commit
  13. 09 Apr, 2007 4 commits
  14. 07 Apr, 2007 1 commit
  15. 02 Apr, 2007 1 commit
  16. 27 Mar, 2007 1 commit
  17. 19 Mar, 2007 2 commits
  18. 17 Mar, 2007 1 commit
  19. 14 Mar, 2007 1 commit
  20. 13 Mar, 2007 2 commits
  21. 12 Mar, 2007 1 commit
  22. 07 Mar, 2007 3 commits
    • Stefan Dösinger's avatar
      wined3d: Rework surface dirtification. · c54a0fc2
      Stefan Dösinger authored
      Previously the surfaces stored a flag if the system memory copy was
      ahead of the gl copy(SFLAG_DIRTY) or the gl copy is
      ahead(SFLAG_GLDIRTY). The pbuffer copy was 'managed' differently using
      SFLAG_INPBUFFER and SFLAG_INTEXTURE.
      
      This patch replaces them with 3 flags, INSYSMEM, INPBUFFER and
      INTEXTURE which specify which copy contains the most up to date
      copy. It is perfectly valid to have more than one of those flags
      set. One must be set at least (except at init, when no content is in
      the surface yet). When one copy is modified, the flags for the others
      are removed.
      c54a0fc2
    • Stefan Dösinger's avatar
      wined3d: Remove IWineD3DSurface::SetPBufferState. · ebe274fe
      Stefan Dösinger authored
      The method is removed because it does not really help with
      anything. It should not be exported from wined3d, there is no need for
      the other libs to call it. It does not help abstraction and code
      simplification in any way because it is very specific and the code
      calling it has to know what is happening in the surface to use this
      method.
      ebe274fe
    • H. Verbeet's avatar
      wined3d: Remove broken software shaders. · 2384bdde
      H. Verbeet authored
      2384bdde
  23. 01 Mar, 2007 1 commit
  24. 28 Feb, 2007 5 commits
  25. 20 Feb, 2007 1 commit