[Spice-commits] Changes to 'refs/tags/0.5.2'

Marc-André Lureau elmarco at kemper.freedesktop.org
Wed Mar 14 16:16:51 PDT 2012


Tag '0.5.2' created by Alexander Larsson <alexl at redhat.com> at 2010-07-09 11:26 -0700

Release 0.5.2

Changes since the dawn of time:
Alexander Larsson (101):
      Remove headers that were moved to spice-protocol
      Rename symbols that were changed in spice-protocol
      Use the new header names
      Use standard int types and <spice/types.h>
      Add emacs settings for indent according to spice styleguide
      Add pixman utilities
      Add line rasterizer
      Add pixman_image_t referencing the cairo_canvas bits
      Turn image and palette cache into c style dynamic interface
      Use pixman_image_t instead of cairo_surface_t as the generic pixman container
      Add possibility to not invert bitmask in canvas_get_mask()
      Convert cairo canvas draw_fill() to using pixman
      Convert cairo canvas draw_opaque() to using pixman
      Convert cairo canvas draw_blend() to using pixman
      Convert cairo canvas draw_copy() to using pixman
      Convert cairo canvas copy bits to pixman
      Convert cairo canvas draw_text to using pixman
      Convert cairo canvas alpha_blend to using pixman
      Convert draw_blackness/whiteness/invers to using pixman
      Convert cairo canvas draw_rop3 to using pixman
      Convert cairo canvas draw_transparent to use pixman
      Convert cairo canvas to use pixman for draw_stroke
      Remove unused cairo helper functions
      Convert cairo canvas read_bits() to pixman
      Convert cairo canvas group_start/end to pixman
      Convert cairo canvas clear() to pixman
      Replace custom region implementation with pixman_region32_t
      Covert cairo canvas put_image() to pixman
      Remove cairo_t from cairo canvas
      Remove last cairo use from canvas_base
      Fix colorkeying in pixman_utils.c
      Make canvas Glz decoder integration nicer
      Make glz_decoder non-optional canvas_base in canvas constructors
      Make virt mapping an interface
      Move virtualization of canvas drawing into common/canvas_base
      Move canvas_region and group_start/end to canvas_base
      Move most of the shared draw_xyz() methods from CairoCanvas to CanvasBase
      Move canvas_draw_stroke to canvas_base
      Move draw_rop3 to canvas_base
      Use macros from <spice/macros.h> rather than duplicate them
      Update gdi canvas wrt latest changes
      Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the source
      New memory allocators that exit on OOM and handle multiplication overflow
      Use the spice allocator in common/
      Fix up empty region checks in canvas operations
      Use nearest scaling for DRAW_ALPHA_BLEND since this is what win32 needs
      Fix uninitilized memory read in stroke_fill_spans()
      Add spice_strndup
      Remove non-used lookup3.[ch]
      Initialize _kill_mark so we don't get spurious valgrind warnings
      Always tread depth 24 (i.e. non alpha) as depth 32 when blitting
      Fix win32 build with pixman 0.18.0
      Relicense everything from GPL to LGPL 2.1+
      Fix warnings breaking win32 build
      Remove unused method canvas_surf_to_invers
      Add support for 16bit rop3
      Add pixman utilities for bitmap to pixman_image_t conversion
      common: Add lookaside storage for pixman image format
      Make client canvas and pixmaps handle more formats and simplify
      Make each surface its own depth/format
      Localize palettes for LZ PLT format
      Support alpha surface sources and destinations
      Win32 canvas fixes
      Remove surface format workaround now that win32 driver is fixed
      Fix line lengths and tabs
      Clear alpha in xRGB destination to avoid pixman setting it to 0xff
      Add support for SPICE_IMAGE_FLAGS_HIGH_BITS_SET
      win32 client: Remove unnecessary GDIImage type
      Remove all mentions of "cairo" from the code
      Use the new byteswap macros from spice-protocol
      Fix spelling errors in comments and strings
      Add spice_strnlen
      There are multiple line attribute flags enums, use only one
      Client: Use the autogenerated demarshallers
      Add SpiceMarshaller for easy marshalling
      Make all message structs internal to spice
      Don't pack the message structures
      Make pointer types in messages be 64bit in memory
      Make cursor data @as_ptr to avoid copying data
      Make ping data @as_ptr to avoid copying data
      Make sound data @as_ptr to avoid copying data
      Make generated marshallers build on win32
      Remove support for clip by path
      Add spice_marshaller_set_uint32
      Store SpicePath segment count rather than size
      Simplify SpiceLineAttr by removing unsed stuff
      Update for the SpicePath.segments type change
      Fix build on win32
      Convert SpicePath.segments to a pointer array
      Add spice_chunks_* helpers
      Add spice_marshaller_add_ref_chunks
      Properly parse QXLLineAttrs.style
      Move in spice/draw.h from spice-protocol to common/
      Move SpiceChunks to mem.h
      Make all internal structures not be packed
      Simplify spice_pixman_region32_init_rects with new types
      Fix inclusion of common files, no need for common/ part
      Fix sign warnings from win32 compiler
      Fix various misspellings
      Make distcheck work
      Add files i forgot to commit

Gerd Hoffmann (9):
      fix two warnings
      Add C version of find_msb()
      fix use-after-free in spice_marshaller_reset
      qxl abi: parse QXLFill.
      qxl abi: parse QXLOpaque.
      qxl abi: parse QXLCopy + QXLBlend.
      qxl-abi: handle clip rect and path references.
      Properly parse and marshall SpiceString
      Properly parse QXLImage to the new-world SpiceImage

Izik Eidus (8):
      spice: server: add memslots support.
      spice client: fix wrong gdi-canvas handling of blend_alpha
      libspice: add surface 0 support
      libspice: add off screens support
      spice: common: gdi_canvas fix gdi objects leak
      spice: win32 client: fix gdi locking
      fix 16bpp support on cairo_canvas
      spice: server: change update_area command

Larsson at .(none) (4):
      Have only one copy of ROUND macro and cast to int explicitly
      Fix warnings from visual studio compiler
      Always include spice/types.h before pixman so standard int types exist
      Make gdi canvas build in the new pixman world

Yaniv Kamay (4):
      fresh start
      fix build on Debian
      client: add Platform::term_printf
      client: change rerror code to be positive

Yonit Halperin (6):
      tunnel
      server,client: server authentication for secured channels.
      JPEG support: introducing jpeg encoding for spice bitmaps
      support for lossy images in the pixmap cache and fill bits
      applying zlib compression over glz on WAN connection
      Lossy compression of RGBA images (on WAN connection)



More information about the Spice-commits mailing list