<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/xserver.git/render, branch input-hotplug</title>
<subtitle>gitlab.freedesktop.org: xorg/xserver.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/'/>
<entry>
<title>transformIsIdentity() now doesn't accept a zero matrix as the identity.</title>
<updated>2006-09-11T23:15:40+00:00</updated>
<author>
<name>Tilman Sauerbeck</name>
<email>tilman@code-monkey.de</email>
</author>
<published>2006-09-11T23:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=594d4019c613b0f4bf8f48cc074ecc3c8366f1d7'/>
<id>594d4019c613b0f4bf8f48cc074ecc3c8366f1d7</id>
<content type='text'>
Added a non-zero test for one of the diagonal values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a non-zero test for one of the diagonal values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix.</title>
<updated>2006-09-11T17:43:09+00:00</updated>
<author>
<name>Tilman Sauerbeck</name>
<email>tilman@code-monkey.de</email>
</author>
<published>2006-09-11T17:43:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=fc30370d14125f86ee1192890a184881fa139546'/>
<id>fc30370d14125f86ee1192890a184881fa139546</id>
<content type='text'>
It now recognizes scaled variants of the identity matrix, too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It now recognizes scaled variants of the identity matrix, too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove RCS tags.  Fix Xprint makefile braindamage.</title>
<updated>2006-07-21T21:56:00+00:00</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@theobromine.nwnk.net</email>
</author>
<published>2006-07-21T21:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=0aaac95b0d12089b256c97f6ff955c8c229ae095'/>
<id>0aaac95b0d12089b256c97f6ff955c8c229ae095</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE</title>
<updated>2006-07-18T22:17:38+00:00</updated>
<author>
<name>Daniel Stone</name>
<email>daniel@fooishbar.org</email>
</author>
<published>2006-07-18T22:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=84683f19b4d1c712281036bcabf8dc623e64b26a'/>
<id>84683f19b4d1c712281036bcabf8dc623e64b26a</id>
<content type='text'>
Get rid of almost all uses of these definitions.  They're still defined for
delinquent out-of-tree drivers, and also for the Mesa build.  As well as
for miinitext.c.  But largely gone.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get rid of almost all uses of these definitions.  They're still defined for
delinquent out-of-tree drivers, and also for the Mesa build.  As well as
for miinitext.c.  But largely gone.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix source picture filter check for multiple screens.</title>
<updated>2006-07-03T17:22:26+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2006-07-03T17:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=25d871d98462f0481ee419295ddc94b8c79dc881'/>
<id>25d871d98462f0481ee419295ddc94b8c79dc881</id>
<content type='text'>
Now, we only check for filter commonality if we're operating on a source
picture, and we compare the id (screen-independent index of the filter name)
rather than the pointer to the filter (per-screen state).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now, we only check for filter commonality if we're operating on a source
picture, and we compare the id (screen-independent index of the filter name)
rather than the pointer to the filter (per-screen state).
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #7366: Fix crashes when setting filters on source pictures.</title>
<updated>2006-07-03T14:40:59+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2006-06-30T10:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=f5e92542a14f51029347b6476e4e4af69144930b'/>
<id>f5e92542a14f51029347b6476e4e4af69144930b</id>
<content type='text'>
Now, filters may only be set on source pictures when the filter is common to
all screens.  Also, like SetPictureTransform, ChangePictureFilter is now not
called on source pictures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now, filters may only be set on source pictures when the filter is common to
all screens.  Also, like SetPictureTransform, ChangePictureFilter is now not
called on source pictures.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #7366: Fix two crashes in operations on source pictures.</title>
<updated>2006-07-03T14:40:11+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2006-06-30T01:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=6ef457913955d4289081c7d07d528963ccf5272c'/>
<id>6ef457913955d4289081c7d07d528963ccf5272c</id>
<content type='text'>
A screen's ChangePictureTransform now isn't called when changing the transform,
as source pictures aren't associated with screens.  Also, attempting to set
an AlphaMap to a source picture will fail with BadMatch just like a Window
would, preventing another crash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A screen's ChangePictureTransform now isn't called when changing the transform,
as source pictures aren't associated with screens.  Also, attempting to set
an AlphaMap to a source picture will fail with BadMatch just like a Window
would, preventing another crash.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the default case from fbcompose.c switches which should cover all cases.</title>
<updated>2006-06-23T20:56:20+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2006-06-21T16:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=c7ac485a59709572307b9a4a9abacc52c7021b65'/>
<id>c7ac485a59709572307b9a4a9abacc52c7021b65</id>
<content type='text'>
Instead, stick the NULL return default case afterwards, so that the compiler can
warn us when we've got unimplemented cases.  Removes some unimplemented and
unused 8bpp, depth 4 picture format names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead, stick the NULL return default case afterwards, so that the compiler can
warn us when we've got unimplemented cases.  Removes some unimplemented and
unused 8bpp, depth 4 picture format names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert PICT_* names from #defines to an enum to aid in debugging.</title>
<updated>2006-06-19T22:11:55+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2006-06-19T20:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=e1672a12eb70836a2ceec803d505294897ae8cd2'/>
<id>e1672a12eb70836a2ceec803d505294897ae8cd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #6867: Yet another Render crash fix. (Michel Dänzer)</title>
<updated>2006-05-09T22:36:01+00:00</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@nwnk.net</email>
</author>
<published>2006-05-09T22:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/xserver.git/commit/?id=ab1a0249ba5e3174f18a1db212bc511fd7d74cb0'/>
<id>ab1a0249ba5e3174f18a1db212bc511fd7d74cb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
