Commit graph

6 commits

Author SHA1 Message Date
Daniel Schepler
dd19714d58 Improve the depth buffer transformation. 2003-08-24 13:37:30 +00:00
Lionel Ulmer
1e0d825a98 Implementation of the Z Buffer. It works fast enough on my TNT2 board,
no idea about other vendors though.

Note that the '0xFFFF - (z / 64)' formula is empirical and will need
to be fixed :-)
2003-08-23 13:52:43 +00:00
Lionel Ulmer
342f73f286 Disable TEXTURE_2D after background drawing to be in-line to what
engine.cpp does.
2003-08-20 11:00:39 +00:00
Lionel Ulmer
cd9ac833f4 Use texture engine to draw backdrops... Way faster now than before :-) 2003-08-20 10:30:07 +00:00
James Brown
1f637307bd Add fixme for huuuuuuge performance bottleneck 2003-08-16 17:34:33 +00:00
Vincent Hamm
fd60abaa0c renamed all .cc to cpp and all .hh to .h 2003-08-15 19:41:26 +00:00
Renamed from bitmap.cc (Browse further)