<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mapi/glapi, 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>drivers/x11: unifdef XFree86Server</title>
<updated>2010-11-29T22:37:54Z</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@redhat.com</email>
</author>
<published>2010-11-29T22:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=1ccef926be46dce3b6b5c76e812e2fae4e205ce7'/>
<id>urn:sha1:1ccef926be46dce3b6b5c76e812e2fae4e205ce7</id>
<content type='text'>
This code was for the old GLcore build of the software rasteriser.  The
X server switched to a DRI driver for software indirect GLX long ago.

Signed-off-by: Adam Jackson &lt;ajax@redhat.com&gt;
</content>
</entry>
<entry>
<title>mesa: hook up GL 3.x entrypoints</title>
<updated>2010-11-21T16:20:44Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-11-21T16:19:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=5ed51e950f8b5850cada5aa6289215dbf254c1c7'/>
<id>urn:sha1:5ed51e950f8b5850cada5aa6289215dbf254c1c7</id>
<content type='text'>
Fix up some details in the xml files and regenerate dispatch files.
</content>
</entry>
<entry>
<title>glapi: rename GL3.xml to GL3x.xml as it covers all GL 3.x versions</title>
<updated>2010-11-21T16:20:43Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-11-21T16:13:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=81c347ef79bc495eb45ae3e257bc534a6ebbf83d'/>
<id>urn:sha1:81c347ef79bc495eb45ae3e257bc534a6ebbf83d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mesa: upgrade to glext.h version 66</title>
<updated>2010-11-18T03:04:45Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-11-17T15:10:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=48af60b46540a30c3754f0e59801a62dfb1a146d'/>
<id>urn:sha1:48af60b46540a30c3754f0e59801a62dfb1a146d</id>
<content type='text'>
The type of the num/count parameter to glProgramParameters4[df]vNV()
changed so some API dispatch code needed updates too.
</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>Merge branch 'glapi-reorg'</title>
<updated>2010-10-29T04:46:59Z</updated>
<author>
<name>Chia-I Wu</name>
<email>olv@lunarg.com</email>
</author>
<published>2010-10-29T04:45:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9de5c6a1cb1428154c371f4331b55b5161957b50'/>
<id>urn:sha1:9de5c6a1cb1428154c371f4331b55b5161957b50</id>
<content type='text'>
Conflicts:
	src/mapi/glapi/glapi_sparc.S
	src/mapi/glapi/glapi_x86.S
	src/mapi/glapi/glapidispatch.h
	src/mapi/glapi/glapioffsets.h
	src/mapi/glapi/glprocs.h
</content>
</entry>
<entry>
<title>glapi: regenerated API files</title>
<updated>2010-10-29T03:17:41Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-10-29T03:17:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=a6fb2acfdbae273857ee0aceccbf5671539c769f'/>
<id>urn:sha1:a6fb2acfdbae273857ee0aceccbf5671539c769f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>glapi: include EXT_gpu_shader4.xml</title>
<updated>2010-10-29T03:17:41Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-10-29T03:17:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=20371d40b850cfe5c5602a015d675656fb92cb37'/>
<id>urn:sha1:20371d40b850cfe5c5602a015d675656fb92cb37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>glapi: xml spec file for GL_EXT_gpu_shader4</title>
<updated>2010-10-29T03:17:41Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-10-29T03:17:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=a52dbaa99a35859f7bf43e74817050c28964b9fd'/>
<id>urn:sha1:a52dbaa99a35859f7bf43e74817050c28964b9fd</id>
<content type='text'>
</content>
</entry>
</feed>
