index
:
plymouth.git
master
Unnamed repository; edit this file to name it for gitweb.
Casey Dahlin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libply
/
ply-frame-buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix added whitespace error.
Peter Jones
2008-06-12
1
-1
/
+1
*
Add some tracing for the device query/mode verification code.
Peter Jones
2008-06-12
1
-2
/
+38
*
Make a very slight attempt at getting a reasonable video mode, and fail if we...
Peter Jones
2008-06-11
1
-31
/
+42
*
Check for truecolor in a more direct way
Ray Strode
2008-06-10
1
-6
/
+14
*
Bail if framebuffer is in pseudocolor mode
Ray Strode
2008-06-10
1
-0
/
+13
*
Reintroduce fix from eddf693c9ba1efd5fcc4af7ec03a2c3386d4b649
Ray Strode
2008-06-02
1
-2
/
+2
*
Add back a FIXME back to the gradient code
Ray Strode
2008-06-02
1
-0
/
+8
*
Add some comments and macros to krh's nifty new gradient code
Ray Strode
2008-06-02
1
-12
/
+56
*
Change color stops in fade-in gradient
Kristian Høgsberg
2008-06-02
1
-23
/
+24
*
Implement gradient support for ply-frame-buffer.
Kristian Høgsberg
2008-06-02
1
-0
/
+57
*
add new function ply_frame_buffer_fill_with_hex_color_at_opacity
Ray Strode
2008-05-30
1
-3
/
+14
*
Add new function ply_frame_buffer_fill_with_hex_color
Ray Strode
2008-05-30
1
-0
/
+43
*
Fix bug in union and intersection functions
Ray Strode
2008-05-29
1
-0
/
+24
*
Add an optimization for full width fills on some hardware
Ray Strode
2008-05-29
1
-0
/
+6
*
Drop defunct prototype for ply_frame_buffer_copy_to_device
Ray Strode
2008-05-29
1
-5
/
+0
*
Hook up xrgb32 flush function.
Kristian Høgsberg
2008-05-29
1
-1
/
+28
*
Do the shadow buffer to frame buffer copy through a function pointer.
Kristian Høgsberg
2008-05-29
1
-49
/
+46
*
Random spacing clean ups
Ray Strode
2008-05-28
1
-7
/
+10
*
Compute correct offset when copying from shadow buffer to frame buffer
Ray Strode
2008-05-28
1
-2
/
+2
*
Fix same bug in ply_frame_buffer_area_intersect().
Kristian Høgsberg
2008-05-23
1
-51
/
+28
*
Factor out area union code from ply_frame_buffer_add_area_to_flush_area.
Kristian Høgsberg
2008-05-23
1
-21
/
+28
*
Fix bug in area union code.
Kristian Høgsberg
2008-05-23
1
-10
/
+18
*
Copy a row at a time to the card instead of a pixel at a time
Ray Strode
2007-12-13
1
-9
/
+17
*
Apply patch from Peter Jones to fix video on systems with row stride differen...
Ray Strode
2007-12-11
1
-23
/
+23
*
when copying an image to the frame buffer always read from the original width,
Ray Strode
2007-06-11
1
-1
/
+1
*
clean up the frame buffer fill apis to not ask for the width and
Ray Strode
2007-06-08
1
-23
/
+17
*
make the new frame buffer area cropping function actually work
Ray Strode
2007-06-08
1
-2
/
+12
*
disable partial screen updates for now, because I think it might be buggy
Ray Strode
2007-06-07
1
-0
/
+8
*
union the flush areas in the frame buffer more correctly,
Ray Strode
2007-06-07
1
-10
/
+44
*
split the common code off into libply and move things to separate directories
Ray Strode
2007-06-06
1
-0
/
+724