<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/tests/unit, branch envsa_r300</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=envsa_r300</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=envsa_r300'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2011-03-09T01:59:57Z</updated>
<entry>
<title>scons: Fix immediate Python exceptions with SCons on SunOS.</title>
<updated>2011-03-09T01:59:57Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2011-03-09T01:59:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c0d3fb4b6c11fd128921c464f753480a137555a0'/>
<id>urn:sha1:c0d3fb4b6c11fd128921c464f753480a137555a0</id>
<content type='text'>
The build still fails.
</content>
</entry>
<entry>
<title>scons: Revamp how to specify targets to build.</title>
<updated>2010-11-01T13:30:22Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-11-01T13:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=601498ae73e654c2de997ea75075613a694d604d'/>
<id>urn:sha1:601498ae73e654c2de997ea75075613a694d604d</id>
<content type='text'>
Use scons target and dependency system instead of ad-hoc options.

Now is simply a matter of naming what to build. For example:

  scons libgl-xlib

  scons libgl-gdi

  scons graw-progs

  scons llvmpipe

and so on. And there is also the possibility of scepcified subdirs, e.g.

  scons src/gallium/drivers

If nothing is specified then everything will be build.

There might be some rough corners over the next days. Please bare with me.
</content>
</entry>
<entry>
<title>util: Flush stdout on util_format.</title>
<updated>2010-09-22T14:02:39Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-09-11T12:20:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=256b9d99fb704d6c11d6242b7ec40206963f201e'/>
<id>urn:sha1:256b9d99fb704d6c11d6242b7ec40206963f201e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>util: Helper function to determined whether two formats can be memcpy'ed.</title>
<updated>2010-09-05T09:17:51Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-09-04T10:53:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b8684b2458bc9bdcfd6b43dc7c2b8c2d485105fd'/>
<id>urn:sha1:b8684b2458bc9bdcfd6b43dc7c2b8c2d485105fd</id>
<content type='text'>
These are the non-trivial conversions that this function recognizes,
which was produced by u_format_compatible_test.c:

  b8g8r8a8_unorm -&gt; b8g8r8x8_unorm
  a8r8g8b8_unorm -&gt; x8r8g8b8_unorm
  b5g5r5a1_unorm -&gt; b5g5r5x1_unorm
  b4g4r4a4_unorm -&gt; b4g4r4x4_unorm
  l8_unorm -&gt; r8_unorm
  i8_unorm -&gt; l8_unorm
  i8_unorm -&gt; a8_unorm
  i8_unorm -&gt; r8_unorm
  l16_unorm -&gt; r16_unorm
  z24_unorm_s8_uscaled -&gt; z24x8_unorm
  s8_uscaled_z24_unorm -&gt; x8z24_unorm
  r8g8b8a8_unorm -&gt; r8g8b8x8_unorm
  a8b8g8r8_srgb -&gt; x8b8g8r8_srgb
  b8g8r8a8_srgb -&gt; b8g8r8x8_srgb
  a8r8g8b8_srgb -&gt; x8r8g8b8_srgb
  a8b8g8r8_unorm -&gt; x8b8g8r8_unorm
  r10g10b10a2_uscaled -&gt; r10g10b10x2_uscaled
  r10sg10sb10sa2u_norm -&gt; r10g10b10x2_snorm

State trackers and pipe drivers should be updated to take advantage of
this knowledge, e.g., in surface_copy.
</content>
</entry>
<entry>
<title>translate_test: Fix compilation with MSVC.</title>
<updated>2010-08-13T00:12:56Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-13T00:12:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=26c042c30aa3a2ec7eaf1a2b766bc4fd2bfcdb84'/>
<id>urn:sha1:26c042c30aa3a2ec7eaf1a2b766bc4fd2bfcdb84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>translate_test: fix compilation on non-POSIX platforms</title>
<updated>2010-08-12T20:10:09Z</updated>
<author>
<name>Luca Barbieri</name>
<email>luca@luca-barbieri.com</email>
</author>
<published>2010-08-12T20:07:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b9abe7f62c09c0395214b9447032323b3846b2cf'/>
<id>urn:sha1:b9abe7f62c09c0395214b9447032323b3846b2cf</id>
<content type='text'>
Use a kludgy function based on rand() instead of drand48()
</content>
</entry>
<entry>
<title>translate_test: improve</title>
<updated>2010-08-12T16:36:21Z</updated>
<author>
<name>Luca Barbieri</name>
<email>luca@luca-barbieri.com</email>
</author>
<published>2010-08-12T16:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=4d946c4e8adf3f0ac447b6a9a6caf17392b816cd'/>
<id>urn:sha1:4d946c4e8adf3f0ac447b6a9a6caf17392b816cd</id>
<content type='text'>
1. Generate random data specifically for float and doubles, so that
   they end up in [0, 1] range
2. Don't test useless conversions like SCALED &lt;-&gt; NORM
3. Poison the buffers before testing
</content>
</entry>
<entry>
<title>scons: Fix freebsd8 build.</title>
<updated>2010-08-12T01:57:27Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-12T01:57:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e1bb9ee7a6b7dea0e0388ffb375447ad40f38499'/>
<id>urn:sha1:e1bb9ee7a6b7dea0e0388ffb375447ad40f38499</id>
<content type='text'>
</content>
</entry>
<entry>
<title>translate_test: fix segfault on x86-64</title>
<updated>2010-08-11T20:32:20Z</updated>
<author>
<name>Luca Barbieri</name>
<email>luca@luca-barbieri.com</email>
</author>
<published>2010-08-11T20:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=39cd4f7ceb09dc3050f93d1fb326faf24c11150e'/>
<id>urn:sha1:39cd4f7ceb09dc3050f93d1fb326faf24c11150e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>translate_test: fix, reindent, and improve</title>
<updated>2010-08-11T19:47:28Z</updated>
<author>
<name>Luca Barbieri</name>
<email>luca@luca-barbieri.com</email>
</author>
<published>2010-08-11T19:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=99cc6d70a4dc87c67f3eec9b118a853947718373'/>
<id>urn:sha1:99cc6d70a4dc87c67f3eec9b118a853947718373</id>
<content type='text'>
1. Fix the segfault due to the reverted commit using the new interface
2. Reindent to Mesa 3 spaces style
3. Improve output and return success/failure with error code
4. Add much better support for testing translate_sse
</content>
</entry>
</feed>
