<feed xmlns='http://www.w3.org/2005/Atom'>
<title>device_generic_goldfish-opengl/Android.bp, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/device_generic_goldfish-opengl/'/>
<entry>
<title>Add d/g/goldfish-opengl soong namespace</title>
<updated>2020-05-18T16:28:53+00:00</updated>
<author>
<name>Roman Kiryanov</name>
<email>rkir@google.com</email>
</author>
<published>2020-05-13T18:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/device_generic_goldfish-opengl/commit/?id=d1d3419ff911d42724eba5035b227b02bab92d78'/>
<id>d1d3419ff911d42724eba5035b227b02bab92d78</id>
<content type='text'>
Bug: 154151802
Test: presubmit
Signed-off-by: Roman Kiryanov &lt;rkir@google.com&gt;
Change-Id: I609aae958c33cbb0560d32503fc26106df065ce9
Merged-In: I609aae958c33cbb0560d32503fc26106df065ce9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 154151802
Test: presubmit
Signed-off-by: Roman Kiryanov &lt;rkir@google.com&gt;
Change-Id: I609aae958c33cbb0560d32503fc26106df065ce9
Merged-In: I609aae958c33cbb0560d32503fc26106df065ce9
</pre>
</div>
</content>
</entry>
<entry>
<title>[vulkan] Remove use of libfdio</title>
<updated>2019-10-21T18:39:22+00:00</updated>
<author>
<name>John Bauman</name>
<email>jbauman@google.com</email>
</author>
<published>2019-10-16T22:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/device_generic_goldfish-opengl/commit/?id=8153a44d5483d49fe746056feb86210144ff14b9'/>
<id>8153a44d5483d49fe746056feb86210144ff14b9</id>
<content type='text'>
We want to remove dependencies on Fuchsia from libvulkan to any other
shared libraries, so switch to using the PFN_vkConnectToServiceAddr by
the loader to connect to services.

Bug: fxb/13095
Change-Id: I757a80b836aa5a1164963231fc3ff834cace1ff8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to remove dependencies on Fuchsia from libvulkan to any other
shared libraries, so switch to using the PFN_vkConnectToServiceAddr by
the loader to connect to services.

Bug: fxb/13095
Change-Id: I757a80b836aa5a1164963231fc3ff834cace1ff8
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync guest SubAllocator with host version</title>
<updated>2019-10-18T14:49:56+00:00</updated>
<author>
<name>Lingfeng Yang</name>
<email>lfy@google.com</email>
</author>
<published>2019-10-18T13:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/device_generic_goldfish-opengl/commit/?id=d5be14db58aa98d30335e1bc2f3f64e1dcbb5a34'/>
<id>d5be14db58aa98d30335e1bc2f3f64e1dcbb5a34</id>
<content type='text'>
+ make it a different class to avoid odr violation

Change-Id: I81079ee5aee9e5066acd9f797c49c094dc5df196
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ make it a different class to avoid odr violation

Change-Id: I81079ee5aee9e5066acd9f797c49c094dc5df196
</pre>
</div>
</content>
</entry>
<entry>
<title>[vulkan] Disable Android.bp as it broke the build in some repos.</title>
<updated>2019-05-05T14:42:43+00:00</updated>
<author>
<name>David Reveman</name>
<email>reveman@google.com</email>
</author>
<published>2019-05-05T14:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/device_generic_goldfish-opengl/commit/?id=9d43218803964dc6d081af214b9960e535332082'/>
<id>9d43218803964dc6d081af214b9960e535332082</id>
<content type='text'>
TBR=lfy@google.com

Change-Id: Ie7dde5e40cc83482888077e0281c330ee64828a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TBR=lfy@google.com

Change-Id: Ie7dde5e40cc83482888077e0281c330ee64828a6
</pre>
</div>
</content>
</entry>
<entry>
<title>[vulkan] Link statically against most libraries.</title>
<updated>2019-05-03T12:49:16+00:00</updated>
<author>
<name>David Reveman</name>
<email>reveman@google.com</email>
</author>
<published>2019-05-03T05:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/device_generic_goldfish-opengl/commit/?id=630129e2aeca9720b53bfa7408765f0be89cb0aa'/>
<id>630129e2aeca9720b53bfa7408765f0be89cb0aa</id>
<content type='text'>
Fuchsia vulkan ICDs need to link statically against all libraries
except libfdio and libasync-default. Also get vulkan headers from
external/vulkan-headers when using Android.bp to build for Fuchsia.

This also improves the name of GN target so it works with the
latest GN files in Fuchsia tree and matches other ICDs.

Change-Id: If2cb8cc1ae9cdbdd389d502be9d67dd95d15724a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fuchsia vulkan ICDs need to link statically against all libraries
except libfdio and libasync-default. Also get vulkan headers from
external/vulkan-headers when using Android.bp to build for Fuchsia.

This also improves the name of GN target so it works with the
latest GN files in Fuchsia tree and matches other ICDs.

Change-Id: If2cb8cc1ae9cdbdd389d502be9d67dd95d15724a
</pre>
</div>
</content>
</entry>
<entry>
<title>[vulkan] Use C++ FIDL bindings and add Android.bp</title>
<updated>2019-05-02T12:51:52+00:00</updated>
<author>
<name>David Reveman</name>
<email>reveman@google.com</email>
</author>
<published>2019-05-02T12:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/device_generic_goldfish-opengl/commit/?id=aa65ad660bcb2e8ba56faad5340fdca8db7853ea'/>
<id>aa65ad660bcb2e8ba56faad5340fdca8db7853ea</id>
<content type='text'>
Update the code to use C++ FIDL bindings everywhere instead
of using C bindings in some places. No change in behavior.

This also adds an Android.bp file that can be used to build
a libvulkan_goldfish.so for Fuchsia outside the Fuchsia tree.
Tracing is temporarily disabled for this build.

Change-Id: I96b29497cd7b6f4fd6c614d9c653dc5b1830feaf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the code to use C++ FIDL bindings everywhere instead
of using C bindings in some places. No change in behavior.

This also adds an Android.bp file that can be used to build
a libvulkan_goldfish.so for Fuchsia outside the Fuchsia tree.
Tracing is temporarily disabled for this build.

Change-Id: I96b29497cd7b6f4fd6c614d9c653dc5b1830feaf
</pre>
</div>
</content>
</entry>
</feed>
