<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spice.git, branch 0.6.0</title>
<subtitle>Spice</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/'/>
<entry>
<title>Bump version to 0.6.0</title>
<updated>2010-08-31T12:42:20+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-08-31T12:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=fc2a84eb5beb4424d99121e2ed79c6bebefaf27e'/>
<id>fc2a84eb5beb4424d99121e2ed79c6bebefaf27e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require spice-protocol 0.6.0</title>
<updated>2010-08-31T12:41:44+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-08-31T12:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=0fb07f07eaaf26140e2897172af0f4fd3d7c3d01'/>
<id>0fb07f07eaaf26140e2897172af0f4fd3d7c3d01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS for release</title>
<updated>2010-08-31T12:11:05+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-08-31T12:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=c0583f6fe82b38f3969a309a90a65ea0f2f8347a'/>
<id>c0583f6fe82b38f3969a309a90a65ea0f2f8347a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix scaling with large magnification</title>
<updated>2010-08-31T11:31:19+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-08-31T10:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=012e54bf9f47a4b3085f2933f0dd3a05f919b2a4'/>
<id>012e54bf9f47a4b3085f2933f0dd3a05f919b2a4</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix scaling with large magnification"</title>
<updated>2010-08-31T11:31:19+00:00</updated>
<author>
<name>Alexander Larsson</name>
<email>alexl@redhat.com</email>
</author>
<published>2010-08-31T09:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=2e860b5b4a0ca4558b1978d8325628fb0081e74f'/>
<id>2e860b5b4a0ca4558b1978d8325628fb0081e74f</id>
<content type='text'>
This reverts commit e13be77f33609cb3fdae354ce1f2686ae865f9e0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e13be77f33609cb3fdae354ce1f2686ae865f9e0.
</pre>
</div>
</content>
</entry>
<entry>
<title>client: add default agent capabilities</title>
<updated>2010-08-31T11:30:00+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2010-08-31T08:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=c47def6e48a65addd2ed4c18a77bd5bb0dbf64eb'/>
<id>c47def6e48a65addd2ed4c18a77bd5bb0dbf64eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>qxl parser: complete parsing of QXLCompatDrawable structs</title>
<updated>2010-08-31T11:17:15+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
<email>kraxel@redhat.com</email>
</author>
<published>2010-08-31T09:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=3ce690d58d9f21606ab4544cb174d75becd54371'/>
<id>3ce690d58d9f21606ab4544cb174d75becd54371</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>server: red_current_add_equal - don't push a drawable to the middle of the pipe if it depends on surfaces.</title>
<updated>2010-08-31T10:26:46+00:00</updated>
<author>
<name>Yonit Halperin</name>
<email>yhalperi@redhat.com</email>
</author>
<published>2010-08-31T06:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=8bc4fe03446ddcb63d4576c643499480f429804c'/>
<id>8bc4fe03446ddcb63d4576c643499480f429804c</id>
<content type='text'>
This will prevent: 1) rendering problems (commands sent to the client in the wrong order)
2) sending commands for surfaces that haven't been created yet on the client side.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will prevent: 1) rendering problems (commands sent to the client in the wrong order)
2) sending commands for surfaces that haven't been created yet on the client side.
</pre>
</div>
</content>
</entry>
<entry>
<title>server: when woken up by data ready to be read, don't call write.</title>
<updated>2010-08-31T09:47:29+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2010-08-25T10:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=5b441c9bc500faec08e3aa5400c909310fefceb9'/>
<id>5b441c9bc500faec08e3aa5400c909310fefceb9</id>
<content type='text'>
This used to be a callback for the vdi_port "data ready" interrupt,
which did indicate either data ready to read or data ready to write, but
this is no longer the case now that virtio-serial is used.

This seemingly simple fix prevents a race that needs to be fixed with
another patch, see freedesktop bz #29903
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This used to be a callback for the vdi_port "data ready" interrupt,
which did indicate either data ready to read or data ready to write, but
this is no longer the case now that virtio-serial is used.

This seemingly simple fix prevents a race that needs to be fixed with
another patch, see freedesktop bz #29903
</pre>
</div>
</content>
</entry>
<entry>
<title>server: retry mouse send on queue full</title>
<updated>2010-08-31T09:43:31+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2010-08-25T10:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=4ef938f2b07dbd88965889f6e3c93f9a41baf0de'/>
<id>4ef938f2b07dbd88965889f6e3c93f9a41baf0de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
