summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix misspellingsAlexander Larsson2010-07-083-9/+9
| | | | | SpicedSubMessage -> SpiceSubMessage QXLAlphaBlnd -> QXLAlphaBlend
* place pkgconfig file in /usr/shareGerd Hoffmann2010-07-081-1/+1
|
* Include enums.h from qxl_dev.hAlexander Larsson2010-07-081-0/+1
| | | | This makes stuff keep building as before when draw.h included enum.h
* List all the PCI ids and revisions instead of just the latest/currentAlexander Larsson2010-07-081-2/+8
|
* Move spice/draw.h to spiceAlexander Larsson2010-07-084-297/+0
|
* Add QXLCursorHeader and use instead of SpiceCursorHeader in qxlAlexander Larsson2010-07-081-1/+10
|
* Make SpiceLineAttr.style a normal pointerAlexander Larsson2010-07-081-1/+1
|
* Use QXLFIXED, not SPICE_FIXED28_4 in qxl_dev.hAlexander Larsson2010-07-081-8/+8
|
* qxl abi: Add QXLImage and & coGerd Hoffmann2010-07-072-79/+106
| | | | | | | Also, this changes the SpiceImage types to be more useful as internal types, with real typed pointers. It also adds a SpiceChunk iovec type for easy representation of chunked data.
* Update SpicePath.segments to a pointer arrayAlexander Larsson2010-07-051-1/+1
|
* Update SpiceString to use an array of pointers for glyphsGerd Hoffmann2010-07-022-8/+10
|
* Don't make SpicePath.segment a SpicePathSegAlexander Larsson2010-07-011-1/+1
| | | | | | The MS compiler doesn't like arrays of structures with an array of length zero at the end, so we have to manually cast this when using it.
* Simplify SpiceLineAttr by removing unused elements and enumsAlexander Larsson2010-06-302-20/+0
|
* 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
|