<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/math, branch android-x86-2.2</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=android-x86-2.2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=android-x86-2.2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2010-12-06T16:46:01Z</updated>
<entry>
<title>mesa: add error margin to clip mask debug/check code</title>
<updated>2010-12-06T16:46:01Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-12-06T16:44:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b89a731ff297dec597e3a4be1abf94e97d9b0e44'/>
<id>urn:sha1:b89a731ff297dec597e3a4be1abf94e97d9b0e44</id>
<content type='text'>
When X or Y or Z is close to W the outcome of the floating point clip
test comparision may be different between the C and x86 asm paths.
That's OK; don't report an error.

See fd.o bug 32093
</content>
</entry>
<entry>
<title>math: remove duplicated includes</title>
<updated>2010-09-30T15:36:31Z</updated>
<author>
<name>Nicolas Kaiser</name>
<email>nikai@nikai.net</email>
</author>
<published>2010-09-30T14:52:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=bad10b961aeae8d695ecec600d47de5f8505b396'/>
<id>urn:sha1:bad10b961aeae8d695ecec600d47de5f8505b396</id>
<content type='text'>
Remove duplicated includes.

Signed-off-by: Brian Paul &lt;brianp@vmware.com&gt;
</content>
</entry>
<entry>
<title>mesa: Fix printf format warning.</title>
<updated>2010-09-29T17:46:46Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-09-29T17:46:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=aa62416ae17b707ce059e92197f719a6896d109c'/>
<id>urn:sha1:aa62416ae17b707ce059e92197f719a6896d109c</id>
<content type='text'>
Fixes this GCC warning.
math/m_debug_xform.c: In function '_math_test_all_transform_functions':
math/m_debug_xform.c:320: warning: format not a string literal and no format arguments
</content>
</entry>
<entry>
<title>mesa: Fix printf format warning.</title>
<updated>2010-09-29T17:44:17Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-09-29T17:44:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9c841abebc809be232032066c314d37231e595e2'/>
<id>urn:sha1:9c841abebc809be232032066c314d37231e595e2</id>
<content type='text'>
Fixes this GCC warning.
math/m_debug_norm.c: In function '_math_test_all_normal_transform_functions':
math/m_debug_norm.c:365: warning: format not a string literal and no format arguments
</content>
</entry>
<entry>
<title>mesa: Fix printf format warning.</title>
<updated>2010-09-29T17:30:04Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-09-29T17:30:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ae0cd811892d55bee12afed88fd12bb2611517d3'/>
<id>urn:sha1:ae0cd811892d55bee12afed88fd12bb2611517d3</id>
<content type='text'>
Fixes this GCC warning.
math/m_debug_clip.c: In function '_math_test_all_cliptest_functions':
math/m_debug_clip.c:363: warning: format not a string literal and no format arguments
</content>
</entry>
<entry>
<title>mesa: Clean up header file inclusion in m_xform.h.</title>
<updated>2010-08-03T07:51:51Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-03T07:51:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=816ad9bc23e22950a1740de1d70c2c9ebbdda724'/>
<id>urn:sha1:816ad9bc23e22950a1740de1d70c2c9ebbdda724</id>
<content type='text'>
Include compiler.h for CONST symbol.

Remove config.h as m_xform.h uses no additional symbols from config.h.
</content>
</entry>
<entry>
<title>mesa: Reduce header file inclusion in m_translate.h.</title>
<updated>2010-08-03T07:41:19Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-03T07:41:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=19f7db9c9cfa75f05bb92114bbca15cb3c668dc8'/>
<id>urn:sha1:19f7db9c9cfa75f05bb92114bbca15cb3c668dc8</id>
<content type='text'>
m_translate.h does not use any additional symbols added by config.h.
</content>
</entry>
<entry>
<title>mesa: Include missing header in m_matrix.h.</title>
<updated>2010-08-03T07:33:04Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-08-03T07:33:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=29495bbb84a4f4517b108f2e88e0edc60bb4a341'/>
<id>urn:sha1:29495bbb84a4f4517b108f2e88e0edc60bb4a341</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mesa: Remove unnecessary headers.</title>
<updated>2010-07-30T19:13:17Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-07-30T19:13:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1a537b639ee7f2d35230c68ba89491711919656d'/>
<id>urn:sha1:1a537b639ee7f2d35230c68ba89491711919656d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mesa: Include macros.h in files that use symbols from macros.h.</title>
<updated>2010-07-30T07:41:08Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-07-30T07:41:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3fdd9fa556e9ba48244cb2b3966d3bfb0b84731b'/>
<id>urn:sha1:3fdd9fa556e9ba48244cb2b3966d3bfb0b84731b</id>
<content type='text'>
Don't rely on inclusion of other files that already include macros.h.
</content>
</entry>
</feed>
