summaryrefslogtreecommitdiffstats
path: root/common/pixman_utils.c
Commit message (Expand)AuthorAgeFilesLines
* common: use INLINE instead of inlineArnon Gilboa2011-05-121-3/+3
* common: use PANIC from spice_common.hChristophe Fergeau2011-05-031-7/+0
* common,server: use ASSERT from spice_common.hChristophe Fergeau2011-05-031-7/+1
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-1/+3
* common/pixman: remove dead assignmentsChristophe Fergeau2011-04-081-7/+3
* Simplify spice_pixman_region32_init_rects with new typesAlexander Larsson2010-07-081-28/+2
* Use the new byteswap macros from spice-protocolAlexander Larsson2010-05-191-8/+2
* Add pixman utilities for bitmap to pixman_image_t conversionAlexander Larsson2010-04-231-58/+752
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
* Always tread depth 24 (i.e. non alpha) as depth 32 when blittingAlexander Larsson2010-04-121-8/+22
* Use the spice allocator in common/Alexander Larsson2010-03-111-1/+2
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-091-8/+1
* Fix colorkeying in pixman_utils.cAlexander Larsson2010-03-081-1/+2
* Fix warnings from visual studio compilerLarsson@.(none)2010-03-011-5/+5
* Add pixman utilitiesAlexander Larsson2010-02-231-0/+938