| Commit message (Collapse) | Author |
|
|
|
This works for CARDS.DLL but might not for other things. We'll see.
|
|
|
|
Still not vsync (seems like a newer DRM-fbdev implementation handles
FBIO_WAITFORVSYNC but my kernel doesn't), but avoids flicker from
clearing to black for each frame.
|
|
Specifies how many bits for each of "alpha" (ignored), red, green, blue.
Separates byte-order and bit-order. Much more flexible, but now won't
render CARDS.DLL graphics properly due to the skip bit being not where
it expects.
Also mmaps the file instead of reading it all in. And the default
palette and sampling got removed again for now, since it's too awkward
to use.
|
|
This handles upside-down graphics much better than reverse did.
|
|
|
|
Would not draw the last partially visible column when mirrored.
|
|
|
|
|
|
|
|
By stopping when the next column would be off the edge of the buffer.
|
|
|
|
|
|
|
|
White is not obvious enough.
|
|
|
|
Replace default palette with alternating black and white.
|
|
|
|
|
|
|
| 2007-02-05 | cgit v0.2 | Lars Hjemli |
| 2007-02-05 | Add support for prefix and gitsrc arguments to 'make' | Lars Hjemli |
| 2007-02-04 | Update cgitrc template | Lars Hjemli |
| 2007-02-04 | Add support for lightweight tags | Lars Hjemli |
| 2007-02-04 | Read repo-info from /etc/cgitrc | Lars Hjemli |
| 2007-02-04 | Do not die if tag has no message | Lars Hjemli |
| 2007-02-03 | Fix search for non-virtual urls | Lars Hjemli |
| 2007-01-28 | Update README with install/config information | Lars Hjemli |