summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-23red_worker: support releasing drawables that are referenced by the pipebitmap-crop.mem-controlYonit Halperin2-0/+249
2013-10-23red_worker: trigger release of drawables when the estimated memory usage exce...Yonit Halperin1-1/+15
2013-10-23red_worker: improve OOM handlingYonit Halperin1-71/+141
2013-10-23red_worker: control calls to QXLInterface->flush_resourcesYonit Halperin1-0/+44
2013-10-23red_worker: tracking the size of the occupied dev ram spaceYonit Halperin1-0/+127
2013-10-23providing qxl_ram_size to RedWorkerYonit Halperin3-0/+5
2013-10-23red_parse_qxl: turn red_put_image to staticYonit Halperin2-2/+1
2013-10-23red_parse_qxl: track qxl resources sizeYonit Halperin3-75/+161
2013-10-23red_worker: activate bitmap cropping option for drawables that hold a src-bitmapYonit Halperin1-28/+94
2013-10-23red_worker/spice_image_encode_bitmap: add support for bitmap croppingYonit Halperin2-8/+176
2013-10-23red_worker: rename fill_palette to spice_palette_set_flagsYonit Halperin1-5/+5
2013-10-23red_worker: rename FillBitsType to SpiceImageCompressTypeYonit Halperin1-32/+26
2013-10-23red_worker/fill_bits: wrap the code that encodes the output SpiceImage in its...Yonit Halperin1-38/+74
2013-10-23red_worker/fill_bits: separate filling quic SpiceImage data from marshalling itYonit Halperin1-10/+22
2013-10-23red_worker/fill_bits: separate filling & encoding bitmap SpiceImage data from...Yonit Halperin1-33/+41
2013-10-23red_worker/fill_bits: separate filling surface SpiceImage data from marshalli...Yonit Halperin1-19/+24
2013-10-23red_worker/fill_bits: separate filling cached SpiceImage data from marshallin...Yonit Halperin1-24/+56
2013-10-23red_worker/fill_bits: get rid of compress_send_data_tYonit Halperin1-132/+159
2013-10-18red_tunnel_worker: Fix build error due to missing monitor_latency argumentAxel Lin1-1/+1
2013-10-10Use latest warnings.m4 from gnulibChristophe Fergeau1-20/+62
2013-10-10Use hardened linker flags if availableChristophe Fergeau4-0/+71
2013-10-10Don't ignore all of m4/ in .gitignoreChristophe Fergeau1-1/+5
2013-10-09Fix PlaybackeCommand typoChristophe Fergeau1-1/+1
2013-10-09Fix an overlooked x11 client case.Jeremy White1-0/+2
2013-10-08reds: remove dead codeMarc-André Lureau1-33/+0
2013-10-08reds: Fix 'asyc' typoChristophe Fergeau1-23/+23
2013-10-08Fix 'recive' typo throughout the code baseChristophe Fergeau4-63/+63
2013-10-08Namespace RECEIVE_BUF_SIZEChristophe Fergeau3-9/+9
2013-10-07server: handle red_get_surface_cmd() error explicitelyMarc-André Lureau1-24/+32
2013-10-07server: plug some leaks on errorMarc-André Lureau1-2/+7
2013-10-07server: inputs s/relase/releaseMarc-André Lureau1-2/+2
2013-10-07server: release all pressed keys on client disconnectMarc-André Lureau1-7/+35
2013-10-07server: mark deprecated symbolsMarc-André Lureau2-22/+30
2013-10-07server/tests: avoid using deprecated symbolsMarc-André Lureau1-7/+6
2013-10-07server: set dispatcher before calling attache_workerMarc-André Lureau3-7/+10
2013-10-07Update spice-commonMarc-André Lureau1-0/+0
2013-10-01server: remove memslot unused functionsMarc-André Lureau2-51/+0
2013-09-30cleanup: remove GITVERSIONMarc-André Lureau1-0/+0
2013-09-30server: remove unused fill_rects_clipMarc-André Lureau1-11/+0
2013-09-30spicec: disable stencil test with primary fboMarc-André Lureau2-1/+2
2013-09-30spicec: use pre/post copyMarc-André Lureau1-0/+2
2013-09-30spicec: add sw canvas diff checkMarc-André Lureau4-24/+88
2013-09-30spicec: do not abort if cache errorMarc-André Lureau1-1/+2
2013-09-30spicec: add SPICE_NOGRABMarc-André Lureau1-0/+7
2013-09-30spicec: remove dead GL codeMarc-André Lureau2-34/+0
2013-09-30spicec: use doublebuffer for openglMarc-André Lureau5-3/+16
2013-09-30spicec: fix non-doublebuffer drawingMarc-André Lureau3-0/+4
2013-09-30spicec: use standard opengl 3.0 framebufferMarc-André Lureau3-47/+50
2013-09-30spicec: refresh the display after display resizeMarc-André Lureau1-0/+4
2013-09-30spicec: warn when throwing exceptionMarc-André Lureau1-0/+3