summaryrefslogtreecommitdiff
path: root/src/cairo_glitz_surface.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-06Fix gradient acceleration in glitz backendDavid Reveman1-27/+49
2005-03-04Fix accidental reversal of condition in previous patch.Carl Worth1-1/+1
2005-03-04src/cairoint.h src/cairo_pattern.c src/cairo_glitz_surface.c: Add _cairo_patt...Owen Taylor1-5/+23
2005-03-03Add more mask surface acceleration to glitz backendDavid Reveman1-9/+92
2005-03-03Pass mask to composite operation as patternDavid Reveman1-39/+87
2005-03-03Removed surface backend functions set_matrix, set_filter and set_repeatDavid Reveman1-21/+3
2005-03-03Major update to glitz backendDavid Reveman1-461/+636
2005-01-27Fold _cairo_pattern_get_image into _cairo_pattern_get_surface and make sure w...Kristian Høgsberg1-4/+6
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-424/+403
2005-01-25Update mail addressDavid Reveman1-1/+1
2005-01-25Track changes to glitzDavid Reveman1-37/+30
2005-01-20Track various renamings.Carl Worth1-0/+1
2005-01-13Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cair...Carl Worth1-2/+2
2005-01-11Fix math library detection to use autotools helperKeith Packard1-0/+1
2004-11-03Tracking changes to glitzDavid Reveman1-72/+155
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-10-08Add cairo_cache.cGraydon Hoare1-1/+2
2004-10-04Do not use VBOs and PBOs for immediate mode drawingDavid Reveman1-63/+55
2004-09-19Important fixes to glitz format handlingDavid Reveman1-9/+20
2004-09-15Improved format handling, pixel transfers and gradientsDavid Reveman1-26/+48
2004-09-12Get pixel masks from pixman image formatDavid Reveman1-16/+11
2004-09-12cairo_surface_t pointer to cairo_surface_set_repeatDavid Reveman1-1/+1
2004-09-11Pickup repeat setting when cloning surfaceDavid Reveman1-0/+2
2004-09-11Tracking color stop coordinate changes to glitz's gradient filtersDavid Reveman1-2/+2
2004-09-11Replaced the gl backend with the new glitz backendDavid Reveman1-0/+907