Commit graph

6 commits

Author SHA1 Message Date
Ray Strode
26afb4089b Rename ply_video_buffer_destroy
I actually gave ply_video_buffer_destroy the name
ply_video_buffer_free when I implemented it, so rename it in the
header file.
2007-05-10 10:57:40 -04:00
root
c18d9ae474 Provide apis for writing to the framebuffer
These apis provide functionality for converting pixel data
into formats suitable for the framebuffer and for writing the
data to the framebuffer.  Eventually, we'll probably want to
use Soeren's pixman-turned-to-a-library library to do the pixel
conversion.
2007-05-10 09:38:04 -04:00
Ray Strode
b146685d9c Add disclaimer that the README contains stale information
The README file right now is just a copy of the Readme.txt
included in Kristian's old work on graphical boot.  This change
adds a disclaimer to that effect and link to the wiki page where
the future design is getting worked out.
2007-05-09 11:12:47 -04:00
Ray Strode
68ad65c3f6 Add stub implementation to main.c
Previously the very empty project didn't build because it didn't
contain a definition for main().  Add a stub implementation to
get things building
2007-05-08 17:57:15 -04:00
Ray Strode
f8fe7785f4 add autogenerated goo 2007-05-08 17:55:09 -04:00
Ray Strode
ee567aeb4e initial import 2007-05-08 17:48:00 -04:00