This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9689 - greylib pictureflow for greyscale targets
Attached to Project:
Rockbox
Opened by Andrew Mahone (Unhelpful) - Sunday, 21 December 2008, 06:00 GMT+2
Last edited by Andrew Mahone (Unhelpful) - Saturday, 17 January 2009, 01:38 GMT+2
Opened by Andrew Mahone (Unhelpful) - Sunday, 21 December 2008, 06:00 GMT+2
Last edited by Andrew Mahone (Unhelpful) - Saturday, 17 January 2009, 01:38 GMT+2
|
DetailsThis patch allows pictureflow to be used on greyscale (but not mono) targets using greylib, and the new greylib scaler. It requires the recent updates from
The tracklist and album view work exactly as on color targets, in greyscale. The greylib overlay is disabled in the config menu, as this does not rely on color. I have tested on Mini 2G and iPod 4G sims, as well as on iPod video sim (to verify color works correctly). |
This task depends upon
FS#9458 - resize bitmap on load with smooth scaling
FS#9683 - pluggable scaler output for greylib
View Dependency Graph
View Dependency Graph
Closed by Andrew Mahone (Unhelpful)
Saturday, 17 January 2009, 01:38 GMT+2
Reason for closing: Accepted
Additional comments about closing: this work was committed in r19598
Saturday, 17 January 2009, 01:38 GMT+2
Reason for closing: Accepted
Additional comments about closing: this work was committed in r19598
Reordered loops while creating reflection, so that some math can be moved out of the inner loop. Also made the scaling factor used for the reflection a constant, and of lower precision, to replace a 32x32->64 multiply with a ->32 one.