<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mapi/vgapi/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-13T12:33:41Z</updated>
<entry>
<title>scons: Ensure the OpenVG/EGL import libs are also prefixed with 'lib'.</title>
<updated>2011-01-13T12:33:41Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2011-01-13T12:33:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9277a62aa3c1b2073dcfafcf34265b4d7154f4da'/>
<id>urn:sha1:9277a62aa3c1b2073dcfafcf34265b4d7154f4da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: Build libOpenVG.dll &amp; libEGL.dll</title>
<updated>2011-01-13T11:54:43Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2011-01-13T11:54:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=63528c4510e4891a13c255871b1dd5c2dafdb02c'/>
<id>urn:sha1:63528c4510e4891a13c255871b1dd5c2dafdb02c</id>
<content type='text'>
But without creating liblibOpenVG or liblibEGL elsewhere.

Thanks Chia-I Wu for pointing this out.
</content>
</entry>
<entry>
<title>scons: Fix build on systems without libOpenVG.so</title>
<updated>2011-01-12T15:06:57Z</updated>
<author>
<name>José Fonseca</name>
<email>jfonseca@vmware.com</email>
</author>
<published>2011-01-12T15:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b07ad1d6bd08bfe3ab84b660587523d5711ea21f'/>
<id>urn:sha1:b07ad1d6bd08bfe3ab84b660587523d5711ea21f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scons: Updates for targets/egl-static.</title>
<updated>2011-01-12T09:40:01Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2011-01-09T15:37:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=a8b6b6555c7d6a02a3d095c72ebbdc218bc45cd3'/>
<id>urn:sha1:a8b6b6555c7d6a02a3d095c72ebbdc218bc45cd3</id>
<content type='text'>
Update SConscripts to re-enable or add support for EGL on windows and
x11 platforms respectively.  targets/egl-gdi is replaced by
targets/egl-static, where "-static" means pipe drivers and state
trackers are linked to statically by egl_gallium, and egl_gallium is a
built-in driver of libEGL.  There is no more egl_gallium.dll on Windows.
</content>
</entry>
<entry>
<title>mapi: Rewrite mapi_abi.py to get rid of preprocessor magic.</title>
<updated>2010-12-06T07:40:37Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-12-06T02:27:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8f2a974cf2c9b6c00dfac11be4316a7d121dfbb4'/>
<id>urn:sha1:8f2a974cf2c9b6c00dfac11be4316a7d121dfbb4</id>
<content type='text'>
The preprocessor magic in mapi was nothing but obfuscation.  Rewrite
mapi_abi.py to generate real C code.

This commit removes the hack added in
43121f20866bb89e8dac92bd92ec85a943704b7e.
</content>
</entry>
<entry>
<title>mapi: Use MAPI_EXPORT to export public functions.</title>
<updated>2010-08-21T06:13:59Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-08-21T05:03:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=29cff9ce2e9445d90076a521510310ef63eea435'/>
<id>urn:sha1:29cff9ce2e9445d90076a521510310ef63eea435</id>
<content type='text'>
mapi.h is included by vgapi and st/vega.  On win32, the macro expands to
dllexport and dllimport respectively.
</content>
</entry>
<entry>
<title>vgapi: Generate PIC objects.</title>
<updated>2010-05-31T23:33:29Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-05-31T23:30:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=79e5bea3cb498e7a663e0f08db49fe2de764650c'/>
<id>urn:sha1:79e5bea3cb498e7a663e0f08db49fe2de764650c</id>
<content type='text'>
Fixes "...; recompile with -fPIC" error on x86-64.  See fdo 28336.
</content>
</entry>
<entry>
<title>mapi/vgapi: Add SConscript for Windows build.</title>
<updated>2010-05-31T05:27:53Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-05-31T04:37:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=60558b1594e864ce8d44f2fe910075f2e47a164f'/>
<id>urn:sha1:60558b1594e864ce8d44f2fe910075f2e47a164f</id>
<content type='text'>
</content>
</entry>
</feed>
