<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/SConscript, 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-02T17:35:03Z</updated>
<entry>
<title>WIN32_THREADS -&gt; WIN32</title>
<updated>2010-12-02T17:35:03Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-12-02T17:27:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e3659329e0b91ea78afe32e231f2f75d3d728af9'/>
<id>urn:sha1:e3659329e0b91ea78afe32e231f2f75d3d728af9</id>
<content type='text'>
Fixes nasty bug where some parts of the code didn't define WIN32_THREADS
and were using the integer mutex implementation, causing even confusion
to the debuggers.

And there is little interest of other thread implemenation on Win32
besides Win32 threads.
</content>
</entry>
<entry>
<title>scons: Define IN_DRI_DRIVER.</title>
<updated>2010-11-21T01:47:11Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-11-21T01:47:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=bb045d339b53f7ddd42bfca363e3d589b0ddcf20'/>
<id>urn:sha1:bb045d339b53f7ddd42bfca363e3d589b0ddcf20</id>
<content type='text'>
The define is required for DRI drivers.  It is not needed for
libgl-xlib, but the overhead it introduces should be minor.
</content>
</entry>
<entry>
<title>scons: Fix MinGW cross-compilation.</title>
<updated>2010-11-01T13:56:16Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-11-01T13:56:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f9156ebcc4b26c5213750d4a9d032d65b60c9224'/>
<id>urn:sha1:f9156ebcc4b26c5213750d4a9d032d65b60c9224</id>
<content type='text'>
</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>mesa: split up the image.c file</title>
<updated>2010-10-23T16:19:29Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-10-23T15:15:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1c131752c3e07ef91f49d4970dafca6d26585334'/>
<id>urn:sha1:1c131752c3e07ef91f49d4970dafca6d26585334</id>
<content type='text'>
New files:
pack.c - image/row packing/unpacking functions
pixeltransfer.c - pixel scale/bias/lookup functions
</content>
</entry>
<entry>
<title>scons: Add program/sampler.cpp to SCons build.</title>
<updated>2010-09-28T19:03:45Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-09-28T19:03:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f46a61554f2cc8904a381d3e514403dca9754360'/>
<id>urn:sha1:f46a61554f2cc8904a381d3e514403dca9754360</id>
<content type='text'>
This is a follow-up to commit a32893221ce253da7bb465e0ec9d0df5f7208d8f.

Fixes MinGW SCons build.
</content>
</entry>
<entry>
<title>Delete more vestiges of the old shader compiler.</title>
<updated>2010-08-20T20:06:02Z</updated>
<author>
<name>Kenneth Graunke</name>
<email>kenneth@whitecape.org</email>
</author>
<published>2010-08-20T20:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=7f80041efae5be95ef53b8164e67027d234f9574'/>
<id>urn:sha1:7f80041efae5be95ef53b8164e67027d234f9574</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mesa: Add missing ES sources to SConscript.</title>
<updated>2010-08-20T11:26:43Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-08-19T12:42:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=cfc00817407932346d1b977d2f3c24394b4a3336'/>
<id>urn:sha1:cfc00817407932346d1b977d2f3c24394b4a3336</id>
<content type='text'>
These sources compile to nothing when FEATURE_ES is not defined and thus
were overlooked.  Note that api_exec_es[12].c are still missing on the
list.  They should be added when they can be generated on the fly.
</content>
</entry>
<entry>
<title>Merge branch 'glsl2'</title>
<updated>2010-08-17T02:08:53Z</updated>
<author>
<name>Ian Romanick</name>
<email>ian.d.romanick@intel.com</email>
</author>
<published>2010-08-17T02:08:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6c03c576cc49bbb008de66d374f4302ff0fe0390'/>
<id>urn:sha1:6c03c576cc49bbb008de66d374f4302ff0fe0390</id>
<content type='text'>
Conflicts:
	src/mesa/program/prog_optimize.c
</content>
</entry>
<entry>
<title>scons: Build the new glsl2 code.</title>
<updated>2010-08-13T12:55:34Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-08-13T12:55:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3a3cdb909da5b02edf921fcb5a009dfc2868d23d'/>
<id>urn:sha1:3a3cdb909da5b02edf921fcb5a009dfc2868d23d</id>
<content type='text'>
</content>
</entry>
</feed>
