<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/mesa/drivers/osmesa, 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-02-09T02:25:04Z</updated>
<entry>
<title>mesa: remove _mesa_initialize_context_for_api()</title>
<updated>2011-02-09T02:25:04Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-02-09T02:25:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=5e4ca1ccc9029fd75bb7676dc128e33d12da9665'/>
<id>urn:sha1:5e4ca1ccc9029fd75bb7676dc128e33d12da9665</id>
<content type='text'>
Just add the gl_api parameter to _mesa_initialize_context().
</content>
</entry>
<entry>
<title>Remove talloc from the make and automake build systems.</title>
<updated>2011-01-31T18:17:09Z</updated>
<author>
<name>Kenneth Graunke</name>
<email>kenneth@whitecape.org</email>
</author>
<published>2011-01-17T00:01:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d1d8120545b0bd2f7ec48c5f03c77b967b082e04'/>
<id>urn:sha1:d1d8120545b0bd2f7ec48c5f03c77b967b082e04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>osmesa: mklib requires arguments before objects</title>
<updated>2011-01-24T14:53:24Z</updated>
<author>
<name>Christopher James Halse Rogers</name>
<email>christopher.halse.rogers@canonical.com</email>
</author>
<published>2011-01-24T04:22:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=7d6abd254a46e37a27401c3ae0ce0645d8b0decd'/>
<id>urn:sha1:7d6abd254a46e37a27401c3ae0ce0645d8b0decd</id>
<content type='text'>
Fixes the build when selecting driver=osmesa and building static libraries.
Otherwise, mklib tries to add the ‘-ltalloc’ object to the archive, which
obviously fails.

Clients which statically link to osmesa will need to link to libtalloc also,
as specified in the Libs.private of osmesa.pc.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=33360

NOTE: This is a candidate for the 7.10 branch.

Signed-off-by: Christopher James Halse Rogers &lt;christopher.halse.rogers@canonical.com&gt;
Signed-off-by: Brian Paul &lt;brianp@vmware.com&gt;
</content>
</entry>
<entry>
<title>osmesa: pass context to _mesa_update_framebuffer_visual()</title>
<updated>2011-01-04T14:13:52Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2011-01-04T14:13:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c8a6a8bf2c8c530edfea737ab0f316ae7b1e42ee'/>
<id>urn:sha1:c8a6a8bf2c8c530edfea737ab0f316ae7b1e42ee</id>
<content type='text'>
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=32814
</content>
</entry>
<entry>
<title>osmesa: fix renderbuffer memleak in OSMesaMakeCurrent()</title>
<updated>2010-10-30T16:11:37Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-10-30T16:10:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=9c2b4814d0b7dc67777099ea249c09bcf9ee46eb'/>
<id>urn:sha1:9c2b4814d0b7dc67777099ea249c09bcf9ee46eb</id>
<content type='text'>
Fixes fd.o bug 31128.
</content>
</entry>
<entry>
<title>osmesa: link against libtalloc</title>
<updated>2010-10-20T19:54:57Z</updated>
<author>
<name>Orion Poplawski</name>
<email>orion@core.nwra.com</email>
</author>
<published>2010-10-20T19:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=5a3ac74ad594bd221389c2a5631f7ca8b8677fb0'/>
<id>urn:sha1:5a3ac74ad594bd221389c2a5631f7ca8b8677fb0</id>
<content type='text'>
Otherwise consumers have to, and that's lame.

Signed-off-by: Adam Jackson &lt;ajax@redhat.com&gt;
</content>
</entry>
<entry>
<title>Drop GLcontext typedef and use struct gl_context instead</title>
<updated>2010-10-13T13:43:25Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-10-12T16:26:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=f9995b30756140724f41daf963fa06167912be7f'/>
<id>urn:sha1:f9995b30756140724f41daf963fa06167912be7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop GLframebuffer typedef and just use struct gl_framebuffer</title>
<updated>2010-10-13T13:43:24Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-10-12T16:02:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=31aca27c08d6a385c595d34fe4ee06390bf5b0e8'/>
<id>urn:sha1:31aca27c08d6a385c595d34fe4ee06390bf5b0e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename GLvisual and __GLcontextModes to struct gl_config</title>
<updated>2010-10-13T13:43:24Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-10-12T15:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=d3491e775fb07f891463b2185d74bbad62f3ed24'/>
<id>urn:sha1:d3491e775fb07f891463b2185d74bbad62f3ed24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add talloc to osmesa library dependencies</title>
<updated>2010-08-30T20:41:39Z</updated>
<author>
<name>Jon TURNEY</name>
<email>jon.turney@dronecode.org.uk</email>
</author>
<published>2010-08-30T11:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e637f8b40c426d6ae79e0215fa8865d50326812f'/>
<id>urn:sha1:e637f8b40c426d6ae79e0215fa8865d50326812f</id>
<content type='text'>
also link osmesa with C++ standard libraries, as it now contains C++ code

Signed-off-by: Jon TURNEY &lt;jon.turney@dronecode.org.uk&gt;
</content>
</entry>
</feed>
