<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/auxiliary/util/SConscript, 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>2010-01-01T12:16:19Z</updated>
<entry>
<title>scons: Aggregate all tiny libraries in a single library.</title>
<updated>2010-01-01T12:16:19Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2009-12-31T22:18:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f8f4757d46627fb453f08dc63fde3d7f458eafe2'/>
<id>urn:sha1:f8f4757d46627fb453f08dc63fde3d7f458eafe2</id>
<content type='text'>
Makes integration of gallium into out of tree components much easier. No
pratical change for components in this tree,
</content>
</entry>
<entry>
<title>util: add blitter</title>
<updated>2009-12-15T18:00:30Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2009-12-10T09:25:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=55753f59ae1754738bed4b0cb6546db65891f53f'/>
<id>urn:sha1:55753f59ae1754738bed4b0cb6546db65891f53f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>util: add a function which converts 2D coordinates to cubemap coordinates</title>
<updated>2009-12-15T17:59:54Z</updated>
<author>
<name>Marek Olšák</name>
<email>maraeo@gmail.com</email>
</author>
<published>2009-12-12T22:38:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=4c61022b4a19f020ef8f6c635ecffa54a914fd7a'/>
<id>urn:sha1:4c61022b4a19f020ef8f6c635ecffa54a914fd7a</id>
<content type='text'>
The code was taken over from u_gen_mipmap.
</content>
</entry>
<entry>
<title>util: Add dl wrappers.</title>
<updated>2009-12-15T13:15:16Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2009-12-11T20:16:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d508bf862bdb2c706a6c8a3a0a7f99de77e5c8cc'/>
<id>urn:sha1:d508bf862bdb2c706a6c8a3a0a7f99de77e5c8cc</id>
<content type='text'>
Borrowed from Mesa, slightly changed for more type safety.
</content>
</entry>
<entry>
<title>util: Remove homegrown Windows KM profiler.</title>
<updated>2009-11-04T12:15:29Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2009-11-03T19:47:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0b4ea45e8aded79557da3a51bb88c9bbacfa07dc'/>
<id>urn:sha1:0b4ea45e8aded79557da3a51bb88c9bbacfa07dc</id>
<content type='text'>
It's not sampling based so its results are biased towards functions called
many times.
</content>
</entry>
<entry>
<title>util: Cleanup u_cpu_detect, build. Support X86_64 and detect SSE4.1 too.</title>
<updated>2009-09-29T12:59:16Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2009-09-29T12:25:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=a81fb2a0d2c9a94fa362705edd1281fa7699d093'/>
<id>urn:sha1:a81fb2a0d2c9a94fa362705edd1281fa7699d093</id>
<content type='text'>
I was waiting for the need to use this code to arise, and it finally came.

I've tested building this on Linux and Windows, both x86 and x64_64. But
it might break other platforms. Please bear with me and help me fix it.

Many thanks to Dennis Smit who submitted this, and Eric Anholt whose
work this was based on.
</content>
</entry>
<entry>
<title>util: Auto generate pixel format accessor functions from</title>
<updated>2009-08-30T11:37:03Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2009-08-30T11:02:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3d305243938980af520c6d3e0ce02f4ee3a6126c'/>
<id>urn:sha1:3d305243938980af520c6d3e0ce02f4ee3a6126c</id>
<content type='text'>
This has several advantages over the u_
 - not hand written
 - no intermediate memcpy of raw pixels
 - supports 4 ubytes in addition to floats
 - no need to pass a pipe_transfer

It also has (hopefully temporary) limitations:
 - no support for YUV
 - no support for SRGB
</content>
</entry>
<entry>
<title>util: Fix SCons build.</title>
<updated>2009-08-29T08:21:28Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2009-08-10T15:12:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=81644f63159da8a8b010c891cfa5eba9c074b4b2'/>
<id>urn:sha1:81644f63159da8a8b010c891cfa5eba9c074b4b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>util: Auto-generate u_format_table.c from SConscript.</title>
<updated>2009-08-29T08:21:28Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2009-08-10T14:23:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=fb56786f602d5becea6aea50c5c1dbb1945d12cf'/>
<id>urn:sha1:fb56786f602d5becea6aea50c5c1dbb1945d12cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>util: New file dedicated to dump state in human/machine readable format.</title>
<updated>2009-08-29T08:21:23Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2009-08-04T10:50:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=696f7f2be51672da41a947a7028e01e82e44a09f'/>
<id>urn:sha1:696f7f2be51672da41a947a7028e01e82e44a09f</id>
<content type='text'>
</content>
</entry>
</feed>
