<feed xmlns='http://www.w3.org/2005/Atom'>
<title>renesas/drm.git/radeon, branch android</title>
<subtitle>libdrm, cloned from git://anongit.freedesktop.org/mesa/drm</subtitle>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/'/>
<entry>
<title>radeon: fix tile_split of 128-bit surface formats with 8x MSAA</title>
<updated>2012-10-26T18:00:59+00:00</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2012-10-16T00:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=e32fff8e9ea8d522679eaab21a9555cab134fb36'/>
<id>e32fff8e9ea8d522679eaab21a9555cab134fb36</id>
<content type='text'>
The calculation led to the number 8192, which is too high.

Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The calculation led to the number 8192, which is too high.

Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>radeon: fix unused-function warning</title>
<updated>2012-10-24T16:25:58+00:00</updated>
<author>
<name>Andreas Boll</name>
<email>andreas.boll.dev@gmail.com</email>
</author>
<published>2012-08-28T10:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=bc494b310d76f701798aee0f2b0b472d608cbfaf'/>
<id>bc494b310d76f701798aee0f2b0b472d608cbfaf</id>
<content type='text'>
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but
not used [-Wunused-function]

Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but
not used [-Wunused-function]

Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>radeon: add some new SI pci ids</title>
<updated>2012-10-16T16:58:39+00:00</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2012-10-16T16:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=a4cb7233a8da171e53b48b376be5c1265c29a612'/>
<id>a4cb7233a8da171e53b48b376be5c1265c29a612</id>
<content type='text'>
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>radeon: fix stencil miptree allocation of combined ZS buffers on EG and SI</title>
<updated>2012-10-06T03:45:56+00:00</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2012-09-30T17:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=1aebfdc1121ccb6babb3a63dc0b99d68b4860b04'/>
<id>1aebfdc1121ccb6babb3a63dc0b99d68b4860b04</id>
<content type='text'>
This allows texturing with depth-stencil buffers directly without the copy
to CB. The separate miptree description for stencil is added, because
the stencil mipmap offsets are not really depth offsets/4 (at least
for the texture units).

Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows texturing with depth-stencil buffers directly without the copy
to CB. The separate miptree description for stencil is added, because
the stencil mipmap offsets are not really depth offsets/4 (at least
for the texture units).

Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>radeon: don't force stencil tile split to 0</title>
<updated>2012-10-06T03:45:26+00:00</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2012-09-30T17:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=77413e77b82a5d800c86b7d3b864d6cc797721c9'/>
<id>77413e77b82a5d800c86b7d3b864d6cc797721c9</id>
<content type='text'>
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>radeon: don't take the stencil-specific codepath for buffers without stencil</title>
<updated>2012-10-03T15:52:44+00:00</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2012-09-29T13:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=b3d90bbc1d43bb11d8de25109f403b1b30533c34'/>
<id>b3d90bbc1d43bb11d8de25109f403b1b30533c34</id>
<content type='text'>
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI.</title>
<updated>2012-09-06T13:25:13+00:00</updated>
<author>
<name>Michel Dänzer</name>
<email>michel.daenzer@amd.com</email>
</author>
<published>2012-09-05T16:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=b925022a3e4616665b388a78abab4e3270b4b4ec'/>
<id>b925022a3e4616665b388a78abab4e3270b4b4ec</id>
<content type='text'>
Another corner case that isn't well-explained yet.

Signed-off-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Another corner case that isn't well-explained yet.

Signed-off-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>radeon: Memory footprint of SI mipmap base level is padded to powers of two.</title>
<updated>2012-09-06T13:24:44+00:00</updated>
<author>
<name>Michel Dänzer</name>
<email>michel.daenzer@amd.com</email>
</author>
<published>2012-09-04T16:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=45083e6d36125c64267c917da3d81e1e144ed33d'/>
<id>45083e6d36125c64267c917da3d81e1e144ed33d</id>
<content type='text'>
Signed-off-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>radeon: Fix layout of linear aligned mipmaps on SI.</title>
<updated>2012-09-05T16:47:49+00:00</updated>
<author>
<name>Michel Dänzer</name>
<email>michel.daenzer@amd.com</email>
</author>
<published>2012-08-31T17:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=8572444fd0cda3e7b9557c09d2d0f7a9e049a2e7'/>
<id>8572444fd0cda3e7b9557c09d2d0f7a9e049a2e7</id>
<content type='text'>
Signed-off-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>radeon: align r600 msaa buffers to a multiple of macrotile size * num samples</title>
<updated>2012-08-24T14:51:14+00:00</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2012-08-20T15:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitolite.ideasonboard.com/renesas/drm.git/commit/?id=853429b939c792c4bc0bc91fdef696e3251b88d9'/>
<id>853429b939c792c4bc0bc91fdef696e3251b88d9</id>
<content type='text'>
I am not sure whether this is needed, but better be safe than sorry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I am not sure whether this is needed, but better be safe than sorry.
</pre>
</div>
</content>
</entry>
</feed>
