Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Theory about skipping frames
#9
Whoa, deja vu.

The game lags like ass because the drawing routines are ass. They do all blitting and translucency in software, and do RLE unpacking of all compressed SHPs every time they need to be drawn. Because they do blitting in software, they have to Lock() and Unlock() the surfaces around each drawing operation. If the surfaces are in video RAM (like the sidebar is by default), that causes major pain because the surface pixel data has to be copied from VRAM to system RAM, and back afterwards.

Worth playing: 1 | 2 | 3
Reply


Messages In This Thread
Theory about skipping frames - by ¥R M0dd€r - 22.10.2011, 00:23:07
RE: Theory about skipping frames - by WoRmINaToR - 22.10.2011, 03:53:18
RE: Theory about skipping frames - by AlexB - 22.10.2011, 19:47:51
RE: Theory about skipping frames - by AlexB - 24.10.2011, 17:16:09
RE: Theory about skipping frames - by XTF - 25.10.2011, 18:36:20
RE: Theory about skipping frames - by DCoder - 25.10.2011, 19:43:21
RE: Theory about skipping frames - by XTF - 25.10.2011, 19:57:20
RE: Theory about skipping frames - by DCoder - 25.10.2011, 20:32:04



Users browsing this thread: 1 Guest(s)