summaryrefslogtreecommitdiffstats
path: root/common/pixman_utils.c
Commit message (Expand)AuthorAgeFilesLines
* common: Fix -Wunused-parameterFabiano Fidêncio2014-09-181-1/+11
* Remove INLINE usageMarc-André Lureau2013-10-041-3/+3
* Add support for A8 images to the LZ routinesSøren Sandmann Pedersen2012-08-241-0/+15
* Fix some integer range checks which always evaluate falseDaniel P. Berrange2012-03-201-2/+2
* Use a log handler to modify abort() behaviourMarc-André Lureau2012-03-201-80/+85
* mingw: use uintptr_t when converting a pointer to an intChristophe Fergeau2012-03-201-3/+3
* Death to all TABsDaniel P. Berrange2012-03-201-1/+1
* common: use INLINE instead of inlineArnon Gilboa2012-03-201-3/+3
* common: use PANIC from spice_common.hChristophe Fergeau2012-03-201-7/+0
* common,server: use ASSERT from spice_common.hChristophe Fergeau2012-03-201-7/+1
* add #include <config.h> to all source filesChristophe Fergeau2012-03-201-1/+3
* common/pixman: remove dead assignmentsChristophe Fergeau2012-03-201-7/+3
* Simplify spice_pixman_region32_init_rects with new typesAlexander Larsson2012-03-201-28/+2
* Use the new byteswap macros from spice-protocolAlexander Larsson2012-03-201-8/+2
* Add pixman utilities for bitmap to pixman_image_t conversionAlexander Larsson2012-03-201-58/+752
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2012-03-201-9/+9
* Always tread depth 24 (i.e. non alpha) as depth 32 when blittingAlexander Larsson2012-03-201-8/+22
* Use the spice allocator in common/Alexander Larsson2012-03-201-1/+2
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2012-03-201-8/+1
* Fix colorkeying in pixman_utils.cAlexander Larsson2012-03-201-1/+2
* Fix warnings from visual studio compilerLarsson@.(none)2012-03-201-5/+5
* Add pixman utilitiesAlexander Larsson2012-03-201-0/+938