Go to file
Alexander Larsson b0fe22b6ff canvas: Better coordinate rounding in scaling
When scaling in pixman you give the source coordinates in transformed
space rather than in the source coordinates. This is a bit problematic
when both source and destination coordinates are at integer positions, but
the scaling factor is not an exact 16.16 fixed point value. We used
to calculate the transformed source based on the floating point
transformation, which gave the wrong answer sometimes. Now we do the
calculations based on the fixed point transform that we give pixman.

However, even with this patch I can still sometimes see issues related
to this, although they are less bad.
2012-03-20 15:25:49 +01:00
common canvas: Better coordinate rounding in scaling 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