summaryrefslogtreecommitdiffstats
path: root/common/canvas_base.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of SW_CANVAS_IMAGE_CACHEChristophe Fergeau2015-03-261-3/+1
* Remove another redundant (SW_CANVAS_CACHE) || (SW_CANVAS_IMAGE_CACHE) #ifdefChristophe Fergeau2015-03-261-2/+0
* Fix typo in pixman_image_get_stride() functionFabiano Fidêncio2015-02-251-1/+1
* LZ4: Do not include arpa/inet.h in Windows buildsJavier Celaya2015-02-031-0/+2
* LZ4: Add support for 24bit pixman surfacesJavier Celaya2015-02-031-0/+3
* LZ4: Fix the row alignment when it is not on a 32bit boundaryJavier Celaya2015-02-031-2/+20
* LZ4: Decode the image format from the streamJavier Celaya2015-02-031-1/+19
* LZ4: Adjust reading the top_down flagJavier Celaya2015-02-031-4/+4
* LZ4: Fix output buffer sizeJavier Celaya2015-02-031-2/+4
* Remove redundant #if defined(SW_CANVAS_CACHE) || defined(SW_CANVAS_IMAGE_CACHE)Christophe Fergeau2015-01-231-37/+1
* Remove unused 'invers' arg from canvas_get_*Christophe Fergeau2015-01-231-67/+11
* Remove unused header fileChristophe Fergeau2014-12-041-1/+0
* Add LZ4 image compression support.Javier Celaya2014-12-021-0/+71
* canvas: use precomputed revers_bitsMarc-André Lureau2013-09-121-0/+43
* canvas_base: fix not caching palettes that belong to images that are not rend...Yonit Halperin2013-01-311-1/+18
* Add support for A8 images to the LZ routinesSøren Sandmann Pedersen2012-08-241-5/+133
* Add missing struct field initializersDaniel P. Berrange2012-04-251-1/+3
* Add SPICE_ATTR_NORETURN and use it for a few functionsMarc-André Lureau2012-03-201-1/+3
* Remove need for SPICE_CANVAS_INTERNALMarc-André Lureau2012-03-201-4/+0
* Add printf format annotations to all '...' functionsDaniel P. Berrange2012-03-201-4/+4
* Use a log handler to modify abort() behaviourMarc-André Lureau2012-03-201-102/+112
* common: remove unnecessary outdated c++ debugMarc-André Lureau2012-03-201-3/+0
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-03-201-1/+1
* Remove useless if() before free()Daniel P. Berrange2012-03-201-6/+2
* common: use PANIC from spice_common.hChristophe Fergeau2012-03-201-7/+0
* common,server: use ASSERT from spice_common.hChristophe Fergeau2012-03-201-7/+0
* add #include <config.h> to all source filesChristophe Fergeau2012-03-201-0/+4
* autotools: correctly build canvas-related codeChristophe Fergeau2012-03-201-0/+4
* common: don't try to redefine PANIC if it already existsChristophe Fergeau2012-03-201-0/+2
* common/canvas_base.c: remove unused variablesAlon Levy2012-03-201-12/+0
* common, canvas_get_jpeg_alpha: let top_down be any valueAlon Levy2012-03-201-1/+1
* mingw32 build: fix two functionsAlon Levy2012-03-201-1/+1
* mingw32 build: fix signed/unsigned warnings as errorsAlon Levy2012-03-201-4/+4
* Handle surface images in DrawOpaqueAlexander Larsson2012-03-201-19/+42
* Fix crash when resetting pixman image transformAlexander Larsson2012-03-201-1/+2
* canvas_base jpeg_alpha: supply the correct size to jpeg_decoderYonit Halperin2012-03-201-1/+1
* Fix various misspellingsAlexander Larsson2012-03-201-1/+1
* Move in spice/draw.h from spice-protocol to common/Alexander Larsson2012-03-201-1/+0
* Properly parse QXLLineAttrs.styleAlexander Larsson2012-03-201-1/+1
* Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann2012-03-201-175/+92
* Convert SpicePath.segments to a pointer arrayAlexander Larsson2012-03-201-12/+9
* Properly parse and marshall SpiceStringGerd Hoffmann2012-03-201-19/+4
* Fix build on win32Alexander Larsson2012-03-201-2/+2
* Update for the SpicePath.segments type changeAlexander Larsson2012-03-201-1/+1
* Store SpicePath segment count rather than sizeAlexander Larsson2012-03-201-8/+3
* qxl-abi: handle clip rect and path references.Gerd Hoffmann2012-03-201-5/+4
* qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann2012-03-201-2/+2
* qxl abi: parse QXLOpaque.Gerd Hoffmann2012-03-201-1/+1
* qxl abi: parse QXLFill.Gerd Hoffmann2012-03-201-1/+1
* Remove support for clip by pathAlexander Larsson2012-03-201-3/+0