summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Change SpicePath.size to SpicePath.num_segmentsAlexander Larsson2010-06-291-1/+1
| | | | | We now track the number of segments rather than the memory size of the path internally.
* make SpiceRect compatible with pixman_box32Gerd Hoffmann2010-06-291-2/+2
|
* qxl abi: zap SPICE_ADDRESS for clip rects and paths.Gerd Hoffmann2010-06-292-4/+10
|
* qxl abi: add QXLRectGerd Hoffmann2010-06-291-15/+22
|
* qxl abi: add QXLPoint & friendsGerd Hoffmann2010-06-291-5/+20
|
* qxl abi: add QXLClipGerd Hoffmann2010-06-291-2/+7
|
* qxl abi: add QXLLineAttrGerd Hoffmann2010-06-291-1/+11
|
* qxl abi: add QXLPatternGerd Hoffmann2010-06-291-1/+6
|
* qxl abi: add QXLBrushGerd Hoffmann2010-06-291-6/+14
|
* qxl abi: add QXLQMaskGerd Hoffmann2010-06-291-5/+11
|
* qxl abi: add QXLBlackness+QXLInvers+QXLWhitenessGerd Hoffmann2010-06-291-6/+10
|
* qxl abi: add QXLTextGerd Hoffmann2010-06-291-2/+11
|
* qxl abi: add QXLStrokeGerd Hoffmann2010-06-291-2/+10
|
* qxl abi: add QXLRop3Gerd Hoffmann2010-06-291-2/+11
|
* qxl abi: add QXLTransparentGerd Hoffmann2010-06-291-2/+9
|
* qxl abi: add Copy+Blend.Gerd Hoffmann2010-06-292-5/+13
| | | | Add QXLCopy and QXlBlend, also fix tyops (s/rop_decriptor/rop_descriptor/).
* qxl abi: add Opaque.Gerd Hoffmann2010-06-292-3/+12
| | | | Add QXLOpaque, also fix tyops (s/rop_decriptor/rop_descriptor/).
* qxl abi: add Fill.Gerd Hoffmann2010-06-292-3/+9
| | | | Add QXLFill, also fix tyops (s/rop_decriptor/rop_descriptor/).
* qxl abi: add AlphaBlnd.Gerd Hoffmann2010-06-291-2/+15
| | | | Add QXLAlphaBlnd and QXLCompatAlphaBlnd types.
* Remove SPICE_CLIP_TYPE_PATH enum.Alexander Larsson2010-06-241-1/+0
| | | | | | | Clip by path has not been supported since the pixman change, and the win32 drivers were neutered to never produce it a while ago. Also, even before that neutering it happened extremely seldom (never seen in real life).
* Reset minor to 0 as we're bumping majorAlexander Larsson2010-06-231-1/+1
|
* add image type for RGBA bitmaps that were compressed by a combination of ↵Yonit Halperin2010-06-212-0/+19
| | | | JPEG (RGB) and LZ (alpha channel).
* add image type for images that are compressed by zlib after they have been ↵Yonit Halperin2010-06-212-0/+12
| | | | compressed by glz
* Remove duplicated enums for keyboard modifiersAlexander Larsson2010-06-181-4/+0
|
* Move all message structs to spiceAlexander Larsson2010-06-181-456/+0
| | | | | | We want to make these structures internal so we're free to change them. The actual on-network ABI is now defined by the spice protocol description rather than the c structures anyway.
* Move all enums and flags to generated header fileAlexander Larsson2010-06-184-439/+516
|
* Add some types needed by the demarshalling workAlexander Larsson2010-06-143-4/+28
|
* cache support for replacing images that were compressed using jpeg with ↵Yonit Halperin2010-06-091-0/+2
| | | | lossless images
* add image type for jpegYonit Halperin2010-06-091-1/+7
|
* Fix some misspelled identifiersAlexander Larsson2010-05-211-9/+9
| | | | | | | | | severty -> severity SpiceResorceID -> SpiceResourceID SpiceResorceList -> SpiceResourceList resorces -> resources ped_size -> pad_size postition -> position
* Add byteswapping macrosAlexander Larsson2010-05-192-0/+177
|
* add QXL_SURF_FLAG_KEEP_DATAGerd Hoffmann2010-05-181-1/+3
|
* Add image flag for "all high bits are set to one"Alexander Larsson2010-04-282-0/+2
| | | | | This lets us send rgba images with all high bytes 0xff as rgb, which is not all that uncommon.
* make unstable qxl compatible with 0.4 qxlGerd Hoffmann2010-04-261-3/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SET_MODE IO port back in. Add QXLRom offset fields back in. I/O ports, RAM and ROM layout are binary compatible now. With these changes merged it should be possible to create *one* qxl device which supports *both* 0.4 and unstable spice commands. Everything the guest touches before entering native mode is binary compatible. Old (0.4) guests drivers enter native mode via SET_MODE, new (unstqable) guest drivers enter native mode using CREATE_PRIMARY, so when we see spice commands from the guest come in we know whenever we have to interpret them as 0.4 or unstable ones. Added commends to structs which need care wrt. compatibility when updating. Added some QXLCompat* structs for the 0.4 struct versions. Added a flags field to QXLCommandEx so qxl can signal whenever commands are compat or not. Moved QXLRom->n_surfaces to make QXLRom->flags 64bit aligned. Add padding to QXLRom to ensure future elements are 32bit aligned. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Add source/dest alpha information to AlphaBlendAlexander Larsson2010-04-231-0/+6
|
* Pass format when creating surfaces rather than depthAlexander Larsson2010-04-192-4/+3
|
* Add some comment describing the bitmap formatsAlexander Larsson2010-04-191-7/+7
|
* Add surface type enumAlexander Larsson2010-04-191-0/+11
| | | | This is used to specify how pixels map to colors in surfaces.
* Make pci id be 0x1ff rev 1, for unstable workAlexander Larsson2010-04-061-2/+2
| | | | | | We will switch back to 0x101 when things settle down and we guarantee backwards compatibility. For now we will keep breaking it, bumping revision each time this happens.
* spice-protocol off screens supportsIzik Eidus2010-04-032-0/+42
| | | | Signed-off-by: Izik Eidus <ieidus@redhat.com>
* spice-protocl: add spice_msg_display_surface_create/destroyIzik Eidus2010-04-031-0/+22
| | | | | | | | protocol commands to create/destroy surface on the client. i removed spice_msg_display_mode as it now not needed Signed-off-by: Izik Eidus <ieidus@redhat.com>
* Bump minor to 3Alexander Larsson2010-03-241-1/+1
| | | | | | | | | There is some confusion in the different branches on what the minors mean. We expect minor == 2 to mean support for SPICE_MSG_MAIN_MIGRATE_SWITCH_HOST and SpiceMsgMainMigrationBegin with added public key info. All other additions like tunneling are for minor 3 (although we might not do a release with minor 3, but rather the bump major).
* Add SPICE_MSG_MAIN_MIGRATE_SWITCH_HOST messageAlexander Larsson2010-03-241-0/+11
| | | | This is a simpler form of migration
* Use int32, not int in protocol defining structureAlexander Larsson2010-03-221-1/+1
| | | | | "int" is not of a welldefined size, fortunally all existing uses are 32bit.
* Add a bunch of generically useful macrosAlexander Larsson2010-03-092-0/+187
| | | | | This is largely based on gmacros.h from glib with a few custom macros that were repeated in the spice codebase.
* Disable warning about our use of pragma pack in include fileAlexander Larsson2010-03-051-0/+1
| | | | Without this we can't build the driver
* Add includes.sed file to handle include renamingAlexander Larsson2010-02-041-0/+8
|
* fix up reamesAlexander Larsson2010-02-042-4/+4
|
* Fix up SPICE_SPICE typoAlexander Larsson2010-02-041-1/+1
|
* Add gitignore fileAlexander Larsson2010-02-041-0/+15
|