<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/es, 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-05-12T07:03:42Z</updated>
<entry>
<title>mesa/es: Merge back to core mesa.</title>
<updated>2010-05-12T07:03:42Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-05-12T06:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=87cc2da16ef2c32813eee9c9c8af3c919f4739d9'/>
<id>urn:sha1:87cc2da16ef2c32813eee9c9c8af3c919f4739d9</id>
<content type='text'>
With the omit list gone, there are not too many differences in building
core mesa and ES overlay.  Remove the mesa/es and build both of them in
src/mesa/Makefile.
</content>
</entry>
<entry>
<title>mesa/es: Remove omit list.</title>
<updated>2010-05-12T05:50:29Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-05-12T05:37:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=8d5c83c467f83b44f5f2e271c4f9cca2d45af518'/>
<id>urn:sha1:8d5c83c467f83b44f5f2e271c4f9cca2d45af518</id>
<content type='text'>
vbo/vbo_save* are the last members on the omit list.  Test FEATURE_dlist
in the sources and remove the omit list.
</content>
</entry>
<entry>
<title>mesa: Make FEATURE_ATI_fragment_shader more modular.</title>
<updated>2010-05-12T05:46:53Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-05-12T05:26:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=eb5100accc888b9a9cfc24bc3d3452ea62a84c09'/>
<id>urn:sha1:eb5100accc888b9a9cfc24bc3d3452ea62a84c09</id>
<content type='text'>
This allows atifragshader.h to be used without knowing if
FEATURE_ATI_fragment_shader is enabled.  As a result, atifragshader.c is
removed from the omit list in ES overlay.
</content>
</entry>
<entry>
<title>mesa/es: Remove sources.mak.</title>
<updated>2010-05-12T05:08:09Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-05-12T04:51:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=82c6c31f55cfa8db63361b174137b2a371aa4900'/>
<id>urn:sha1:82c6c31f55cfa8db63361b174137b2a371aa4900</id>
<content type='text'>
All ES overlay sources have been merged into core Mesa.  Not much is
left in sources.mak so merge it into Makefile.
</content>
</entry>
<entry>
<title>mesa/es: Update sources.mak and fix the build.</title>
<updated>2010-05-12T04:30:22Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-03-31T04:44:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=cc289e22213c5f5fe72602ce81db992bc8f7b1ad'/>
<id>urn:sha1:cc289e22213c5f5fe72602ce81db992bc8f7b1ad</id>
<content type='text'>
Remove sources that are feature-aware from the omit list.  x86 -O0 build
is ~12KiB smaller afther making those sources feature-aware.

Also, remove get.c from the omit list as get_es[12].c have been merged
to it.
</content>
</entry>
<entry>
<title>glapi: Move to src/mapi/.</title>
<updated>2010-05-07T02:41:11Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-04-26T04:56:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=296adbd545b8efd38c9ed508166b2de2764a444b'/>
<id>urn:sha1:296adbd545b8efd38c9ed508166b2de2764a444b</id>
<content type='text'>
Move glapi to src/mapi/{glapi,es1api,es2api}.
</content>
</entry>
<entry>
<title>glapi: Move assembly dispatchers back into glapi/.</title>
<updated>2010-05-07T02:41:10Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-04-26T04:47:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=73ded0624de66bc83ae990530febb129d950d04b'/>
<id>urn:sha1:73ded0624de66bc83ae990530febb129d950d04b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generate es glapi files when es1 or es2 is enabled</title>
<updated>2010-05-03T12:33:23Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-05-03T12:32:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=723511bb32900a8e2f463a2622c7e9a908f64583'/>
<id>urn:sha1:723511bb32900a8e2f463a2622c7e9a908f64583</id>
<content type='text'>
</content>
</entry>
<entry>
<title>st/mesa: Move st_cb_drawtex.c to the mesa state tracker</title>
<updated>2010-04-28T18:05:20Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-04-27T14:52:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=0f5e8f77022f8bb4ac00128af6d217da747e63df'/>
<id>urn:sha1:0f5e8f77022f8bb4ac00128af6d217da747e63df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>es: Drop es specific enums.c</title>
<updated>2010-04-28T18:05:20Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-04-27T13:00:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=3bd6e003462e579c6c1b4a62d8e5f26cb314862d'/>
<id>urn:sha1:3bd6e003462e579c6c1b4a62d8e5f26cb314862d</id>
<content type='text'>
</content>
</entry>
</feed>
