<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/glut, 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-11-01T13:30:22Z</updated>
<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>glut: Define eventParser for non-Windows only.</title>
<updated>2010-09-21T22:17:52Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-09-21T22:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3642ca2f66efa8e078062f566b8f9975928d9f44'/>
<id>urn:sha1:3642ca2f66efa8e078062f566b8f9975928d9f44</id>
<content type='text'>
Fixes this GCC warning on MinGW build.
glut_input.c:295: warning: 'eventParser' defined but not used
</content>
</entry>
<entry>
<title>glut: Define markWindowHidden for non-Windows only.</title>
<updated>2010-09-21T22:11:00Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-09-21T22:11:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=13cd131b0f713c468c3cf3b12f6439288d5a3161'/>
<id>urn:sha1:13cd131b0f713c468c3cf3b12f6439288d5a3161</id>
<content type='text'>
Fixes this GCC warning on MinGW build.
glut_event.c:255: warning: 'markWindowHidden' defined but not used
</content>
</entry>
<entry>
<title>glut: Silence missing initializer warning.</title>
<updated>2010-08-30T13:12:01Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-08-30T13:12:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f3eebb846587b96da280659c7dea6457a886ab85'/>
<id>urn:sha1:f3eebb846587b96da280659c7dea6457a886ab85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>glut: also check for GLX_ARB_multisample</title>
<updated>2010-08-10T23:28:33Z</updated>
<author>
<name>Nigel Stewart</name>
<email>nstewart@nvidia.com</email>
</author>
<published>2010-08-10T23:27:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6768afbe9fb4cb2324317f460230ebbbd1e0e295'/>
<id>urn:sha1:6768afbe9fb4cb2324317f460230ebbbd1e0e295</id>
<content type='text'>
Signed-off-by: Brian Paul &lt;brianp@vmware.com&gt;
</content>
</entry>
<entry>
<title>Makefiles: Don't complain if depend file to be included doesn't exist.</title>
<updated>2010-07-21T20:19:33Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-07-20T22:59:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9d1a61efbecfb0093887ebe14b4aff4e7f6aeb85'/>
<id>urn:sha1:9d1a61efbecfb0093887ebe14b4aff4e7f6aeb85</id>
<content type='text'>
While bootstrapping the dependencies, make will see the "include depend"
directive before the depend file has been created. To avoid a spurious
warning in this case we use "-include" instead, (which differs precisely
in the fact that it will not emit a diagnostic if the named file does
not exist).
</content>
</entry>
<entry>
<title>glut: Remove duplicate symbol definition.</title>
<updated>2010-07-16T20:48:36Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-07-16T20:48:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=65ba566ff1fdefe5091ad7e4a9603c6c9a5b19c3'/>
<id>urn:sha1:65ba566ff1fdefe5091ad7e4a9603c6c9a5b19c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>glut: Include X11 headers and libraries in SCons build.</title>
<updated>2010-04-05T01:28:03Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-04-05T01:28:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=940098e9254600d990f06d1ea83558302751782e'/>
<id>urn:sha1:940098e9254600d990f06d1ea83558302751782e</id>
<content type='text'>
Fixes Mac OS X SCons build.
</content>
</entry>
<entry>
<title>glut: Add asserts to check for null pointer dereferences.</title>
<updated>2010-02-28T05:19:47Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-02-28T05:19:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=edd6c338cfa69b6bf9cac0922ebb9518fbca7eed'/>
<id>urn:sha1:edd6c338cfa69b6bf9cac0922ebb9518fbca7eed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop unused glut 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:19:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b15fe60ba568ff28de38dd0dc834fb9198650002'/>
<id>urn:sha1:b15fe60ba568ff28de38dd0dc834fb9198650002</id>
<content type='text'>
</content>
</entry>
</feed>
