<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mapi/es1api, branch froyo-x86</title>
<subtitle>Androïd/x86 port of Mesa drivers
</subtitle>
<id>https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=froyo-x86</id>
<link rel='self' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/atom?h=froyo-x86'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/'/>
<updated>2011-03-16T12:18:39Z</updated>
<entry>
<title>android: Add pre-generated files.</title>
<updated>2011-03-16T12:18:39Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olvaffe@gmail.com</email>
</author>
<published>2011-01-15T06:58:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f547fef2d066607650635136910bbcc781cf6bff'/>
<id>urn:sha1:f547fef2d066607650635136910bbcc781cf6bff</id>
<content type='text'>
  make -C src/glsl builtin_function.cpp
  make -C src/es1api
  make -C src/es2api
  make -C src/shared-glapi
  make -C src/mesa/mai/api_exec_es{12}.c
</content>
</entry>
<entry>
<title>mapi: Workaround a bug in makedepend.</title>
<updated>2011-01-29T11:22:54Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2011-01-29T11:06:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=b825e4955243b8ecb57e58afafd8b2286fdd4369'/>
<id>urn:sha1:b825e4955243b8ecb57e58afafd8b2286fdd4369</id>
<content type='text'>
makedepend would crash when a source includes a header indirectly, such
as

  #define HEADER "some-header.h"
  #include HEADER

Do not define HEADER (makedepend would detects this as an incomplete
include) and add the dependency manually in the Makefile.

This should hopefully fix bug #33374.
</content>
</entry>
<entry>
<title>add machine generated files to .gitignore</title>
<updated>2011-01-24T16:17:57Z</updated>
<author>
<name>Tim Wiederhake</name>
<email>twied@gmx.net</email>
</author>
<published>2011-01-24T15:59:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d14764815cdd2d92545a2d1127e2d1bf348aa035'/>
<id>urn:sha1:d14764815cdd2d92545a2d1127e2d1bf348aa035</id>
<content type='text'>
Signed-off-by: Brian Paul &lt;brianp@vmware.com&gt;
</content>
</entry>
<entry>
<title>glapi: Fix OpenGL ES 1.1 and 2.0 interop.</title>
<updated>2011-01-20T09:15:50Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-12-26T10:02:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9767d3b5ad08640737e9d8dd4feb046478ae1f4b'/>
<id>urn:sha1:9767d3b5ad08640737e9d8dd4feb046478ae1f4b</id>
<content type='text'>
Move _glapi_* symbols from libGLESv1_CM.so and libGLESv2.so to
libglapi.so.  This makes sure an app will get only one copy of glapi in
its address space.

Note that with this change, libGLES* and libglapi must be built from the
same source tree and distributed together.  This requirement comes from
the fact that the dispatch offsets used by these libraries are
re-assigned whenever GLAPI XMLs are changed.
</content>
</entry>
<entry>
<title>Add machine generated files to .gitignore</title>
<updated>2011-01-20T07:48:47Z</updated>
<author>
<name>twied</name>
<email>twied@gmx.net</email>
</author>
<published>2011-01-17T18:46:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=aec19381ecef7d98211910709429e0077e82ef87'/>
<id>urn:sha1:aec19381ecef7d98211910709429e0077e82ef87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mapi: Clean up sources.mk.</title>
<updated>2010-12-18T07:05:58Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-12-10T19:27:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=7048095513f8e91db26736eee0343b1a00d18f6f'/>
<id>urn:sha1:7048095513f8e91db26736eee0343b1a00d18f6f</id>
<content type='text'>
Rename MAPI_GLAPI_SOURCES to MAPI_UTIL_SOURCES.  Rename macro
MAPI_GLAPI_CURRENT to MAPI_MODE_UTIL.  Update the comments to make it
clear that mapi may be used in two ways and how.
</content>
</entry>
<entry>
<title>mapi: Clean up u_current interface.</title>
<updated>2010-12-18T07:05:52Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-12-10T09:14:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c17d4999f108d86c468cf4b11b08f915c282ce12'/>
<id>urn:sha1:c17d4999f108d86c468cf4b11b08f915c282ce12</id>
<content type='text'>
Try not to use macros to make u_current.h appear to be glapi.h.  Use
u_current.h to implement glapi.h instead whenever possible.
</content>
</entry>
<entry>
<title>Fix a substitution in glesv1_cm.pc</title>
<updated>2010-05-20T20:57:10Z</updated>
<author>
<name>Eric Anholt</name>
<email>eric@anholt.net</email>
</author>
<published>2010-05-20T20:55:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=111dce90c195490fabfdf5d76f356884a5221ee3'/>
<id>urn:sha1:111dce90c195490fabfdf5d76f356884a5221ee3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mapi: Add install rules for OpenGL ES.</title>
<updated>2010-05-08T06:55:57Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-05-06T02:46:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=559046e7917e5b9e4226bb02e86da17e62f1385e'/>
<id>urn:sha1:559046e7917e5b9e4226bb02e86da17e62f1385e</id>
<content type='text'>
Move the install rules for OpenGL ES from src/mesa/Makefile to mapi.
</content>
</entry>
<entry>
<title>mapi: Merge src/gles/.</title>
<updated>2010-05-08T06:55:57Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-05-05T10:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3e1ccb2508fe71d789994daca94106afb7307955'/>
<id>urn:sha1:3e1ccb2508fe71d789994daca94106afb7307955</id>
<content type='text'>
Remove src/gles and have mapi/{es1api,es2api} build libGLESv1_CM.so and
libGLESv2.so.
</content>
</entry>
</feed>
