| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix the fading effect in the test case | Ray Strode | 2007-05-11 | 2 | -20/+21 | |
| | | ||||||
| * | some small random cleanups | Ray Strode | 2007-05-11 | 1 | -3/+2 | |
| | | ||||||
| * | rework framebuffer code to be more general | Ray Strode | 2007-05-10 | 5 | -200/+676 | |
| | | | | | add new ply-image apis for loading pngs | |||||
| * | add sample image | Ray Strode | 2007-05-10 | 1 | -0/+0 | |
| | | ||||||
| * | try a few things in vein to get OVER to work right | Ray Strode | 2007-05-10 | 1 | -4/+5 | |
| | | ||||||
| * | add updates pausing feature | Ray Strode | 2007-05-10 | 2 | -13/+46 | |
| | | | | | | | | | | 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. | |||||
| * | fix some problems in the previous commit | Ray Strode | 2007-05-10 | 1 | -25/+16 | |
| | | ||||||
| * | obey destination position in fill_with_argb32_data | Ray Strode | 2007-05-10 | 2 | -11/+11 | |
| | | ||||||
| * | Add alpha blending to video buffer | Ray Strode | 2007-05-10 | 1 | -17/+153 | |
| | | ||||||
| * | fix wrong assertions in ply-video-buffer | Ray Strode | 2007-05-10 | 1 | -4/+4 | |
| | | ||||||
| * | Revert last change and negate assertion | Ray Strode | 2007-05-10 | 1 | -5/+1 | |
| | | ||||||
| * | Premultiply alpha on ply_video_buffer_fill_with_color function | Ray Strode | 2007-05-10 | 1 | -0/+4 | |
| | | ||||||
| * | Rename ply_video_buffer_destroy | Ray Strode | 2007-05-10 | 1 | -1/+1 | |
| | | | | | | | I actually gave ply_video_buffer_destroy the name ply_video_buffer_free when I implemented it, so rename it in the header file. | |||||
| * | Provide apis for writing to the framebuffer | root | 2007-05-10 | 2 | -0/+676 | |
| | | | | | | | | | 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. | |||||
| * | Add stub implementation to main.c | Ray Strode | 2007-05-08 | 1 | -0/+29 | |
| | | | | | | | 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 | |||||
| * | initial import | Ray Strode | 2007-05-08 | 2 | -0/+8 | |
