<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/gallium/targets/libgl-gdi/SConscript, 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>2011-01-31T18:17:10Z</updated>
<entry>
<title>Remove talloc from the SCons build system.</title>
<updated>2011-01-31T18:17:10Z</updated>
<author>
<name>Kenneth Graunke</name>
<email>kenneth@whitecape.org</email>
</author>
<published>2011-01-24T18:35:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8aac5d123c4636fad5e9d70c3a6706aaa6f1f240'/>
<id>urn:sha1:8aac5d123c4636fad5e9d70c3a6706aaa6f1f240</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: Add support for GLES.</title>
<updated>2011-01-22T03:59:05Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2011-01-14T09:50:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=bb770af3a59e5935c108c05ee45490fc5668d4a3'/>
<id>urn:sha1:bb770af3a59e5935c108c05ee45490fc5668d4a3</id>
<content type='text'>
GLES can be enabled by running scons with

  $ scons gles=yes

When gles=yes is given, the build is changed in three ways.  First,
libmesa.a will be built with FEATURE_ES1 and FEATURE_ES2.  This makes
DRI drivers and libEGL support and advertise GLES support.  Second, GLES
libraries will be created.  They are libGLESv1_CM, libGLESv2, and
libglapi.  Last, libGL or opengl32 will link to libglapi.  This change
is required as _glapi_* will be declared as __declspec(dllimport) in
libmesa.a on windows.  libmesa.a expects those symbols to be defined in
another DLL.  Due to this change to GL, GLES support is marked
experimental.

Note that GLES requires libxml2-python to generate some of its sources.
</content>
</entry>
<entry>
<title>libgl-gdi: Allow to pick softpipe/llvmpipe on runtime.</title>
<updated>2010-11-16T18:56:39Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-11-16T18:56:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=4f84a3aa32b06c99e65a4bf91452671075f8204c'/>
<id>urn:sha1:4f84a3aa32b06c99e65a4bf91452671075f8204c</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>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>
<entry>
<title>rbug: Add to all targets that link against trace</title>
<updated>2010-05-12T19:15:23Z</updated>
<author>
<name>Jakob Bornecrantz</name>
<email>jakob@vmware.com</email>
</author>
<published>2010-05-12T19:11:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=53cbb81576671d6d39e6a353e79ebda2c512d735'/>
<id>urn:sha1:53cbb81576671d6d39e6a353e79ebda2c512d735</id>
<content type='text'>
Also added calls to the create function in target helpers and in
tr_drm.c the latter being a hack and should be replaced with the
wrap screen target helper. But at least this way we don't regress.
</content>
</entry>
<entry>
<title>scons: Always build softpipe and llvmpipe (when llvm available).</title>
<updated>2010-04-11T08:17:35Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-04-10T02:01:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=47a89e9255846f55efe0992c94b65ae7c911dbb3'/>
<id>urn:sha1:47a89e9255846f55efe0992c94b65ae7c911dbb3</id>
<content type='text'>
These are our reference software rasterizers. They can build everywhere
and are a precious debugging tool.

Making them always present immensily simplifies the scons logic.

If people want to avoid building it is still possible to pass
direcotries and target names to scons to narrow the build.
</content>
</entry>
<entry>
<title>scons: Make LLVM a black-white dependency.</title>
<updated>2010-04-11T08:17:34Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2010-04-10T01:41:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ea532f0e725bd68e7784189c9b7f6f7bf7f9d901'/>
<id>urn:sha1:ea532f0e725bd68e7784189c9b7f6f7bf7f9d901</id>
<content type='text'>
Now that draw depends on llvm it is very difficult to correctly handle
broken llvm installations. Either the user requests LLVM and it needs to
supply a working installation. Or it doesn't, and it gets no LLVM
accelerate pipe drivers.
</content>
</entry>
<entry>
<title>gallium: Fix Windows SCons build.</title>
<updated>2010-03-27T01:58:44Z</updated>
<author>
<name>Vinson Lee</name>
<email>vlee@vmware.com</email>
</author>
<published>2010-03-27T01:58:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=95030062857cf8d370a0125ddf3ffc71b70c8104'/>
<id>urn:sha1:95030062857cf8d370a0125ddf3ffc71b70c8104</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gallium: create target for gdi libgl</title>
<updated>2010-03-09T17:58:40Z</updated>
<author>
<name>Keith Whitwell</name>
<email>keithw@vmware.com</email>
</author>
<published>2010-03-09T17:57:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0df858a8d541e342dfe569091b665c2a6dff7ef0'/>
<id>urn:sha1:0df858a8d541e342dfe569091b665c2a6dff7ef0</id>
<content type='text'>
</content>
</entry>
</feed>
