summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2010-12-01TODO: Multiple roundtrips for image processing due to get_pixel fixedChris Wilson1-1/+0
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-12-01Split out printing the results from eval_diff()Chris Wilson1-2/+0
Separate the evalation of two colors given a format and the printing of the result. This allows eval_diff() to be used elsewhere and also means that we do not need to waste cycles generating unused strings for eval_diff() [this accounts for as much time as composite_op!]. As part of this process pass in the expected accuracy of the operation to eval_diff(). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2006-04-21Update TODO list.Eric Anholt1-2/+0
2006-04-20Add a short doc on the things to do when adding a new test. Move TODO into theEric Anholt2-0/+19
doc dir as well. Also, update README for the new tests.