<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/tests/unit/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>2010-09-05T09:17:51Z</updated>
<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: add testsuite</title>
<updated>2010-08-11T14:27:58Z</updated>
<author>
<name>Luca Barbieri</name>
<email>luca@luca-barbieri.com</email>
</author>
<published>2010-08-11T13:57:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=945e38c73b46afc12b0655f9fc8200f216a8f8c1'/>
<id>urn:sha1:945e38c73b46afc12b0655f9fc8200f216a8f8c1</id>
<content type='text'>
Currently only checks all possible format conversions, and doesn't
attempt to test whether multiple buffers/elements or indices work.
</content>
</entry>
<entry>
<title>gallium/tests: Add test case for u_cache.</title>
<updated>2010-04-22T01:31:01Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-04-22T01:31:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=393009a939c5874e613b1cfa9836c0d925f5b42e'/>
<id>urn:sha1:393009a939c5874e613b1cfa9836c0d925f5b42e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium/tests: Add test case for pipe_barrier.</title>
<updated>2010-04-15T01:06:54Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-04-15T01:06:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c8efed89ba740fe06a8207ae17520a4db38c96a7'/>
<id>urn:sha1:c8efed89ba740fe06a8207ae17520a4db38c96a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>progs/gallium: Fix relative path in Makefile.</title>
<updated>2010-04-14T08:17:24Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-04-14T08:17:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=30d99ff7e0c52f1cb647d03464cc16830a006c72'/>
<id>urn:sha1:30d99ff7e0c52f1cb647d03464cc16830a006c72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>progs/gallium: Move into src/gallium/tests</title>
<updated>2010-04-12T22:05:46Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-04-12T22:05:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6917ef10f20d2c6de92e5432b9483d9648d8b0c0'/>
<id>urn:sha1:6917ef10f20d2c6de92e5432b9483d9648d8b0c0</id>
<content type='text'>
Two reasons:
- progs will eventually have its own repository
- it is just to easy to forget updating the
  code for interface changes when it is outside of src
</content>
</entry>
</feed>
