Go to file
Alexander Larsson 96faad998e 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.

The fix is to make the src_x/y offset part of the transformation.
This means its automatically transformed by the correct scaling, and
the coordinates passed into pixman are not (typically) over 16bit.
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