summaryrefslogtreecommitdiff
path: root/common/gl_canvas.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2011-05-03autotools: correctly build canvas-related codeChristophe Fergeau1-1/+4
2011-05-02use foo(void) instead of foo() in prototypesChristophe Fergeau1-1/+1
2010-07-08Fix various misspellingsAlexander Larsson1-1/+1
2010-07-07Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann1-6/+0
2010-07-05Convert SpicePath.segments to a pointer arrayAlexander Larsson1-7/+5
2010-07-01Update for the SpicePath.segments type changeAlexander Larsson1-1/+1
2010-06-30Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson1-1/+1
2010-06-30Store SpicePath segment count rather than sizeAlexander Larsson1-6/+4
2010-06-30qxl-abi: handle clip rect and path references.Gerd Hoffmann1-10/+8
2010-06-29qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann1-2/+2
2010-06-29qxl abi: parse QXLOpaque.Gerd Hoffmann1-2/+2
2010-06-29qxl abi: parse QXLFill.Gerd Hoffmann1-1/+1
2010-06-24Remove support for clip by pathAlexander Larsson1-6/+0
2010-06-21applying zlib compression over glz on WAN connectionYonit Halperin1-0/+2
2010-06-18Client: Use the autogenerated demarshallersAlexander Larsson1-15/+0
2010-06-17There are multiple line attribute flags enums, use only oneAlexander Larsson1-2/+2
2010-06-09JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin1-0/+2
2010-05-21Fix spelling errors in comments and stringsAlexander Larsson1-1/+1
2010-05-03Remove all mentions of "cairo" from the codeAlexander Larsson1-7/+7
2010-04-23Make each surface its own depth/formatAlexander Larsson1-8/+8
2010-04-23Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson1-2/+2
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-9/+9
2010-04-03libspice: add off screens supportIzik Eidus1-0/+2
2010-03-11Use the spice allocator in common/Alexander Larsson1-5/+5
2010-03-08Move canvas_region and group_start/end to canvas_baseAlexander Larsson1-1/+6
2010-03-08Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson1-47/+89
2010-03-08Make virt mapping an interfaceAlexander Larsson1-7/+2
2010-03-08Make glz_decoder non-optional canvas_base in canvas constructorsAlexander Larsson1-6/+1
2010-03-08Make canvas Glz decoder integration nicerAlexander Larsson1-3/+2
2010-02-23Replace custom region implementation with pixman_region32_tAlexander Larsson1-9/+26
2010-02-23Add possibility to not invert bitmask in canvas_get_mask()Alexander Larsson1-1/+1
2010-02-23Use pixman_image_t instead of cairo_surface_t as the generic pixman containerAlexander Larsson1-86/+85
2010-02-23Turn image and palette cache into c style dynamic interfaceAlexander Larsson1-20/+6
2010-02-23Add emacs settings for indent according to spice styleguideAlexander Larsson1-0/+1
2010-02-04Use standard int types and <spice/types.h>Alexander Larsson1-1/+1
2010-02-04Rename symbols that were changed in spice-protocolAlexander Larsson1-73/+73
2009-11-23spice: server: add memslots support.Izik Eidus1-10/+14
2009-10-14fresh startYaniv Kamay1-0/+886