TFB_FlushGraphics tracks smallest required rectangle to update or rescale

A partial version of only updating the smallest rectangle possible has
been implemented for no scaling and for ScaleNearest.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@618 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-01-30 21:24:51 +00:00
parent 3e5aad5001
commit b278956958
8 changed files with 216 additions and 26 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.2:
- TFB_FlushGraphics keeps track of smallest bounding box that requires
updating, allowing for faster scaling
- Added a TFB_Canvas data buffer to let TFB_Image be more accessible
- Added new graphics primitives
- Added 'smooth' scolling for ff, frev (similar to the 3DO) - PhracturedBlue