- surface pool init fixes
commiteb36d31d6fed62a506e1648cb25b681cdacc2006
authorRaphael Junqueira <fenix@club-internet.fr>
Mon, 12 May 2003 03:10:27 +0000 (12 03:10 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 12 May 2003 03:10:27 +0000 (12 03:10 +0000)
tree90ee6ae8391b2472894c502bcffaa7b9d2040611
parenta872c781ea9908bd549b59629585e4fd23ef2211
- surface pool init fixes
- minor indentation and traces fixes
- fix locking/unlocking/dirty behavior (dirtify on lock) +
  optimisations (only copy when dirty)
- fix IDirect3DDevice8::Clear behavior (problem seen after a
  locking/unlocking code error)
- begin to fix volume and cube textures management
dlls/d3d8/cubetexture.c
dlls/d3d8/d3d8_private.h
dlls/d3d8/device.c
dlls/d3d8/surface.c
dlls/d3d8/texture.c
dlls/d3d8/volume.c
dlls/d3d8/volumetexture.c