Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / Documentation / fb / cyblafb / whatsnew
blob76c07a26e04436ee085910db0fbc0c7ad1d1e0a7
1 0.62
2 ====
4       - the vesafb parameter has been removed as I decided to allow the
5         feature without any special parameter.
7       - Cyblafb does not use the vga style of panning any longer, now the
8         "right view" register in the graphics engine IO space is used. Without
9         that change it was impossible to use all available memory, and without
10         access to all available memory it is impossible to ywrap.
12       - The imageblit function now uses hardware acceleration for all font
13         widths. Hardware blitting across pixel column 2048 is broken in the
14         cyberblade/i1 graphics core, but we work around that hardware bug.
16       - modes with vxres != xres are supported now.
18       - ywrap scrolling is supported now and the default. This is a big
19         performance gain.
21       - default video modes use vyres > yres and vxres > xres to allow
22         almost optimal scrolling speed for normal and rotated screens
24       - some features mainly usefull for debugging the upper layers of the
25         framebuffer system have been added, have a look at the code
27       - fixed: Oops after unloading cyblafb when reading /proc/io*
29       - we work around some bugs of the higher framebuffer layers.