- The initial wipe screen is now kept in video memory. I had previously
assumed that since the wipes only run at 35 FPS, the time spent DMA'ing it from system to video memory would be acceptable. Apparently I was wrong. In particular, updating the same surface several times probably has to synchronize between each one, making melt particularly slower than it needs to be. SVN r2012 (trunk)
This commit is contained in:
parent
f722b10294
commit
80034135ef
4 changed files with 181 additions and 91 deletions
|
|
@ -1,3 +1,11 @@
|
|||
November 30, 2009
|
||||
- The initial wipe screen is now kept in video memory. I had previously
|
||||
assumed that since the wipes only run at 35 FPS, the time spent DMA'ing
|
||||
it from system to video memory would be acceptable. Apparently I was wrong.
|
||||
In particular, updating the same surface several times probably has to
|
||||
synchronize between each one, making melt particularly slower than it
|
||||
needs to be.
|
||||
|
||||
November 29, 2009 (Changes by Graf Zahl)
|
||||
- fixed: Line_SetBlocking and Line_SetTextureScale were not in the list
|
||||
of action specials used by DECORATE or MAPINFO.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue