summaryrefslogtreecommitdiffstats
path: root/src/libply/ply-frame-buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix added whitespace error.Peter Jones2008-06-121-1/+1
* Add some tracing for the device query/mode verification code.Peter Jones2008-06-121-2/+38
* Make a very slight attempt at getting a reasonable video mode, and fail if we...Peter Jones2008-06-111-31/+42
* Check for truecolor in a more direct wayRay Strode2008-06-101-6/+14
* Bail if framebuffer is in pseudocolor modeRay Strode2008-06-101-0/+13
* Reintroduce fix from eddf693c9ba1efd5fcc4af7ec03a2c3386d4b649Ray Strode2008-06-021-2/+2
* Add back a FIXME back to the gradient codeRay Strode2008-06-021-0/+8
* Add some comments and macros to krh's nifty new gradient codeRay Strode2008-06-021-12/+56
* Change color stops in fade-in gradientKristian Høgsberg2008-06-021-23/+24
* Implement gradient support for ply-frame-buffer.Kristian Høgsberg2008-06-021-0/+57
* add new function ply_frame_buffer_fill_with_hex_color_at_opacityRay Strode2008-05-301-3/+14
* Add new function ply_frame_buffer_fill_with_hex_colorRay Strode2008-05-301-0/+43
* Fix bug in union and intersection functionsRay Strode2008-05-291-0/+24
* Add an optimization for full width fills on some hardwareRay Strode2008-05-291-0/+6
* Drop defunct prototype for ply_frame_buffer_copy_to_deviceRay Strode2008-05-291-5/+0
* Hook up xrgb32 flush function.Kristian Høgsberg2008-05-291-1/+28
* Do the shadow buffer to frame buffer copy through a function pointer.Kristian Høgsberg2008-05-291-49/+46
* Random spacing clean upsRay Strode2008-05-281-7/+10
* Compute correct offset when copying from shadow buffer to frame bufferRay Strode2008-05-281-2/+2
* Fix same bug in ply_frame_buffer_area_intersect().Kristian Høgsberg2008-05-231-51/+28
* Factor out area union code from ply_frame_buffer_add_area_to_flush_area.Kristian Høgsberg2008-05-231-21/+28
* Fix bug in area union code.Kristian Høgsberg2008-05-231-10/+18
* Copy a row at a time to the card instead of a pixel at a timeRay Strode2007-12-131-9/+17
* Apply patch from Peter Jones to fix video on systems with row stride differen...Ray Strode2007-12-111-23/+23
* when copying an image to the frame buffer always read from the original width,Ray Strode2007-06-111-1/+1
* clean up the frame buffer fill apis to not ask for the width andRay Strode2007-06-081-23/+17
* make the new frame buffer area cropping function actually workRay Strode2007-06-081-2/+12
* disable partial screen updates for now, because I think it might be buggyRay Strode2007-06-071-0/+8
* union the flush areas in the frame buffer more correctly,Ray Strode2007-06-071-10/+44
* split the common code off into libply and move things to separate directoriesRay Strode2007-06-061-0/+724