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