- added mipmapping support
authorLionel Ulmer <lionel.ulmer@free.fr>
Sun, 11 May 2003 03:44:53 +0000 (03:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 11 May 2003 03:44:53 +0000 (03:44 +0000)
commit449f6b212ff51b4308cc233669dd62d80e33f511
tree79621907ba2a59cf1c0e940ddff026893b24b2a0
parent442dd75420b55882e0307db87fd3fb737231ae14
- added mipmapping support
- added locking for concurrent access to the D3D device
- improved tracing
- added support for most texture combine stages (inspired by the D3D8
  code)
- disable current lock / unlock code pending proper solution
dlls/ddraw/d3d_private.h
dlls/ddraw/d3ddevice/main.c
dlls/ddraw/d3ddevice/mesa.c
dlls/ddraw/d3dtexture.c