summaryrefslogtreecommitdiffstats
path: root/server/red_worker.c
Commit message (Expand)AuthorAgeFilesLines
* server: not reading command rings before RED_WORKER_MESSAGE_START, RHBZ #718713Yonit Halperin2011-07-241-1/+11
* server/red_worker: send surface images to client on-demand after S3/4 wakeupYonit Halperin2011-07-211-9/+22
* server: add QXLWorker.flush_surfaces_async for S3/S4 supportAlon Levy2011-07-211-4/+21
* server: add QXLInterface::update_area_complete callbackAlon Levy2011-07-211-16/+44
* server/red_worker: handle_dev_input: reuse write_ready introduced for asyncAlon Levy2011-07-211-8/+4
* server: add async io supportAlon Levy2011-07-211-48/+114
* server: replace redundant code with red_cursor_resetYonit Halperin2011-07-211-47/+24
* server: fix access to a released drawable. RHBZ #713474Yonit Halperin2011-07-211-2/+9
* server: add missing calls to red_handle_drawable_surfaces_client_syncedYonit Halperin2011-07-211-0/+2
* server: removing local cursor, this solves RHBZ #714801Yonit Halperin2011-07-211-112/+14
* server: rename s/peer/streamMarc-André Lureau2011-07-211-28/+28
* server: use the new reds_stream_{read,write}Marc-André Lureau2011-07-211-4/+6
* server: add reds_stream_{read,write,free,remove_watch}()Marc-André Lureau2011-07-211-4/+2
* server: s/RedsStreamContext/RedsStreamMarc-André Lureau2011-07-211-8/+8
* server/red_worker: fix used but uninitialized warning (gcc 4.6.0)Alon Levy2011-02-071-1/+1
* client/server: warning fixes (gcc 4.6.0)Alon Levy2011-01-271-13/+1
* server/red_worker: use 1, not 4 when lz_encoding a top down imageAlon Levy2011-01-171-2/+3
* server/red_worker: fix worker->drawable_countAlon Levy2010-12-161-1/+1
* server: Handle self_image in localize_bitmapAlexander Larsson2010-09-211-9/+16
* server: Handle NULL image in red_update_streamableAlexander Larsson2010-09-211-1/+2
* server: Use the right image size for self_bitmapAlexander Larsson2010-09-211-2/+2
* server: Ensure we flush the release pipe after an oomAlexander Larsson2010-09-201-0/+1
* Release more drawables on OOMAlexander Larsson2010-09-201-1/+1
* move command flags handling to the qxl parserGerd Hoffmann2010-09-141-7/+3
* server: avoid creating a stream from traces more than once for the same drawableYonit Halperin2010-09-021-5/+10
* server: red_current_add_equal - don't push a drawable to the middle of the pi...Yonit Halperin2010-08-311-1/+13
* server: fix red_current_flush to flush only the surface that was given as par...Yonit Halperin2010-08-301-1/+3
* server: cleanups in destorying surfaces codeYonit Halperin2010-08-301-29/+22
* server: really wait for a surface to be destroyed, when calling destroy_surfa...Yonit Halperin2010-08-301-9/+75
* server: consider also PIPE_ITEM_UPGRADE when searching for drawables in red_c...Yonit Halperin2010-08-301-17/+19
* server: red_send_image() - append image data to right marshallerAlexander Larsson2010-08-271-1/+2
* server: red_send_image() initialize bitmap.flagsAlexander Larsson2010-08-271-0/+1
* zap more unused bits.Gerd Hoffmann2010-08-271-14/+0
* fix red_cursur_flush segfaultGerd Hoffmann2010-08-261-1/+3
* zap dead typedefsGerd Hoffmann2010-08-261-5/+0
* zap dead qxl chunk codeGerd Hoffmann2010-08-261-29/+0
* qxl parser: add cursor parsingGerd Hoffmann2010-08-261-45/+14
* qxl parser: complete QXL_SURFACE_CMD_CREATE parsingGerd Hoffmann2010-08-261-2/+1
* server: clean glz drawables when reseting qxlYonit Halperin2010-08-251-0/+3
* server: Add missing break in switch caseAlexander Larsson2010-08-251-0/+1
* server: remove the no longer used glz drawables list that was maintained for ...Yonit Halperin2010-08-241-8/+0
* server: remove unnecessary dependency between surfaces and Glz drawablesYonit Halperin2010-08-241-26/+4
* Fix mismerge in last commitAlexander Larsson2010-08-231-1/+0
* Remove USE_EXCLUDE_RGN define and !USE_EXCLUDE_RGN codeAlexander Larsson2010-08-231-167/+0
* Remove STREAM_TRACE define and !STREAM_TRACE codeAlexander Larsson2010-08-231-206/+1
* Limiting video streaming to the primary surface. freedesktop bug #28088.Yonit Halperin2010-08-231-7/+40
* server: Properly order rgb for 24bit bitmaps when sending to libjpegAlexander Larsson2010-07-201-2/+8
* Don't send padding over the network with video dataAlexander Larsson2010-07-201-5/+2
* server: enabling/disabling jpeg and zlib-over-glz via spice command line argsYonit Halperin2010-07-141-3/+24
* red_glz_compress_image: lines isn't needed any moreGerd Hoffmann2010-07-131-2/+1