summaryrefslogtreecommitdiff
path: root/src/surface/ram.c
Commit message (Collapse)AuthorAgeFilesLines
* fix unchecked heap allocation returnsVincent Sanders2017-10-151-4/+33
| | | | | | | Alastair Hughes provided a patch in the bug tracker which I based this implementation upon. Closes: #2553
* Improve API to allow for RAM surfaces instead of direct blittingVincent Sanders2011-11-211-11/+60
| | | | | | | | Improve and update tests Fix RAM surface Fix VNC surface svn path=/trunk/libnsfb/; revision=13158
* start improvements in surface handlingVincent Sanders2010-04-261-0/+59
add X surface handler (need to address the speed issues) svn path=/trunk/libnsfb/; revision=10485