diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2007-05-09 17:17:25 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2007-05-10 10:24:47 -0600 |
commit | 022a106b38693d2d705e8c15ad84c18832fa2e8c (patch) | |
tree | 54e8ee9ebdb39200680af602048f9fbc749e1489 /TODO | |
parent | 37719011a020eafc9a6848025f3e07219c2f5444 (diff) |
Documentation cleanups
Rework the readme, and delete the now woefully out of date man pages.
Also update the TODO file with more interesting information.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 36 |
1 files changed, 14 insertions, 22 deletions
@@ -1,27 +1,19 @@ -This is the list of things that need to be done +General: -=== LX driver === +* Add automagic probing of the fb driver (for memory size) +* Write the man page -CORE: -* Compression is pretty much hosed -* Artifacts are on the screen - they are probably render related -* Screen panning -* VT switching causes instablity +GX: -MOUSE: -* Mouse is munged in 24bpp mode +* Fix the options so they are sane (i.e eliminate one of SWCursor or HWCursor) +* TV support +* Fix the rotate text strings (CCW?) +* Whitespace / indenting +* Don't crash when rotating when playing video -EXA: -* Support a8 as a source or destination (?) -* Convert masks with an alpha chanel to a8 and a4 masks (?) -* Support multiple pass operations when a mask is enabled -* See if we can figure out a way to set the correct alpha when the source - format doesn't have an alpha channel but the destination does -* Handle masks when the source isn't 1x1 -* Rendercheck still has many failures -* We assume that the destination buffer fits in the scratch buffer during - a multipass operation - -VIDEO: -* Support rotated video (rotate the YUV source) +LX: +* Fix the options so they are sane +* TV support (VOP) +* Rotated video +* ARGB cursor |