-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 17394 b: refs/heads/master c: f17578d h: refs/heads/master v: v3
- Loading branch information
Linus Torvalds
committed
Jan 9, 2006
1 parent
1def6de
commit 4c08ea8
Showing
348 changed files
with
28,647 additions
and
7,046 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: cec418346e5a411e907293aba7cc21ac53c95834 | ||
refs/heads/master: f17578decc40df8fceff82b106582e30bdfb3189 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
0.62 | ||
==== | ||
|
||
- the vesafb parameter has been removed as I decided to allow the | ||
feature without any special parameter. | ||
|
||
- Cyblafb does not use the vga style of panning any longer, now the | ||
"right view" register in the graphics engine IO space is used. Without | ||
that change it was impossible to use all available memory, and without | ||
access to all available memory it is impossible to ywrap. | ||
|
||
- The imageblit function now uses hardware acceleration for all font | ||
widths. Hardware blitting across pixel column 2048 is broken in the | ||
cyberblade/i1 graphics core, but we work around that hardware bug. | ||
|
||
- modes with vxres != xres are supported now. | ||
|
||
- ywrap scrolling is supported now and the default. This is a big | ||
performance gain. | ||
|
||
- default video modes use vyres > yres and vxres > xres to allow | ||
almost optimal scrolling speed for normal and rotated screens | ||
|
||
- some features mainly usefull for debugging the upper layers of the | ||
framebuffer system have been added, have a look at the code | ||
|
||
- fixed: Oops after unloading cyblafb when reading /proc/io* | ||
|
||
- we work around some bugs of the higher framebuffer layers. |
Oops, something went wrong.