<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/modules/splash, branch release/3.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-08-29T16:33:42Z</updated>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T16:33:42Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T16:33:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c4f617ca01b475bdf034553dfe123deeb1589899'/>
<id>urn:sha1:c4f617ca01b475bdf034553dfe123deeb1589899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: print verbose messages when there is error.</title>
<updated>1999-06-16T14:05:20Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-06-16T14:05:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c6c15a47004baf6802198b2aef07f478ffec504'/>
<id>urn:sha1:9c6c15a47004baf6802198b2aef07f478ffec504</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: PCX decoder</title>
<updated>1999-04-17T19:32:01Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>1999-04-17T19:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=056338ca0208b41711a2b8b522f5e4f8bdb28907'/>
<id>urn:sha1:056338ca0208b41711a2b8b522f5e4f8bdb28907</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-04-15T13:40:44Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-04-15T13:40:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=34d443c011b0f1b7d6b810cb2d99d9a5ac3a3d27'/>
<id>urn:sha1:34d443c011b0f1b7d6b810cb2d99d9a5ac3a3d27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Make the splash screen alternate "fade out" and "fade in" action at</title>
<updated>1999-03-29T15:15:21Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-03-29T15:15:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c4d10618b7b46116bed73adc9ec58c2d88f4f570'/>
<id>urn:sha1:c4d10618b7b46116bed73adc9ec58c2d88f4f570</id>
<content type='text'>
regular intervals, when the module is used as a screen saver (rev. 1.7).
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>1999-02-07T03:03:29Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-02-07T03:03:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1d4498286b83cf040024ab91da0ccdac26d9de2b'/>
<id>urn:sha1:1d4498286b83cf040024ab91da0ccdac26d9de2b</id>
<content type='text'>
- Don't assume the line length in the video memory is always the same as
  the screen width.
- Store the current video mode information in the `video_adapter' struct.
- The size of the `v_offscreensize' field in the VESA mode information
  block is u_int16, not u_int8.

Oked by: jkh
</content>
</entry>
<entry>
<title>MFC: use VESA modes if available (rev 1.4, 1.5).</title>
<updated>1999-01-31T12:47:38Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-01-31T12:47:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c89d9c1212f66456bdb2a60fa07572efeacd3166'/>
<id>urn:sha1:c89d9c1212f66456bdb2a60fa07572efeacd3166</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Calculate the number of bitmap colors in the correct way.</title>
<updated>1999-01-13T09:59:30Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-01-13T09:59:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=15401862e4840ddf83f91b25f31f7c4fcc7a81e4'/>
<id>urn:sha1:15401862e4840ddf83f91b25f31f7c4fcc7a81e4</id>
<content type='text'>
The bug found by: Kevin Street &lt;street@iname.com&gt;
</content>
</entry>
<entry>
<title>Update the pointer into the bitmap correctly.  The previous code</title>
<updated>1999-01-11T17:32:22Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-01-11T17:32:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=61329bcee456644886c80315f35e38692bf43844'/>
<id>urn:sha1:61329bcee456644886c80315f35e38692bf43844</id>
<content type='text'>
had the pointer off by 4 bytes if the width of the bitmap is
a multiple of four.
</content>
</entry>
<entry>
<title>Add splash screen module.  This version has rather limited</title>
<updated>1999-01-11T03:34:56Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-01-11T03:34:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1243dad08d5236196c2f60b93cce958fd8c5d9a6'/>
<id>urn:sha1:1243dad08d5236196c2f60b93cce958fd8c5d9a6</id>
<content type='text'>
capabilities, but should be a good start... Well, sort of.

It can handle W*ndows 256 color BMP file.  (Other color depth probably
won't work.) The size of the image must be 320x200 or less.  *sigh*
</content>
</entry>
</feed>
