<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-x86-mesa.git/src/glx/Makefile, 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-03-07T20:48:20Z</updated>
<entry>
<title>glx: Take GLPROTO_CFLAGS into account.</title>
<updated>2011-03-07T20:48:20Z</updated>
<author>
<name>Henri Verbeet</name>
<email>hverbeet@gmail.com</email>
</author>
<published>2011-03-07T20:15:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=c3c91a0fe5e9a497c44481bcd072093e6edaac50'/>
<id>urn:sha1:c3c91a0fe5e9a497c44481bcd072093e6edaac50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>glapi: Fix OpenGL and OpenGL ES 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:24:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=e8c7d7598fb48237508f566204c71ba8f74d544f'/>
<id>urn:sha1:e8c7d7598fb48237508f566204c71ba8f74d544f</id>
<content type='text'>
When --enable-shared-glapi is specified, libGL will share libglapi with
OpenGL ES instead of defining its own copy of glapi.  This makes sure an
app will get only one copy of glapi in its address space.

The new option is disabled by default.  When enabled, libGL 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.

For GLX, indirect rendering for has_different_protocol() functions is
tricky.  A has_different_protocol() function is assigned only one
dispatch offset, yet each entry point needs a different protocol opcode.
It cannot be supported by the shared glapi.  The fix to this is to make
glXGetProcAddress handle such functions specially before calling
_glapi_get_proc_address.

Note that these files are automatically generated/re-generated

 src/glx/indirect.c
 src/glx/indirect.h
 src/mapi/glapi/glapi_mapi_tmp.h
</content>
</entry>
<entry>
<title>Make XF86VIDMODE extension optional</title>
<updated>2010-09-07T17:30:19Z</updated>
<author>
<name>Jon TURNEY</name>
<email>jon.turney@dronecode.org.uk</email>
</author>
<published>2010-04-21T11:58:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=2b9dac397bd97909876bbda8532e2cbce9d8a77f'/>
<id>urn:sha1:2b9dac397bd97909876bbda8532e2cbce9d8a77f</id>
<content type='text'>
Code in glx/glxcmds.c which uses the XF86VIDMODE extension is already guarded.  Also use
that guard to control inclusion of the xf86vmode.h header, and only enable that guard if the
XF86VIDMODE extension is found by pkgconfig.

This changes the behaviour on platforms which XF86VIDMODE exists, in that XF86VIDMODE used to
be mandatory, but is now optional.

Presumably other build systems are already arranging for -DXF86VIDMODE to be supplied to the
complier when glxcmds.c is compiled, so are not affected by this change

Signed-off-by: Jon TURNEY &lt;jon.turney@dronecode.org.uk&gt;
</content>
</entry>
<entry>
<title>make: Use C++ compiler to link stdc++ library.</title>
<updated>2010-08-24T19:18:09Z</updated>
<author>
<name>Brian Paul</name>
<email>brianp@vmware.com</email>
</author>
<published>2010-08-24T19:18:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=ad58f0d9e021065d8e6d82e1aa7387dcd206f86e'/>
<id>urn:sha1:ad58f0d9e021065d8e6d82e1aa7387dcd206f86e</id>
<content type='text'>
glxinfo and glxgears run on swrast and softpipe without undefined symbol
errors.
</content>
</entry>
<entry>
<title>glx: Split indirect and applegl implementations into different files</title>
<updated>2010-07-28T20:45:25Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-07-28T20:40:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=6849916170c0275c13510251a7b217c20f2b993e'/>
<id>urn:sha1:6849916170c0275c13510251a7b217c20f2b993e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>glx: Rename glcontextmodes.[ch] to glxconfig.[ch]</title>
<updated>2010-07-28T20:42:00Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2010-07-28T14:13:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=65d98e25770487456eb3d7eb8ec3ec8272f170b1'/>
<id>urn:sha1:65d98e25770487456eb3d7eb8ec3ec8272f170b1</id>
<content type='text'>
</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>apple: Integrate our libGL into the existing build system better</title>
<updated>2010-04-27T18:26:51Z</updated>
<author>
<name>Jeremy Huddleston</name>
<email>jeremyhu@apple.com</email>
</author>
<published>2010-04-02T07:57:38Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=de96d063b1eba9137d96074c9434aafe858d3271'/>
<id>urn:sha1:de96d063b1eba9137d96074c9434aafe858d3271</id>
<content type='text'>
Signed-off-by: Jeremy Huddleston &lt;jeremyhu@apple.com&gt;
</content>
</entry>
<entry>
<title>Revert accidental commits from the xquartz tree</title>
<updated>2010-04-02T00:01:51Z</updated>
<author>
<name>Jeremy Huddleston</name>
<email>jeremyhu@apple.com</email>
</author>
<published>2010-04-02T00:00:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=115203281cf791221f586f03c14cfe4e0a44dd7a'/>
<id>urn:sha1:115203281cf791221f586f03c14cfe4e0a44dd7a</id>
<content type='text'>
This reverts commit 9aadc793f3db64cefa0b08f18abad424a659dacc.
This reverts commit 69ea4e7718efb60b6b0d795a355cebd6712ceac1.
This reverts commit dbe8b013936d977ec63d6607bfd2fc6772d29787.
This reverts commit 23215ef4d60a86d9f3b3fdc08e3fdadc59e98890.
This reverts commit 9495e3703062d1ddaf3161f4efc23f0b51284d9b.
This reverts commit 0594cf70883b64692ba617d85f4f9b4e636e5c2b.
This reverts commit 86a7978d37393ee34f876569ac06ffdb8d7289ae.
This reverts commit 437902ce978cde9a0e1aa260f12dc232a8501c42.
</content>
</entry>
<entry>
<title>apple: Integrate our libGL into the existing build system better</title>
<updated>2010-04-01T19:33:47Z</updated>
<author>
<name>Jeremy Huddleston</name>
<email>jeremyhu@apple.com</email>
</author>
<published>2010-04-01T18:18:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/android-x86-mesa.git/commit/?id=dbe8b013936d977ec63d6607bfd2fc6772d29787'/>
<id>urn:sha1:dbe8b013936d977ec63d6607bfd2fc6772d29787</id>
<content type='text'>
Signed-off-by: Jeremy Huddleston &lt;jeremyhu@apple.com&gt;
</content>
</entry>
</feed>
