summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-2310-341/+307
* Client: Support pixmap format conversion in copy_pixelsAlexander Larsson2010-04-2311-249/+179
* X11 client: Add helper for XImage constructionAlexander Larsson2010-04-232-4/+47
* Add utility functions to create XShm imagesAlexander Larsson2010-04-232-0/+83
* Create screen composit area in same format as windowAlexander Larsson2010-04-231-2/+2
* Add helper to compare RedDrawable::Formats for copy compabibleAlexander Larsson2010-04-231-0/+4
* Add RedDrawable::Format get_format()Alexander Larsson2010-04-234-0/+8
* Add XPlatform::get_screen_format for X11Alexander Larsson2010-04-232-0/+30
* Move RedPixmap::Format to RedDrawable::FormatAlexander Larsson2010-04-239-65/+66
* Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson2010-04-2330-249/+296
* common: Add lookaside storage for pixman image formatAlexander Larsson2010-04-232-1/+38
* Add pixman utilities for bitmap to pixman_image_t conversionAlexander Larsson2010-04-232-58/+775
* Add support for 16bit rop3Alexander Larsson2010-04-231-32/+75
* Add emacs modelines to more filesAlexander Larsson2010-04-2311-0/+11
* Remove unused method canvas_surf_to_inversAlexander Larsson2010-04-231-67/+17
* Make client start if screen is 16bppAlexander Larsson2010-04-231-9/+18
* Client: Don't die if XIM not availibleAlexander Larsson2010-04-232-27/+40
* Detect XShm extension sanelyAlexander Larsson2010-04-231-6/+4
* Detect big endian systemsAlexander Larsson2010-04-231-0/+1
* Fix warnings breaking win32 buildAlexander Larsson2010-04-231-3/+3
* Merge branch 'master' of ssh://git.freedesktop.org/git/spice/spiceIzik Eidus2010-04-142-19/+46
|\
| * Avoid unncessary buffer management in mjpeg decoder if possibleAlexander Larsson2010-04-142-19/+46
* | spice: server: change update_area commandIzik Eidus2010-04-145-9/+65
|/
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-13206-2121/+2299
* Fix A1 handling in RedDrawable combine_pixels.Alexander Larsson2010-04-131-23/+18
* Use upstream name for pthreads lib and new freetype versionAlexander Larsson2010-04-121-2/+2
* Fixed vs2008 warningAlexander Larsson2010-04-121-1/+1
* Fix win32 build with pixman 0.18.0Alexander Larsson2010-04-122-2/+2
* Use fast DCT method for better jpeg compression performanceAlexander Larsson2010-04-121-0/+1
* spice server: fix validate_chunkIzik Eidus2010-04-121-0/+1
* fix 16bpp support on cairo_canvasIzik Eidus2010-04-121-3/+30
* Always tread depth 24 (i.e. non alpha) as depth 32 when blittingAlexander Larsson2010-04-121-8/+22
* 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-094-289/+405
* server: fix race condition in lz global dictionary, in its image segments listYonit Halperin2010-04-091-21/+34
* spice: win32 client: fix gdi lockingIzik Eidus2010-04-097-60/+125
* Remove leftover AutoVStreamInit classAlexander Larsson2010-04-081-10/+0
* Initialize _kill_mark so we don't get spurious valgrind warningsAlexander Larsson2010-04-0810-389/+358
* Free the jpeg decoder with the streamAlexander Larsson2010-04-081-0/+1
* Use libjpeg to decode mjpegs, not ffmpegAlexander Larsson2010-04-087-163/+367
* Update project file to visual studio 2008Alexander Larsson2010-04-082-9/+8
* spice server: fix not sent depth size for surfacesIzik Eidus2010-04-081-0/+1
* Remove non-used lookup3.[ch]Alexander Larsson2010-04-073-798/+0
* server configuration: make network redirection support optionalYonit Halperin2010-04-063-7/+33
* client: handling SPICE_MSG_MAIN_MIGRATE_SWITCH_HOSTYonit Halperin2010-04-064-4/+98
* client: fix unsafe access to an event memberYonit Halperin2010-04-061-4/+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: common: gdi_canvas fix gdi objects leakIzik Eidus2010-04-051-0/+1