summaryrefslogtreecommitdiffstats
path: root/common/region.c
Commit message (Collapse)AuthorAgeFilesLines
* common,server: use ASSERT from spice_common.hChristophe Fergeau2011-05-031-5/+0
| | | | | | | spice_common.h provides an ASSERT macro, no need to duplicate it in many places. For now client/debug.h keeps its own copy since debug.h and spice_common.h have clashes on other macros which are trickier to unify.
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
| | | | | | | | When using config.h, it must be the very first include in all source files since it contains #define that may change the compilation process (eg libc structure layout changes when it's used to enable large file support on 32 bit x86 archs). This commit adds it at the beginning of all .c and .cpp files
* Fix warnings breaking win32 buildAlexander Larsson2010-04-231-3/+3
|
* spice: server: change update_area commandIzik Eidus2010-04-141-0/+25
| | | | | | | | The new command return dirty area to be used by users that want spice to render localy or into some framebuffer (sdl / vnc) Signed-off-by: Izik Eidus <ieidus@redhat.com>
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
|
* 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-6/+1
|
* Replace custom region implementation with pixman_region32_tAlexander Larsson2010-02-231-765/+407
| | | | | | pixman_region32_t is an efficient well tested region implementation (its the one used in X) that we already depend on via pixman and use in some places. No need to have a custom region implementation.
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-56/+56
| | | | | | This is an automatic change using: $ find -name "*.[ch]" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames $ find -name "*.cpp" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames
* fresh startYaniv Kamay2009-10-141-0/+1230