<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/drivers/i965simple, branch r300</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=r300</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=r300'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2009-10-05T18:48:03Z</updated>
<entry>
<title>i965g: Drop i965simple</title>
<updated>2009-10-05T18:48:03Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2009-09-29T17:22:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c4b821a4c64d75d944653d665bede946763ed95b'/>
<id>urn:sha1:c4b821a4c64d75d944653d665bede946763ed95b</id>
<content type='text'>
The driver never work with real hardware and has
bitrotted for quite some time now, might as well
drop it. If somebody wants to look at it just use git.
</content>
</entry>
<entry>
<title>gallium: Update vendor string.</title>
<updated>2009-09-23T09:32:50Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2009-09-22T16:16:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=21a949365d1de2f1fea6cb87c6f389e30156566f'/>
<id>urn:sha1:21a949365d1de2f1fea6cb87c6f389e30156566f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: Deprecate PIPE_CAP_S3TC.</title>
<updated>2009-09-16T13:33:52Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2009-09-16T13:31:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c29905aa318cf9ed782935552fa983b048646984'/>
<id>urn:sha1:c29905aa318cf9ed782935552fa983b048646984</id>
<content type='text'>
No longer used. S3TC support is queried via
pipe_screen::is_format_supported.
</content>
</entry>
<entry>
<title>gallium: rename copy/fill_rect utility functions</title>
<updated>2009-08-19T19:17:58Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-08-19T19:17:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8604a896a60a5f3f81d6ebecf827aeaddf8c640c'/>
<id>urn:sha1:8604a896a60a5f3f81d6ebecf827aeaddf8c640c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: Move minify() to u_math.</title>
<updated>2009-08-08T03:50:42Z</updated>
<author>
<name>Corbin Simpson</name>
<email>MostAwesomeDude@gmail.com</email>
</author>
<published>2009-08-08T03:16:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=847fcb645c1d0c69617f0cafe8e6410e13f08fa6'/>
<id>urn:sha1:847fcb645c1d0c69617f0cafe8e6410e13f08fa6</id>
<content type='text'>
minify() is usually used in mipmap size calculation. Strangely enough,
we all defined it as MAX2(1, d &gt;&gt; 1); imagine that. :3
</content>
</entry>
<entry>
<title>Rename TGSI LOOP instruction to better match theri usage.</title>
<updated>2009-07-31T16:14:40Z</updated>
<author>
<name>Michal Krol</name>
<email>michal@vmware.com</email>
</author>
<published>2009-07-31T16:12:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=cb90c43676c258419e4b617c908570891d3674cb'/>
<id>urn:sha1:cb90c43676c258419e4b617c908570891d3674cb</id>
<content type='text'>
The LOOP/ENDLOOP pair is renamed to BGNFOR/ENDFOR as its behaviour
is similar to a C language for-loop.

The BGNLOOP2/ENDLOOP2 pair is renamed to BGNLOOP/ENDLOOP as now
there is no name collision.
</content>
</entry>
<entry>
<title>gallium: simplify tgsi_full_immediate struct</title>
<updated>2009-07-22T11:42:09Z</updated>
<author>
<name>Keith Whitwell</name>
<email>keithw@vmware.com</email>
</author>
<published>2009-07-21T23:39:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=fd31f92cea0ce8613a22d8f4b3c75b340bcc5689'/>
<id>urn:sha1:fd31f92cea0ce8613a22d8f4b3c75b340bcc5689</id>
<content type='text'>
Remove the need to have a pointer in this struct by just including
the immediate data inline.  Having a pointer in the struct introduces
complications like needing to alloc/free the data pointed to, uncertainty
about who owns the data, etc.  There doesn't seem to be a need for it,
and it is unlikely to make much difference plus or minus to performance.

Added some asserts as we now will trip up on immediates with more
than four elements.  There were actually already quite a few such asserts,
but the &gt;4 case could be used in the future to specify indexable immediate
ranges, such as lookup tables.
</content>
</entry>
<entry>
<title>i965simple: use u_reduced_prim() function</title>
<updated>2009-06-19T15:48:43Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-06-19T15:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e164210f6511f4f1e5b2227e38b24b994e1a5ffc'/>
<id>urn:sha1:e164210f6511f4f1e5b2227e38b24b994e1a5ffc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: Make sure we flush before some texture / buffer operations.</title>
<updated>2009-04-15T15:16:58Z</updated>
<author>
<name>Thomas Hellstrom</name>
<email>thellstrom-at-vmware-dot-com</email>
</author>
<published>2009-04-15T13:53:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9b75627fab5bf2ea90f27ddd31b60c54895f6de6'/>
<id>urn:sha1:9b75627fab5bf2ea90f27ddd31b60c54895f6de6</id>
<content type='text'>
Also implement context member functions to optimize away those
flushes whenever possible.

Signed-off-by: Thomas Hellstrom &lt;thellstrom-at-vmware-dot-com&gt;
</content>
</entry>
<entry>
<title>i965simple: remove pipe_texture::compressed reference</title>
<updated>2009-04-09T21:33:09Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2009-04-09T21:09:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=a35e7458264fe6f0c2f200904779516f64953c33'/>
<id>urn:sha1:a35e7458264fe6f0c2f200904779516f64953c33</id>
<content type='text'>
</content>
</entry>
</feed>
