]> git.ipfire.org Git - thirdparty/plymouth.git/log
thirdparty/plymouth.git
18 years agoHide cursor in image demo
Ray Strode [Sat, 12 May 2007 03:40:51 +0000 (23:40 -0400)] 
Hide cursor in image demo
previously the image demo would have a little blinking cursor
in the corner that would get in the way.  remove it.

18 years agofix the fading effect in the test case
Ray Strode [Sat, 12 May 2007 02:29:03 +0000 (22:29 -0400)] 
fix the fading effect in the test case

18 years agosome small random cleanups
Ray Strode [Fri, 11 May 2007 21:19:52 +0000 (17:19 -0400)] 
some small random cleanups

18 years agorework framebuffer code to be more general
Ray Strode [Fri, 11 May 2007 03:33:59 +0000 (23:33 -0400)] 
rework framebuffer code to be more general
add new ply-image apis for loading pngs

18 years agoadd sample image
Ray Strode [Thu, 10 May 2007 20:08:01 +0000 (16:08 -0400)] 
add sample image

18 years agotry a few things in vein to get OVER to work right
Ray Strode [Thu, 10 May 2007 20:07:47 +0000 (16:07 -0400)] 
try a few things in vein to get OVER to work right

18 years agoadd updates pausing feature
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.

18 years agofix some problems in the previous commit
Ray Strode [Thu, 10 May 2007 17:53:44 +0000 (13:53 -0400)] 
fix some problems in the previous commit

18 years agoobey destination position in fill_with_argb32_data
Ray Strode [Thu, 10 May 2007 16:34:52 +0000 (12:34 -0400)] 
obey destination position in fill_with_argb32_data

18 years agoAdd alpha blending to video buffer
Ray Strode [Thu, 10 May 2007 16:26:34 +0000 (12:26 -0400)] 
Add alpha blending to video buffer

18 years agofix wrong assertions in ply-video-buffer
Ray Strode [Thu, 10 May 2007 15:39:18 +0000 (11:39 -0400)] 
fix wrong assertions in ply-video-buffer

18 years agoRevert last change and negate assertion
Ray Strode [Thu, 10 May 2007 15:37:35 +0000 (11:37 -0400)] 
Revert last change and negate assertion

18 years agoPremultiply alpha on ply_video_buffer_fill_with_color function
Ray Strode [Thu, 10 May 2007 15:13:02 +0000 (11:13 -0400)] 
Premultiply alpha on ply_video_buffer_fill_with_color function

18 years agoRename ply_video_buffer_destroy
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.

18 years agoProvide apis for writing to the framebuffer
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.

18 years agoAdd disclaimer that the README contains stale information
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.

18 years agoAdd stub implementation to main.c
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

18 years agoadd autogenerated goo
Ray Strode [Tue, 8 May 2007 21:55:09 +0000 (17:55 -0400)] 
add autogenerated goo

18 years agoinitial import
Ray Strode [Tue, 8 May 2007 21:48:00 +0000 (17:48 -0400)] 
initial import