diff options
author | Ira Rice <irarice@gmail.com> | 2009-03-17 20:18:41 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-17 20:18:41 -0600 |
commit | 72daf0bf49c0ff994aeff357f6e52140887bce30 (patch) | |
tree | 6965511cc5bbede09526c115d43fc1465f39f7de /src/gui/item_amount.cpp | |
parent | a1eb62126bae54557e03682cac70c8331e359e01 (diff) | |
download | mana-client-72daf0bf49c0ff994aeff357f6e52140887bce30.tar.gz mana-client-72daf0bf49c0ff994aeff357f6e52140887bce30.tar.bz2 mana-client-72daf0bf49c0ff994aeff357f6e52140887bce30.tar.xz mana-client-72daf0bf49c0ff994aeff357f6e52140887bce30.zip |
Added an image merge feature loosely based on a merge function found in
the open source project Wormux. To improve SDL performance, the number
of layers that are pushed out to the hardware or software buffers should
be reduced, which is where this function comes into play, as it combines
two surfaces together so that the number of blit operations is reduced.
This function is currently not used, but will be used once a good way to
link each of the target systems is determined so that it only initiates
when SDL is enabled, as well as making sure that each hook that uses
this function is benefiting from it sufficiently. At the moment, it's
suspected that the particle engine will likely be the most likely to
benefit from this function, followed by tile drawing, then sprite drawing.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/item_amount.cpp')
0 files changed, 0 insertions, 0 deletions