Knut Petersen | 9fa68ea | 2005-09-09 13:04:56 -0700 | [diff] [blame] | 1 | TODO / Missing features |
| 2 | ======================= |
| 3 | |
| 4 | Verify LCD stuff "stretch" and "center" options are |
| 5 | completely untested ... this code needs to be |
| 6 | verified. As I don't have access to such |
| 7 | hardware, please contact me if you are |
| 8 | willing run some tests. |
| 9 | |
| 10 | Interlaced video modes The reason that interleaved |
| 11 | modes are disabled is that I do not know |
| 12 | the meaning of the vertical interlace |
| 13 | parameter. Also the datasheet mentions a |
| 14 | bit d8 of a horizontal interlace parameter, |
| 15 | but nowhere the lower 8 bits. Please help |
| 16 | if you can. |
| 17 | |
| 18 | low-res double scan modes Who needs it? |
| 19 | |
| 20 | accelerated color blitting Who needs it? The console driver does use color |
| 21 | blitting for nothing but drawing the penguine, |
| 22 | everything else is done using color expanding |
| 23 | blitting of 1bpp character bitmaps. |
| 24 | |
| 25 | xpanning Who needs it? |
| 26 | |
| 27 | ioctls Who needs it? |
| 28 | |
| 29 | TV-out Will be done later |
| 30 | |
| 31 | ??? Feel free to contact me if you have any |
| 32 | feature requests |