summaryrefslogtreecommitdiff
path: root/server/dcc.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-15dcc: Use refcounting for MonitorsConfigItemJonathon Jongsma1-15/+10
2016-04-15StreamClipItem: use base class refcountingJonathon Jongsma1-7/+3
2016-04-15DrawablePipeItem: use base class for refcountingJonathon Jongsma1-17/+9
2016-04-15dcc: use PipeItem refcounting for ImageItemJonathon Jongsma1-14/+5
2016-03-10Rename red_channel_pipe_item_init to pipe_item_initChristophe Fergeau1-17/+9
2016-03-08Fix dcc_start() regressionMarc-André Lureau1-11/+4
2016-03-04use QXLState instead of RedDispatcherFrediano Ziglio1-1/+3
2016-02-17CommonChannel -> CommonGraphicsChannelJonathon Jongsma1-3/+3
2016-02-17compress-stat: Add not compressed image to statisticsPavel Grunt1-9/+23
2016-02-17dcc: Move COMPRESS_DEBUG to compression functionsPavel Grunt1-15/+20
2016-02-17dcc: Rewrite dcc_image_compressPavel Grunt1-92/+120
2016-02-16dcc: move id from CommonChannelClient to DisplayChannelClientFrediano Ziglio1-7/+8
2016-02-15Revert "dcc: remove not necessary volatile specifications"Frediano Ziglio1-3/+3
2016-02-15Remove RedGlzDrawable::group_idChristophe Fergeau1-1/+0
2016-02-15Remove Drawable::group_idChristophe Fergeau1-1/+1
2016-02-12dcc: remove not necessary volatile specificationsFrediano Ziglio1-3/+3
2016-02-11CommonChannel: hold a reference to QXLInstance instead of RedWorkerFrediano Ziglio1-1/+1
2016-02-11dcc: remove group_id from compression functionsFrediano Ziglio1-18/+8
2016-02-11channel: rename misleading functionsFrediano Ziglio1-1/+1
2016-02-09Handle GL_DRAW_DONEMarc-André Lureau1-0/+24
2016-02-09Handle GL_DRAW messagesMarc-André Lureau1-0/+23
2016-02-09Send current GL scanout to new clientMarc-André Lureau1-0/+11
2016-02-09Handle GL_SCANOUT messagesMarc-André Lureau1-0/+21
2016-01-20dcc: make dcc_compress_image_*() privatePavel Grunt1-15/+15
2016-01-20dcc_compress_image: Handle NULL drawablePavel Grunt1-12/+15
2016-01-14Remove compress_buf_newChristophe Fergeau1-25/+6
2016-01-11dcc: avoid to report errors triggered by clientFrediano Ziglio1-2/+8
2016-01-08dcc: write and use a new encoder_data_reset function to clean buffersFrediano Ziglio1-31/+6
2016-01-08dcc: free glz buffer after zlib compressionFrediano Ziglio1-0/+7
2015-12-17dcc: Don't disconnect channel, when compression is not supportedLukas Venhoda1-2/+2
2015-12-14server: Rename DISPLAY_CLIENT_TIMEOUT and de-duplicate itFrancois Gouget1-2/+2
2015-12-11server: Rename red_get_monotonic_time() to spice_get_monotonic_time_ns()Francois Gouget1-2/+2
2015-12-10channel: rename red_channel_(client_)waits_* functionsFrediano Ziglio1-1/+1
2015-12-09stat: use a better design for statistic functionsFrediano Ziglio1-20/+11
2015-11-26worker: move more stream functionsMarc-André Lureau1-0/+14
2015-11-26server: move LZ_IMAGE_TYPE_* enum to dccMarc-André Lureau1-2/+16
2015-11-26server: rename _tmpl filesMarc-André Lureau1-1/+1
2015-11-25worker: move destroy_surface() famillyMarc-André Lureau1-0/+80
2015-11-25worker: move display_channel_newMarc-André Lureau1-0/+26
2015-11-24worker: move dcc_release_itemMarc-André Lureau1-0/+124
2015-11-24worker: move dcc_handle_migrate_dataMarc-André Lureau1-0/+135
2015-11-24worker: move dcc_add_drawable*Marc-André Lureau1-0/+87
2015-11-24worker: move dcc_handle_messageMarc-André Lureau1-0/+81
2015-11-23worker: move dcc_add_surface_area_imageMarc-André Lureau1-0/+62
2015-11-20dcc: Fix unused display_channel variablePavel Grunt1-3/+2
2015-11-20worker: move dcc_pixmap_cache_addMarc-André Lureau1-0/+90
2015-11-20worker: move compress to dcc_compress_image()Frediano Ziglio1-0/+631
2015-11-19worker: move dcc_start()Marc-André Lureau1-0/+170
2015-11-19worker: start a DisplayChannelClient unitMarc-André Lureau1-0/+141