diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-01 14:19:04 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-01 14:19:04 -0400 |
commit | 9d27e31dca8e0bddbf82ef2f19064160cff3a59e (patch) | |
tree | 887e39b40c21ae345a6612d9de58ef0afe5ab1e3 /src | |
parent | bcf3514b99431b6935ea568b59d94f266ccd7aeb (diff) | |
download | xorg-driver-xf86-video-vesa-9d27e31dca8e0bddbf82ef2f19064160cff3a59e.tar.gz |
Add a TODO list.
Diffstat (limited to 'src')
-rw-r--r-- | src/vesa.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -31,6 +31,14 @@ * Adam Jackson <ajax@redhat.com> */ +/* + * TODO: + * - PanelID might give us useful size hints. + * - Port to RANDR 1.2 setup to make mode selection slightly better + * - Port to RANDR 1.2 to drop the old-school DGA junk + * - VBE/SCI for secondary DDC method? + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif |