Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-29 | qxl abi: add QXLRectHEADmaster | Gerd Hoffmann | 1 | -15/+22 | |
2010-06-29 | qxl abi: add QXLPoint & friends | Gerd Hoffmann | 1 | -5/+20 | |
2010-06-29 | qxl abi: add QXLClip | Gerd Hoffmann | 1 | -2/+7 | |
2010-06-29 | qxl abi: add QXLLineAttr | Gerd Hoffmann | 1 | -1/+11 | |
2010-06-29 | qxl abi: add QXLPattern | Gerd Hoffmann | 1 | -1/+6 | |
2010-06-29 | qxl abi: add QXLBrush | Gerd Hoffmann | 1 | -6/+14 | |
2010-06-29 | qxl abi: add QXLQMask | Gerd Hoffmann | 1 | -5/+11 | |
2010-06-29 | qxl abi: add QXLBlackness+QXLInvers+QXLWhiteness | Gerd Hoffmann | 1 | -6/+10 | |
2010-06-29 | qxl abi: add QXLText | Gerd Hoffmann | 1 | -2/+11 | |
2010-06-29 | qxl abi: add QXLStroke | Gerd Hoffmann | 1 | -2/+10 | |
2010-06-29 | qxl abi: add QXLRop3 | Gerd Hoffmann | 1 | -2/+11 | |
2010-06-29 | qxl abi: add QXLTransparent | Gerd Hoffmann | 1 | -2/+9 | |
2010-06-29 | qxl abi: add Copy+Blend. | Gerd Hoffmann | 2 | -5/+13 | |
Add QXLCopy and QXlBlend, also fix tyops (s/rop_decriptor/rop_descriptor/). | |||||
2010-06-29 | qxl abi: add Opaque. | Gerd Hoffmann | 2 | -3/+12 | |
Add QXLOpaque, also fix tyops (s/rop_decriptor/rop_descriptor/). | |||||
2010-06-29 | qxl abi: add Fill. | Gerd Hoffmann | 2 | -3/+9 | |
Add QXLFill, also fix tyops (s/rop_decriptor/rop_descriptor/). | |||||
2010-06-29 | qxl abi: add AlphaBlnd. | Gerd Hoffmann | 1 | -2/+15 | |
Add QXLAlphaBlnd and QXLCompatAlphaBlnd types. | |||||
2010-06-24 | Remove SPICE_CLIP_TYPE_PATH enum. | Alexander Larsson | 1 | -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). | |||||
2010-06-23 | Reset minor to 0 as we're bumping major | Alexander Larsson | 1 | -1/+1 | |
2010-06-21 | add image type for RGBA bitmaps that were compressed by a combination of ↵ | Yonit Halperin | 2 | -0/+19 | |
JPEG (RGB) and LZ (alpha channel). | |||||
2010-06-21 | add image type for images that are compressed by zlib after they have been ↵ | Yonit Halperin | 2 | -0/+12 | |
compressed by glz | |||||
2010-06-18 | Remove duplicated enums for keyboard modifiers | Alexander Larsson | 1 | -4/+0 | |
2010-06-18 | Move all message structs to spice | Alexander Larsson | 1 | -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. | |||||
2010-06-18 | Move all enums and flags to generated header file | Alexander Larsson | 4 | -439/+516 | |
2010-06-14 | Add some types needed by the demarshalling work | Alexander Larsson | 3 | -4/+28 | |
2010-06-09 | cache support for replacing images that were compressed using jpeg with ↵ | Yonit Halperin | 1 | -0/+2 | |
lossless images | |||||
2010-06-09 | add image type for jpeg | Yonit Halperin | 1 | -1/+7 | |
2010-05-21 | Fix some misspelled identifiers | Alexander Larsson | 1 | -9/+9 | |
severty -> severity SpiceResorceID -> SpiceResourceID SpiceResorceList -> SpiceResourceList resorces -> resources ped_size -> pad_size postition -> position | |||||
2010-05-19 | Add byteswapping macros | Alexander Larsson | 2 | -0/+177 | |
2010-05-18 | add QXL_SURF_FLAG_KEEP_DATA | Gerd Hoffmann | 1 | -1/+3 | |
2010-04-28 | Add image flag for "all high bits are set to one" | Alexander Larsson | 2 | -0/+2 | |
This lets us send rgba images with all high bytes 0xff as rgb, which is not all that uncommon. | |||||
2010-04-26 | make unstable qxl compatible with 0.4 qxl | Gerd Hoffmann | 1 | -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> | |||||
2010-04-23 | Add source/dest alpha information to AlphaBlend | Alexander Larsson | 1 | -0/+6 | |
2010-04-19 | Pass format when creating surfaces rather than depth | Alexander Larsson | 2 | -4/+3 | |
2010-04-19 | Add some comment describing the bitmap formats | Alexander Larsson | 1 | -7/+7 | |
2010-04-19 | Add surface type enum | Alexander Larsson | 1 | -0/+11 | |
This is used to specify how pixels map to colors in surfaces. | |||||
2010-04-06 | Make pci id be 0x1ff rev 1, for unstable work | Alexander Larsson | 1 | -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. | |||||
2010-04-03 | spice-protocol off screens supports | Izik Eidus | 2 | -0/+42 | |
Signed-off-by: Izik Eidus <ieidus@redhat.com> | |||||
2010-04-03 | spice-protocl: add spice_msg_display_surface_create/destroy | Izik Eidus | 1 | -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> | |||||
2010-03-24 | Bump minor to 3 | Alexander Larsson | 1 | -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). | |||||
2010-03-24 | Add SPICE_MSG_MAIN_MIGRATE_SWITCH_HOST message | Alexander Larsson | 1 | -0/+11 | |
This is a simpler form of migration | |||||
2010-03-22 | Use int32, not int in protocol defining structure | Alexander Larsson | 1 | -1/+1 | |
"int" is not of a welldefined size, fortunally all existing uses are 32bit. | |||||
2010-03-09 | Add a bunch of generically useful macros | Alexander Larsson | 2 | -0/+187 | |
This is largely based on gmacros.h from glib with a few custom macros that were repeated in the spice codebase. | |||||
2010-03-05 | Disable warning about our use of pragma pack in include file | Alexander Larsson | 1 | -0/+1 | |
Without this we can't build the driver | |||||
2010-02-04 | fix up reames | Alexander Larsson | 1 | -2/+2 | |
2010-02-04 | Fix up SPICE_SPICE typo | Alexander Larsson | 1 | -1/+1 | |
2010-02-04 | Add autoconf and pkg-config setup | Alexander Larsson | 1 | -0/+18 | |
2010-02-04 | Always include using <spice/foo.h> style | Alexander Larsson | 3 | -8/+4 | |
2010-02-04 | Hide internal macros with _SPICE prefix | Alexander Larsson | 1 | -18/+18 | |
2010-02-04 | Clean up and standardize header guards | Alexander Larsson | 10 | -24/+20 | |
2010-02-04 | Clean up header names, removing references to "red" | Alexander Larsson | 3 | -0/+0 | |
red_error_codes.h -> spice/error_codes.h red.h -> spice/protocol.h reds_stat.h -> spice/stats.h |