author | Sam Lantinga |
Tue, 07 Aug 2007 06:04:27 +0000 | |
changeset 2217 | 18bca558f3a1 |
child 2218 | 6cc82cad8b77 |
permissions | -rw-r--r-- |
slouken@2217 | 1 |
|
slouken@2217 | 2 |
Sam - Mon Aug 6 23:02:37 PDT 2007 |
slouken@2217 | 3 |
------ |
slouken@2217 | 4 |
Add color modulation to blitting |
slouken@2217 | 5 |
Blit convert format X -> format Y (needed for texture upload) |
slouken@2217 | 6 |
Blit copy / blend / modulate format X -> format X (needed for software renderer) |
slouken@2217 | 7 |
|
slouken@2217 | 8 |
Create full software renderer for framebuffer interfaces. |
slouken@2217 | 9 |
|
slouken@2217 | 10 |
Create texture for surface, keep surface around as pixel source, allow |
slouken@2217 | 11 |
copying / blending / modulating from surface to display (automatically |
slouken@2217 | 12 |
generate texture?) |
slouken@2217 | 13 |
|
slouken@2217 | 14 |
At that point, should anyone be using anything besides textures for display? |