summaryrefslogtreecommitdiff
path: root/src/cairo-glitz-surface.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-22Glitz: fix a potential use after free bug in _cairo_glitz_surface_old_show_gl...Jinghua Luo1-2/+2
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-1/+1
2006-11-22Replace existing rounding code with _cairo_lroundDaniel Amelang1-2/+2
2006-11-06glitz: fix a memory leak in _cairo_glitz_surface_composite_trapezoids.Jinghua Luo1-0/+2
2006-10-25glitz: further fix for clone_similar.Jinghua Luo1-2/+17
2006-10-22glitz: my previous changes in _cairo_glitz_surface_create_similar isJinghua Luo1-1/+1
2006-10-21glitz: don't go fackback path for bitmap glyphs.Jinghua Luo1-0/+4
2006-10-21glitz: fix test case glyph-cache-pressure.Jinghua Luo1-32/+15
2006-10-21glitz: fix for clone similar.Jinghua Luo1-8/+12
2006-10-21glitz: fix a crash in _cairo_glitz_surface_get_image.Jinghua Luo1-4/+11
2006-10-18Add extents to clone_similar (fixing subimage_copy performance bug)Christopher (Monty) Montgomery1-8/+22
2006-10-08[slim] hide cairo_glitz_surface_create() (#8551)Behdad Esfahbod1-0/+2
2006-07-06Ignore color for CAIRO_OPERATOR_CLEAR in glitz backend.David Reveman1-6/+11
2006-06-10Change {x,y}_device_offset values to a device_transform matrix.Carl Worth1-4/+4
2006-06-09Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...Carl Worth1-4/+4
2006-06-08glitz: Don't hardcode content type when initializing cairo surfaceJinghua Luo1-3/+20
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-8/+8
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-1/+3
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-21/+21
2006-04-19Use calloc rather than malloc+memsetChristian Biesinger1-3/+1
2006-03-09Complete the CAIRO_PATTERN_TYPE renamingMart Raudsepp1-7/+7
2006-02-27Implement cairo_surface_get_typeCarl Worth1-0/+1
2006-01-05Update gradient code in glitz backendDavid Reveman1-15/+15
2006-01-03Clamp surface dimensions to a minimum of 1. (_cairo_glitz_surface_get_image):...Vladimir Vukicevic1-2/+28
2005-12-05glitz backend gradient fixDavid Reveman1-3/+3
2005-12-04More updates to track latest changes to glitzDavid Reveman1-0/+3
2005-11-29Track changes to glitzDavid Reveman1-44/+24
2005-11-04Rework support in the surface backend for the five basic drawing operations (...Carl Worth1-1/+0
2005-11-01Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.Carl Worth1-13/+13
2005-10-10Call it CAIRO_EXTEND_PAD instead of CAIRO_EXTEND_NEAREST.Billy Biggs1-1/+1
2005-10-09Add a "nearest" extend mode, where the closest pixel is repeated for pixels o...Billy Biggs1-1/+4
2005-09-19Add missing break to switch statementDavid Reveman1-0/+1
2005-09-14Change Carl's comment about saturate operatorDavid Reveman1-6/+7
2005-09-14White-space cleanups to glitz backendDavid Reveman1-98/+102
2005-09-14Track changes to glitz and update glyph caching in glitz backendDavid Reveman1-350/+325
2005-08-10Additional fix for 0-width/0-height glyphs.Vladimir Vukicevic1-4/+2
2005-08-09Don't crash on 0-width or 0-height glyphs; also correctly initialize entry->k...Vladimir Vukicevic1-2/+33
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs1-0/+1
2005-08-04Change *_reference() functions to return the object being referenced.Kristian Høgsberg1-2/+1
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-8/+8
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-25/+38
2005-07-25Replace all occurences of refcount with ref_count.Carl Worth1-5/+5
2005-07-21Fix empty glyph issue in glitz backendDavid Reveman1-3/+6
2005-07-21Finally grepped through and fixed up the last remaining calls to cairo_patter...Carl Worth1-23/+33
2005-07-08Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth1-19/+22
2005-07-04Use frame buffer objects for accelerated offscreen drawing in glitz backendDavid Reveman1-94/+62
2005-06-17Remove matrix, filter and repeat from the cairo_surface_t struct.Kristian Høgsberg1-3/+0
2005-06-14Implement path clipping and refactor _cairo_gstate_clip() out in three differ...Kristian Høgsberg1-0/+1
2005-06-14Remove Boolean 'drawable' parameter from the create_similar surface backend f...Carl Worth1-5/+4