<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/auxiliary/Makefile, 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>2011-03-13T19:24:26Z</updated>
<entry>
<title>gallivm: Use LLVM MC disassembler, instead of udis86.</title>
<updated>2011-03-13T19:24:26Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2011-03-13T19:24:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e6314db0ac537695a20feb5fab8d77a30836eccf'/>
<id>urn:sha1:e6314db0ac537695a20feb5fab8d77a30836eccf</id>
<content type='text'>
Included in LLVM 2.7+. Unlink udis86, should support all instructions that
LLVM can emit.
</content>
</entry>
<entry>
<title>gallium/util: new polygon stipple utility helper</title>
<updated>2011-03-10T16:44:32Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-03-10T16:44:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=7dcf019af2e76a4c6e0391c3c5e1d50966367df8'/>
<id>urn:sha1:7dcf019af2e76a4c6e0391c3c5e1d50966367df8</id>
<content type='text'>
The polygon stipple fallback does not have to be implemented in the
draw module (it doesn't need window coords, etc).  Drivers can use
this utility and avoid sw vertex fallbacks if pstipple is enabled.
Note: this is WIP and not used by any driver yet.
</content>
</entry>
<entry>
<title>gallium/util: add LATC support</title>
<updated>2011-03-08T22:52:37Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-03-07T01:21:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=23f92c20d721aa373d91a949586fd93a92d9f275'/>
<id>urn:sha1:23f92c20d721aa373d91a949586fd93a92d9f275</id>
<content type='text'>
Again, a lot of code is shared with RGTC.

The layout is UTIL_FORMAT_LAYOUT_RGTC, because LATC is just swizzled RGTC.
</content>
</entry>
<entry>
<title>gallium: add RGTC UNORM support to u_format.</title>
<updated>2011-03-02T05:30:16Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2011-03-02T04:34:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8d62b2aca99ba67f794dd682ed1ec49dc8826390'/>
<id>urn:sha1:8d62b2aca99ba67f794dd682ed1ec49dc8826390</id>
<content type='text'>
SNORM needs a bit of work in the state tracker in order for mipmap
generation to work I believe.

I'm also not sure that having unorm fetches for an snorm format is
sane.
</content>
</entry>
<entry>
<title>util: import a new vertex buffer manager</title>
<updated>2011-02-07T01:23:46Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2011-01-29T19:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=975320ab76f5c247f6ed4dab80627173845200d0'/>
<id>urn:sha1:975320ab76f5c247f6ed4dab80627173845200d0</id>
<content type='text'>
This code has originally matured in r300g and was ported to r600g several
times. It was obvious it's a code duplication.

See also comments in the header file.
</content>
</entry>
<entry>
<title>mesa: consolidate some compiler -D flags</title>
<updated>2010-12-03T20:52:59Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-12-03T17:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b87369e863c4c9650ef3a04a111e9ca79bca9e08'/>
<id>urn:sha1:b87369e863c4c9650ef3a04a111e9ca79bca9e08</id>
<content type='text'>
-D__STDC_CONSTANT_MACROS and -D__STDC_LIMIT_MACROS are only needed for
LLVM build.
</content>
</entry>
<entry>
<title>gallivm/llvmpipe: squash merge of the llvm-context branch</title>
<updated>2010-11-30T23:35:12Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-11-30T23:07:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=efc82aef35a2aac5d2ed9774f6d28f2626796416'/>
<id>urn:sha1:efc82aef35a2aac5d2ed9774f6d28f2626796416</id>
<content type='text'>
This branch defines a gallivm_state structure which contains the
LLVMBuilderRef, LLVMContextRef, etc.  All data structures built with
this object can be periodically freed during a "garbage collection"
operation.

The gallivm_state object has to be passed to most of the builder
functions where LLVMBuilderRef used to be used.

Conflicts:
	src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
	src/gallium/drivers/llvmpipe/lp_state_setup.c
</content>
</entry>
<entry>
<title>util: rename u_mempool -&gt; u_slab</title>
<updated>2010-11-30T09:12:26Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2010-11-29T22:37:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=80f24c1575688e9cd4a5a811137f43b7e0a661bb'/>
<id>urn:sha1:80f24c1575688e9cd4a5a811137f43b7e0a661bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: Remove redundant sw and debug target helpers</title>
<updated>2010-11-17T23:49:09Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2010-11-10T22:49:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e89e8a4347dacceda0b131b55d16206e25eb984f'/>
<id>urn:sha1:e89e8a4347dacceda0b131b55d16206e25eb984f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build on systems where "python" is python 3.</title>
<updated>2010-10-27T19:49:53Z</updated>
<author>
<name>Kenneth Graunke</name>
<email>kenneth@whitecape.org</email>
</author>
<published>2010-10-25T20:52:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3acc8265200295265b476222299a013791050b73'/>
<id>urn:sha1:3acc8265200295265b476222299a013791050b73</id>
<content type='text'>
First, it changes autoconf to use a "python2" binary when available,
rather than plain "python" (which is ambiguous).  Secondly, it changes
the Makefiles to use $(PYTHON) $(PYTHON_FLAGS) rather than calling
python directly.

Signed-off-by: Xavier Chantry &lt;chantry.xavier@gmail.com&gt;
Signed-off-by: Matthew William Cox &lt;matt@mattcox.ca&gt;
Signed-off-by: Kenneth Graunke &lt;kenneth@whitecape.org&gt;
</content>
</entry>
</feed>
