summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface-render.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-23xcb: Make work with removal of data/strideBenjamin Otte1-11/+11
2010-04-15xcb: Make code not complain about every new formatBenjamin Otte1-28/+18
2010-04-11xcb: Use normal finish to decouple from surface cache.Chris Wilson1-30/+27
2010-03-30Silence enumeration warnings following addition of RGB16_565Chris Wilson1-0/+5
2010-03-30xcb: Cache whether we have already check a glyph for size.Chris Wilson1-0/+10
2010-03-24xcb: Ensure that we own the glyph cache before use.Chris Wilson1-9/+29
2010-03-23xcb: Free traps after conversion from boxes.Chris Wilson1-3/+6
2010-03-23xcb: Destroy reference to clip surface after use.Chris Wilson1-0/+3
2010-03-23xcb: Fix leak of clip rectangle during show-glyphs.Chris Wilson1-9/+6
2010-03-22xcb: Destroy reference to local source picture in show-glyphs.Chris Wilson1-3/+11
2010-03-22image: Special case wholly unbounded fixups.Chris Wilson1-27/+35
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-0/+3
2010-02-23image: split cairo_image_surface_coerce()Benjamin Otte1-17/+4
2010-02-12clip: Avoiding derefencing NULL clip_regionChris Wilson1-12/+14
2010-02-12clip: Restrict composite extents to clip extentsChris Wilson1-58/+20
2010-01-25xcb: Make shm optionalChris Wilson1-0/+2
2010-01-22xcb: Refresh.Chris Wilson1-0/+4471