summaryrefslogtreecommitdiffstats
path: root/server/red_worker.c
Commit message (Expand)AuthorAgeFilesLines
* Re-enable cache freeingAlexander Larsson2010-06-181-1/+1
* Convert red_worker.c to use SpiceMarshaller for marshallingAlexander Larsson2010-06-181-781/+997
* server: optimize red_pipe_replace_rendered_drawables_with_images (lossy bitma...Yonit Halperin2010-06-091-6/+90
* init/destroy lossy surface regionYonit Halperin2010-06-091-0/+2
* enabling jpeg on low bandwidth connectionYonit Halperin2010-06-091-16/+17
* not using jpeg when sending a surface to the client (the whole surface)Yonit Halperin2010-06-091-1/+3
* send qxl commands to client: support for resending lossy components when jpeg...Yonit Halperin2010-06-091-16/+639
* infrastructure routines for resending to the client part of surfaces that hav...Yonit Halperin2010-06-091-28/+306
* introducing lossy and lz compression in red_send_imageYonit Halperin2010-06-091-2/+53
* lossy surface regions in the client: infrastructure for tracking and updatingYonit Halperin2010-06-091-0/+160
* support for lossy images in the pixmap cache and fill bitsYonit Halperin2010-06-091-27/+59
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-091-37/+272
* server: fix bitmap flags assignment in red_send_imageYonit Halperin2010-06-091-2/+2
* Fix some misspelled identifiersAlexander Larsson2010-05-211-14/+14
* RedWorkeMessage -> RedWorkerMessageAlexander Larsson2010-05-211-8/+8
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-211-15/+15
* zap vd_interface.hGerd Hoffmann2010-05-191-1/+1
* replace worker load/save with loadvm_commands, allow keeping surface contentGerd Hoffmann2010-05-191-77/+46
* surface: keep metadata (aka create command) in device memory.Gerd Hoffmann2010-05-191-17/+18
* QXL: redesign.Gerd Hoffmann2010-05-191-19/+19
* server: fix invalid self loop in surfaces dependencies.Yonit Halperin2010-05-031-5/+22
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-031-2/+2
* Don't send alpha bytes for primary surfaceAlexander Larsson2010-04-301-2/+8
* iovec: add sanity checkGerd Hoffmann2010-04-291-2/+8
* fix worker->stop surface cleanupGerd Hoffmann2010-04-291-1/+1
* Add support for SPICE_IMAGE_FLAGS_HIGH_BITS_SETAlexander Larsson2010-04-281-10/+38
* If we have alpha in a 32bit rgb surface, ensure we send thatAlexander Larsson2010-04-231-0/+30
* Server: Use the right image format when updating from a surfaceAlexander Larsson2010-04-231-22/+31
* Make each surface its own depth/formatAlexander Larsson2010-04-231-18/+32
* Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson2010-04-231-23/+10
* spice: server: change update_area commandIzik Eidus2010-04-141-6/+27
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
* take the right lock when freeing glz stuff of surfacesIzik Eidus2010-04-091-2/+2
* Split out the memslot stuff from red_worker.c to its own filesAlexander Larsson2010-04-091-289/+114
* Initialize _kill_mark so we don't get spurious valgrind warningsAlexander Larsson2010-04-081-191/+185
* spice server: fix not sent depth size for surfacesIzik Eidus2010-04-081-0/+1
* spice server: try to be less brutal when changing res or when flushing the treeIzik Eidus2010-04-061-0/+5
* spice server: remove surface_id and surfaces_dest[3] from guest memIzik Eidus2010-04-061-74/+68
* spice-server: when destroying a surface don`t send uneeded itemsIzik Eidus2010-04-051-1/+43
* spice-server: remove glz objects related to surface when destroying a surfaceIzik Eidus2010-04-051-2/+32
* libspice: add off screens supportIzik Eidus2010-04-031-151/+598
* spice server: surface create/destroy protocol supportIzik Eidus2010-04-031-57/+167
* spice: server: Being more permissive in video identificationYonit Halperin2010-03-241-17/+29
* spice: server: avoid video streaming of small imagesYonit Halperin2010-03-241-0/+12
* Fix uninitilized memory read in stroke_fill_spans()Alexander Larsson2010-03-181-2/+7
* Use spice allocator in server/Alexander Larsson2010-03-111-117/+43
* Revert "Fix possible quic_usr_more_lines_unstable() crash"Alexander Larsson2010-03-101-8/+2
* new libspice api: make image_compression_t part of the public api.Gerd Hoffmann2010-03-091-22/+25
* Fix possible quic_usr_more_lines_unstable() crashGerd Hoffmann2010-03-091-2/+8
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-091-56/+57