# HG changeset patch # User Sam Lantinga # Date 1186466667 0 # Node ID 18bca558f3a16f83bea8920c28039c5b780d86e9 # Parent 82a133b784c981ccfd5f2d189a757bd6b4109b20 Some thoughts on 1.3 video written down diff -r 82a133b784c9 -r 18bca558f3a1 NOTES --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NOTES Tue Aug 07 06:04:27 2007 +0000 @@ -0,0 +1,14 @@ + +Sam - Mon Aug 6 23:02:37 PDT 2007 +------ +Add color modulation to blitting +Blit convert format X -> format Y (needed for texture upload) +Blit copy / blend / modulate format X -> format X (needed for software renderer) + +Create full software renderer for framebuffer interfaces. + +Create texture for surface, keep surface around as pixel source, allow +copying / blending / modulating from surface to display (automatically +generate texture?) + +At that point, should anyone be using anything besides textures for display?