<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/splash/bmp, branch release/3.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>http://cgit.freebsd.org/src/atom?h=release%2F3.3.0_cvs</id>
<link rel='self' href='http://cgit.freebsd.org/src/atom?h=release%2F3.3.0_cvs'/>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<updated>1999-09-16T08:26:13Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-09-16T08:26:13Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-09-16T08:26:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5be28542797ac26e17de490f50e0830003596d38'/>
<id>urn:sha1:5be28542797ac26e17de490f50e0830003596d38</id>
<content type='text'>
'RELENG_3_3_0_RELEASE'.

This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<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='http://cgit.freebsd.org/src/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='http://cgit.freebsd.org/src/commit/?id=9c6c15a47004baf6802198b2aef07f478ffec504'/>
<id>urn:sha1:9c6c15a47004baf6802198b2aef07f478ffec504</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='http://cgit.freebsd.org/src/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='http://cgit.freebsd.org/src/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='http://cgit.freebsd.org/src/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='http://cgit.freebsd.org/src/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='http://cgit.freebsd.org/src/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='http://cgit.freebsd.org/src/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>
