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