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