From 914bd77a6a8448b7eabab7337075ae2198401414 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 7 Aug 2007 06:04:27 +0000 Subject: [PATCH] Some thoughts on 1.3 video written down --- NOTES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 NOTES diff --git a/NOTES b/NOTES new file mode 100644 index 000000000..30a6dca74 --- /dev/null +++ b/NOTES @@ -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?