<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/glu, 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-10-19T14:59:27Z</updated>
<entry>
<title>mesa: fix mesa version string construction</title>
<updated>2010-10-19T14:59:27Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-10-18T15:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=988b246c471c9c7ece1082682853e3744b702dd2'/>
<id>urn:sha1:988b246c471c9c7ece1082682853e3744b702dd2</id>
<content type='text'>
Now that MESA_MINOR=10, we no longer need the extra '0' in the
version string.
</content>
</entry>
<entry>
<title>glu/sgi: Remove dead initialization in extract565rev.</title>
<updated>2010-07-16T08:11:03Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-07-16T08:11:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6f6c8ec7b724c088ce087d866d7eadabe95633c3'/>
<id>urn:sha1:6f6c8ec7b724c088ce087d866d7eadabe95633c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>glu/sgi: Remove dead initialization in extract565.</title>
<updated>2010-07-15T08:42:02Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-07-15T08:42:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=4f6aa567c0719495f2c4410212a89038fff1d7c5'/>
<id>urn:sha1:4f6aa567c0719495f2c4410212a89038fff1d7c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>glu: Fix some compiler warnings in libtess</title>
<updated>2010-06-30T13:59:39Z</updated>
<author>
<name>Neil Roberts</name>
<email>neil@linux.intel.com</email>
</author>
<published>2010-06-30T11:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=75acb896c6da758d03e86f8725d6ca0cb2c6ad82'/>
<id>urn:sha1:75acb896c6da758d03e86f8725d6ca0cb2c6ad82</id>
<content type='text'>
When compiled with the more aggressive compiler warnings such as
-Wshadow and -Wempty-body the libtess code gives a lot more
warnings. This fixes the following issues:

* The 'Swap' macro tries to combine multiple statements into one and
  then consume the trailing semicolon by using if(1){/*...*/}else.
  This gives warnings because the else part ends up with an empty
  statement. It also seems a bit dangerous because if the semicolon
  were missed then it would still be valid syntax but it would just
  ignore the following statement. This patch replaces it with the more
  common idiom do { /*...*/ } while(0).

* 'free' was being used as a local variable name but this shadows the
  global function. This has been renamed to 'free_handle'

* TRUE and FALSE were being unconditionally defined. Although this
  isn't currently a problem it seems better to guard them with #ifndef
  because it's quite common for them to be defined in other headers.

https://bugs.freedesktop.org/show_bug.cgi?id=28845

Signed-off-by: Brian Paul &lt;brianp@vmware.com&gt;
</content>
</entry>
<entry>
<title>Grammar and spelling fixes</title>
<updated>2010-03-12T15:55:05Z</updated>
<author>
<name>Jeff Smith</name>
<email>whydoubt@yahoo.com</email>
</author>
<published>2008-06-13T14:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=fab1f07d6ad01463897ae792f4b33738afb07369'/>
<id>urn:sha1:fab1f07d6ad01463897ae792f4b33738afb07369</id>
<content type='text'>
Signed-off-by: Jeff Smith &lt;whydoubt@yahoo.com&gt;
Signed-off-by: Brian Paul &lt;brianp@vmware.com&gt;
</content>
</entry>
<entry>
<title>Remove unused mini and mesa glu subdirectories</title>
<updated>2010-02-25T22:40:11Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-02-25T21:20:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=44f78eb18e851892f72b41be4119cf8b14cddbbb'/>
<id>urn:sha1:44f78eb18e851892f72b41be4119cf8b14cddbbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "glu/sgi: Set freed pointer to NULL."</title>
<updated>2010-02-25T22:26:25Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-02-25T22:26:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0bca812dc43c056c76fce8136f287f9de3c38975'/>
<id>urn:sha1:0bca812dc43c056c76fce8136f287f9de3c38975</id>
<content type='text'>
This commit breaks flightgear fgfs. A null pointer is
dereferenced in the function MakeVertex.

This reverts commit 9be414f4b93c763e1aee8f634a13721ae5d95fcd.
</content>
</entry>
<entry>
<title>glu/sgi: Set freed pointer to NULL.</title>
<updated>2010-02-25T10:19:00Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-02-25T10:19:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9be414f4b93c763e1aee8f634a13721ae5d95fcd'/>
<id>urn:sha1:9be414f4b93c763e1aee8f634a13721ae5d95fcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>glu/sgi: Add assert to check for null pointer dereference.</title>
<updated>2010-02-15T10:14:02Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-02-15T10:14:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e045af41469f2e2b512fc748cbad841774a39905'/>
<id>urn:sha1:e045af41469f2e2b512fc748cbad841774a39905</id>
<content type='text'>
</content>
</entry>
<entry>
<title>glu/sgi: Move initialization of members to top of Curve constructor.</title>
<updated>2010-02-15T06:28:32Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-02-15T06:26:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=026d4b5b9129beb463d5ffa4d2ab6b0f73506627'/>
<id>urn:sha1:026d4b5b9129beb463d5ffa4d2ab6b0f73506627</id>
<content type='text'>
This is a modification of commit 53d448657bd300ab68b2869b2fba76a627699baf.

The members cpts and spts are possibly used as arguments later in
the constructor.
</content>
</entry>
</feed>
