summaryrefslogtreecommitdiffstats
path: root/common/gl_canvas.c
Commit message (Expand)AuthorAgeFilesLines
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* autotools: correctly build canvas-related codeChristophe Fergeau2011-05-031-1/+4
* use foo(void) instead of foo() in prototypesChristophe Fergeau2011-05-021-1/+1
* Fix various misspellingsAlexander Larsson2010-07-081-1/+1
* Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann2010-07-071-6/+0
* Convert SpicePath.segments to a pointer arrayAlexander Larsson2010-07-051-7/+5
* Update for the SpicePath.segments type changeAlexander Larsson2010-07-011-1/+1
* Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2010-06-301-1/+1
* Store SpicePath segment count rather than sizeAlexander Larsson2010-06-301-6/+4
* qxl-abi: handle clip rect and path references.Gerd Hoffmann2010-06-301-10/+8
* qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann2010-06-291-2/+2
* qxl abi: parse QXLOpaque.Gerd Hoffmann2010-06-291-2/+2
* qxl abi: parse QXLFill.Gerd Hoffmann2010-06-291-1/+1
* Remove support for clip by pathAlexander Larsson2010-06-241-6/+0
* applying zlib compression over glz on WAN connectionYonit Halperin2010-06-211-0/+2
* Client: Use the autogenerated demarshallersAlexander Larsson2010-06-181-15/+0
* There are multiple line attribute flags enums, use only oneAlexander Larsson2010-06-171-2/+2
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-091-0/+2
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-211-1/+1
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-031-7/+7
* Make each surface its own depth/formatAlexander Larsson2010-04-231-8/+8
* Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson2010-04-231-2/+2
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
* libspice: add off screens supportIzik Eidus2010-04-031-0/+2
* Use the spice allocator in common/Alexander Larsson2010-03-111-5/+5
* Move canvas_region and group_start/end to canvas_baseAlexander Larsson2010-03-081-1/+6
* Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson2010-03-081-47/+89
* Make virt mapping an interfaceAlexander Larsson2010-03-081-7/+2
* Make glz_decoder non-optional canvas_base in canvas constructorsAlexander Larsson2010-03-081-6/+1
* Make canvas Glz decoder integration nicerAlexander Larsson2010-03-081-3/+2
* Replace custom region implementation with pixman_region32_tAlexander Larsson2010-02-231-9/+26
* Add possibility to not invert bitmask in canvas_get_mask()Alexander Larsson2010-02-231-1/+1
* Use pixman_image_t instead of cairo_surface_t as the generic pixman containerAlexander Larsson2010-02-231-86/+85
* Turn image and palette cache into c style dynamic interfaceAlexander Larsson2010-02-231-20/+6
* 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-1/+1
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-73/+73
* spice: server: add memslots support.Izik Eidus2009-11-231-10/+14
* fresh startYaniv Kamay2009-10-141-0/+886