summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fix the fading effect in the test caseRay Strode2007-05-112-20/+21
|
* some small random cleanupsRay Strode2007-05-111-3/+2
|
* rework framebuffer code to be more generalRay Strode2007-05-105-200/+676
| | | | add new ply-image apis for loading pngs
* add sample imageRay Strode2007-05-101-0/+0
|
* try a few things in vein to get OVER to work rightRay Strode2007-05-101-4/+5
|
* add updates pausing featureRay Strode2007-05-102-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 commitRay Strode2007-05-101-25/+16
|
* obey destination position in fill_with_argb32_dataRay Strode2007-05-102-11/+11
|
* Add alpha blending to video bufferRay Strode2007-05-101-17/+153
|
* fix wrong assertions in ply-video-bufferRay Strode2007-05-101-4/+4
|
* Revert last change and negate assertionRay Strode2007-05-101-5/+1
|
* Premultiply alpha on ply_video_buffer_fill_with_color functionRay Strode2007-05-101-0/+4
|
* Rename ply_video_buffer_destroyRay Strode2007-05-101-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 framebufferroot2007-05-102-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.cRay Strode2007-05-081-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 importRay Strode2007-05-082-0/+8