Go to file
Alexander Larsson deaf22e9bc Fix scaling with large magnification
When scaling part of an image we need to specify the source coordinates
in transformed coordinates. For large magnifications this means
we will get pretty large values.

Now, if e.g. src_x * transform is larger than 32765, then the coordinate
ends up outside the pixman 16bit image size, so the rendering
will not work.

In order to work around this we generate a "sub-image" of the pixman
image such that the src_x/y values we have to specify are zero (or near
zero).
2012-03-20 15:25:49 +01:00
common Fix scaling with large magnification 2012-03-20 15:25:49 +01:00
python_modules support python 2.5.4+ for marshaller/demarshallers 2012-03-20 15:25:49 +01:00
spice1.proto Don't send padding over the network with video data 2012-03-20 15:25:49 +01:00
spice_codegen.py Make pointers 32bit in new protocol format 2012-03-20 15:25:45 +01:00
spice.proto Don't send padding over the network with video data 2012-03-20 15:25:49 +01:00