summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2010-05-03Remove all mentions of "cairo" from the codeAlexander Larsson8-159/+158
2010-04-29win32 client: Remove unnecessary GDIImage typeAlexander Larsson2-74/+40
2010-04-28Add support for SPICE_IMAGE_FLAGS_HIGH_BITS_SETAlexander Larsson1-2/+12
2010-04-28Clear alpha in xRGB destination to avoid pixman setting it to 0xffAlexander Larsson1-0/+66
2010-04-28Fix line lengths and tabsAlexander Larsson1-6/+13
2010-04-26fix two warningsGerd Hoffmann1-0/+2
2010-04-23Remove surface format workaround now that win32 driver is fixedAlexander Larsson1-7/+0
2010-04-23Win32 canvas fixesAlexander Larsson1-9/+9
2010-04-23Support alpha surface sources and destinationsAlexander Larsson3-18/+99
2010-04-23Localize palettes for LZ PLT formatAlexander Larsson1-3/+45
2010-04-23Make each surface its own depth/formatAlexander Larsson5-295/+242
2010-04-23Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson8-12/+110
2010-04-23common: Add lookaside storage for pixman image formatAlexander Larsson2-1/+38
2010-04-23Add pixman utilities for bitmap to pixman_image_t conversionAlexander Larsson2-58/+775
2010-04-23Add support for 16bit rop3Alexander Larsson1-32/+75
2010-04-23Remove unused method canvas_surf_to_inversAlexander Larsson1-67/+17
2010-04-23Fix warnings breaking win32 buildAlexander Larsson1-3/+3
2010-04-14spice: server: change update_area commandIzik Eidus2-0/+26
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson32-282/+294
2010-04-12Fix win32 build with pixman 0.18.0Alexander Larsson2-2/+2
2010-04-12fix 16bpp support on cairo_canvasIzik Eidus1-3/+30
2010-04-12Always tread depth 24 (i.e. non alpha) as depth 32 when blittingAlexander Larsson1-8/+22
2010-04-09spice: win32 client: fix gdi lockingIzik Eidus2-47/+112
2010-04-08Initialize _kill_mark so we don't get spurious valgrind warningsAlexander Larsson2-16/+0
2010-04-07Remove non-used lookup3.[ch]Alexander Larsson3-798/+0
2010-04-05spice: common: gdi_canvas fix gdi objects leakIzik Eidus1-0/+1
2010-04-03libspice: add off screens supportIzik Eidus8-392/+1086
2010-03-24Add spice_strndupAlexander Larsson2-0/+19
2010-03-18Fix uninitilized memory read in stroke_fill_spans()Alexander Larsson1-0/+3
2010-03-17Use nearest scaling for DRAW_ALPHA_BLEND since this is what win32 needsAlexander Larsson1-1/+1
2010-03-17Fix up empty region checks in canvas operationsAlexander Larsson2-10/+10
2010-03-11Use the spice allocator in common/Alexander Larsson9-116/+62
2010-03-11New memory allocators that exit on OOM and handle multiplication overflowAlexander Larsson2-0/+232
2010-03-10Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the sourceAlexander Larsson1-2/+0
2010-03-09Update gdi canvas wrt latest changesAlexander Larsson1-2/+2
2010-03-09Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson9-75/+19
2010-03-08Move draw_rop3 to canvas_baseAlexander Larsson2-96/+94
2010-03-08Move canvas_draw_stroke to canvas_baseAlexander Larsson2-455/+450
2010-03-08Move most of the shared draw_xyz() methods from CairoCanvas to CanvasBaseAlexander Larsson3-932/+1039
2010-03-08Move canvas_region and group_start/end to canvas_baseAlexander Larsson5-37/+57
2010-03-08Move virtualization of canvas drawing into common/canvas_baseAlexander Larsson8-251/+353
2010-03-08Make virt mapping an interfaceAlexander Larsson6-37/+23
2010-03-08Make glz_decoder non-optional canvas_base in canvas constructorsAlexander Larsson6-28/+11
2010-03-08Make canvas Glz decoder integration nicerAlexander Larsson8-22/+27
2010-03-08Fix colorkeying in pixman_utils.cAlexander Larsson1-1/+2
2010-03-01Make gdi canvas build in the new pixman worldLarsson@.(none)3-20/+23
2010-03-01Always include spice/types.h before pixman so standard int types existLarsson@.(none)1-0/+2
2010-03-01Fix warnings from visual studio compilerLarsson@.(none)2-15/+15
2010-03-01Have only one copy of ROUND macro and cast to int explicitlyLarsson@.(none)2-3/+1
2010-02-23Remove last cairo use from canvas_baseAlexander Larsson1-3/+0