summaryrefslogtreecommitdiffstats
path: root/common/canvas_base.c
Commit message (Expand)AuthorAgeFilesLines
* libspice: add off screens supportIzik Eidus2010-04-031-142/+388
* Fix uninitilized memory read in stroke_fill_spans()Alexander Larsson2010-03-181-0/+3
* Use nearest scaling for DRAW_ALPHA_BLEND since this is what win32 needsAlexander Larsson2010-03-171-1/+1
* Fix up empty region checks in canvas operationsAlexander Larsson2010-03-171-9/+9
* Use the spice allocator in common/Alexander Larsson2010-03-111-8/+8
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-091-17/+6
* Move draw_rop3 to canvas_baseAlexander Larsson2010-03-081-0/+94
* Move canvas_draw_stroke to canvas_baseAlexander Larsson2010-03-081-0/+450
* Move most of the shared draw_xyz() methods from CairoCanvas to CanvasBaseAlexander Larsson2010-03-081-3/+821
* Move canvas_region and group_start/end to canvas_baseAlexander Larsson2010-03-081-1/+40
* Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson2010-03-081-8/+59
* Make virt mapping an interfaceAlexander Larsson2010-03-081-14/+7
* Make glz_decoder non-optional canvas_base in canvas constructorsAlexander Larsson2010-03-081-5/+8
* Make canvas Glz decoder integration nicerAlexander Larsson2010-03-081-7/+6
* Have only one copy of ROUND macro and cast to int explicitlyLarsson@.(none)2010-03-011-1/+1
* Remove last cairo use from canvas_baseAlexander Larsson2010-02-231-3/+0
* Remove cairo_t from cairo canvasAlexander Larsson2010-02-231-41/+0
* Remove unused cairo helper functionsAlexander Larsson2010-02-231-39/+0
* Convert cairo canvas to use pixman for draw_strokeAlexander Larsson2010-02-231-0/+17
* Convert cairo canvas draw_fill() to using pixmanAlexander Larsson2010-02-231-2/+36
* Add possibility to not invert bitmask in canvas_get_mask()Alexander Larsson2010-02-231-7/+13
* Use pixman_image_t instead of cairo_surface_t as the generic pixman containerAlexander Larsson2010-02-231-162/+161
* Turn image and palette cache into c style dynamic interfaceAlexander Larsson2010-02-231-31/+14
* Add pixman_image_t referencing the cairo_canvas bitsAlexander Larsson2010-02-231-0/+38
* Add emacs settings for indent according to spice styleguideAlexander Larsson2010-02-231-0/+1
* Use standard int types and <spice/types.h>Alexander Larsson2010-02-041-4/+4
* Use the new header namesAlexander Larsson2010-02-041-1/+1
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-116/+116
* spice: server: add memslots support.Izik Eidus2009-11-231-15/+23
* fresh startYaniv Kamay2009-10-141-0/+1617