summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up empty region checks in canvas operationsAlexander Larsson2010-03-172-10/+10
* Use the spice allocator in common/Alexander Larsson2010-03-119-116/+62
* New memory allocators that exit on OOM and handle multiplication overflowAlexander Larsson2010-03-112-0/+232
* Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the sourceAlexander Larsson2010-03-101-2/+0
* Update gdi canvas wrt latest changesAlexander Larsson2010-03-091-2/+2
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-099-75/+19
* Move draw_rop3 to canvas_baseAlexander Larsson2010-03-082-96/+94
* Move canvas_draw_stroke to canvas_baseAlexander Larsson2010-03-082-455/+450
* Move most of the shared draw_xyz() methods from CairoCanvas to CanvasBaseAlexander Larsson2010-03-083-932/+1039
* Move canvas_region and group_start/end to canvas_baseAlexander Larsson2010-03-085-37/+57
* Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson2010-03-088-251/+353
* Make virt mapping an interfaceAlexander Larsson2010-03-086-37/+23
* Make glz_decoder non-optional canvas_base in canvas constructorsAlexander Larsson2010-03-086-28/+11
* Make canvas Glz decoder integration nicerAlexander Larsson2010-03-088-22/+27
* Fix colorkeying in pixman_utils.cAlexander Larsson2010-03-081-1/+2
* Make gdi canvas build in the new pixman worldLarsson@.(none)2010-03-013-20/+23
* Always include spice/types.h before pixman so standard int types existLarsson@.(none)2010-03-011-0/+2
* Fix warnings from visual studio compilerLarsson@.(none)2010-03-012-15/+15
* Have only one copy of ROUND macro and cast to int explicitlyLarsson@.(none)2010-03-012-3/+1
* Remove last cairo use from canvas_baseAlexander Larsson2010-02-231-3/+0
* Remove cairo_t from cairo canvasAlexander Larsson2010-02-233-59/+8
* Covert cairo canvas put_image() to pixmanAlexander Larsson2010-02-231-77/+33
* Replace custom region implementation with pixman_region32_tAlexander Larsson2010-02-236-810/+451
* Convert cairo canvas clear() to pixmanAlexander Larsson2010-02-231-8/+5
* Convert cairo canvas group_start/end to pixmanAlexander Larsson2010-02-231-14/+18
* Convert cairo canvas read_bits() to pixmanAlexander Larsson2010-02-231-6/+5
* Remove unused cairo helper functionsAlexander Larsson2010-02-232-494/+0
* Convert cairo canvas to use pixman for draw_strokeAlexander Larsson2010-02-232-213/+465
* Convert cairo canvas draw_transparent to use pixmanAlexander Larsson2010-02-231-119/+134
* Convert cairo canvas draw_rop3 to using pixmanAlexander Larsson2010-02-231-40/+29
* Convert draw_blackness/whiteness/invers to using pixmanAlexander Larsson2010-02-231-16/+61
* Convert cairo canvas alpha_blend to using pixmanAlexander Larsson2010-02-231-15/+135
* Convert cairo canvas draw_text to using pixmanAlexander Larsson2010-02-231-71/+100
* Convert cairo canvas copy bits to pixmanAlexander Larsson2010-02-231-211/+90
* Convert cairo canvas draw_copy() to using pixmanAlexander Larsson2010-02-231-20/+60
* Convert cairo canvas draw_blend() to using pixmanAlexander Larsson2010-02-231-25/+168
* Convert cairo canvas draw_opaque() to using pixmanAlexander Larsson2010-02-231-27/+133
* Convert cairo canvas draw_fill() to using pixmanAlexander Larsson2010-02-232-19/+503
* Add possibility to not invert bitmask in canvas_get_mask()Alexander Larsson2010-02-234-10/+16
* Use pixman_image_t instead of cairo_surface_t as the generic pixman containerAlexander Larsson2010-02-2310-523/+534
* Turn image and palette cache into c style dynamic interfaceAlexander Larsson2010-02-238-116/+71
* Add pixman_image_t referencing the cairo_canvas bitsAlexander Larsson2010-02-232-0/+45
* Add line rasterizerAlexander Larsson2010-02-233-0/+3764
* Add pixman utilitiesAlexander Larsson2010-02-233-0/+1043
* Add emacs settings for indent according to spice styleguideAlexander Larsson2010-02-2333-0/+33
* Use standard int types and <spice/types.h>Alexander Larsson2010-02-048-46/+15
* Use the new header namesAlexander Larsson2010-02-049-9/+9
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-0415-620/+620
* Remove headers that were moved to spice-protocolAlexander Larsson2010-02-048-2078/+0
* libspice: add surface 0 supportIzik Eidus2010-01-281-9/+34