Ray Strode [Thu, 10 May 2007 19:39:05 +0000 (15:39 -0400)]
add updates pausing feature
In order to prevent flicker, there are two new apis
pause and unpause, that prevent and cause respectively
updates from getting flushed to the card.
This commit also has a few fixes for compositing. It
still isn't working like it should be however.
Ray Strode [Thu, 10 May 2007 14:57:40 +0000 (10:57 -0400)]
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.
root [Thu, 10 May 2007 13:38:04 +0000 (09:38 -0400)]
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.
Ray Strode [Wed, 9 May 2007 15:12:47 +0000 (11:12 -0400)]
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.
Ray Strode [Tue, 8 May 2007 21:57:15 +0000 (17:57 -0400)]
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