<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_frameworks_rs/rsContext.h, branch cm-13.0</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/LineageOS/android_frameworks_rs/'/>
<entry>
<title>Allow drivers to alter the default driver name on rsdHalInit</title>
<updated>2015-06-23T16:44:57+00:00</updated>
<author>
<name>Jon Parr</name>
<email>jon.parr@imgtec.com</email>
</author>
<published>2015-06-11T13:27:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=ea2e4d37418c6ada5d3c8cd08b8e60348dd46790'/>
<id>ea2e4d37418c6ada5d3c8cd08b8e60348dd46790</id>
<content type='text'>
Bug: 20894432

Permit partner drivers via Context::setDriverName to choose their
own mDriverName rather than the default OVERRIDE_RS_DRIVER string.

This can only be done once from within rsdHalInit otherwise it will
be ignored and the default behaviour will apply.

Change-Id: I49b81e60f7983a81f0e71fbef4b46f9bfc834849
(cherry picked from commit b268abd5528936d13a85b03f44458fe3a55cafad)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 20894432

Permit partner drivers via Context::setDriverName to choose their
own mDriverName rather than the default OVERRIDE_RS_DRIVER string.

This can only be done once from within rsdHalInit otherwise it will
be ignored and the default behaviour will apply.

Change-Id: I49b81e60f7983a81f0e71fbef4b46f9bfc834849
(cherry picked from commit b268abd5528936d13a85b03f44458fe3a55cafad)
</pre>
</div>
</content>
</entry>
<entry>
<title>Added in wait for attach context flag.</title>
<updated>2015-05-20T01:40:51+00:00</updated>
<author>
<name>Stephen McGroarty</name>
<email>stephen@codeplay.com</email>
</author>
<published>2015-05-08T14:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=93fbc61ad282cbbf4a6a93396fdd8747b1fe3451'/>
<id>93fbc61ad282cbbf4a6a93396fdd8747b1fe3451</id>
<content type='text'>
Added in a small flag which is  passed to the context from the Java/C++ API
which causes the context to delay execution until a debugger is a attached.
This gives time to the developer to attach a debugger to the process before
the kernel is executed.

Change-Id: I5bb8e75100436920f9e1a0f414f3b0bcf0d2b439
Signed-off-by: Stephen McGroarty &lt;stephen@codeplay.com&gt;
(cherry picked from commit d5164d537c84867880694327727b5f22b0a3ccbd)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added in a small flag which is  passed to the context from the Java/C++ API
which causes the context to delay execution until a debugger is a attached.
This gives time to the developer to attach a debugger to the process before
the kernel is executed.

Change-Id: I5bb8e75100436920f9e1a0f414f3b0bcf0d2b439
Signed-off-by: Stephen McGroarty &lt;stephen@codeplay.com&gt;
(cherry picked from commit d5164d537c84867880694327727b5f22b0a3ccbd)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cache path initialization and set.</title>
<updated>2015-05-19T01:40:47+00:00</updated>
<author>
<name>Jason Sams</name>
<email>jsams@google.com</email>
</author>
<published>2015-05-19T01:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=867ce7f7985175e77f679141b698c474bd52b4c1'/>
<id>867ce7f7985175e77f679141b698c474bd52b4c1</id>
<content type='text'>
Add null terminator to strings
Return nullptr if string is not set

bug 20894664

Change-Id: I33f5d84d56f6299558f5d8713694e40afc82dd20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add null terminator to strings
Return nullptr if string is not set

bug 20894664

Change-Id: I33f5d84d56f6299558f5d8713694e40afc82dd20
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a way to link against different driver names.</title>
<updated>2015-05-07T22:20:05+00:00</updated>
<author>
<name>Jason Sams</name>
<email>jsams@google.com</email>
</author>
<published>2015-05-07T22:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=d97617a0a736b4dadcf978bfc1fa0aef0d4d50d3'/>
<id>d97617a0a736b4dadcf978bfc1fa0aef0d4d50d3</id>
<content type='text'>
The existing linker path hard-coded "-lRSDriver" into the command line, but
this won't work for partner drivers that have a different implementation
loaded. In order to still properly handle use of the CPU driver, this needs
to change depending on whether we actually loaded an OVERRIDE_RS_DRIVER or
not.

bug 20894664

Change-Id: I0c4a4f12f5db819b234952bc8f364ac6300f147b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The existing linker path hard-coded "-lRSDriver" into the command line, but
this won't work for partner drivers that have a different implementation
loaded. In order to still properly handle use of the CPU driver, this needs
to change depending on whether we actually loaded an OVERRIDE_RS_DRIVER or
not.

bug 20894664

Change-Id: I0c4a4f12f5db819b234952bc8f364ac6300f147b
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix object logging</title>
<updated>2015-04-14T21:43:10+00:00</updated>
<author>
<name>Jason Sams</name>
<email>jsams@google.com</email>
</author>
<published>2015-04-09T21:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=84bf95dece5bdac4a56b6f40c160e85cc7bb9732'/>
<id>84bf95dece5bdac4a56b6f40c160e85cc7bb9732</id>
<content type='text'>
Change-Id: I1731637412cf9e894f2b73dc32ab3370f6467160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1731637412cf9e894f2b73dc32ab3370f6467160
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cache dir to context object.</title>
<updated>2015-04-09T19:19:00+00:00</updated>
<author>
<name>Tim Murray</name>
<email>timmurray@google.com</email>
</author>
<published>2015-04-07T22:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=ea6e0621b4716ed77635f9d81787ee7057752af1'/>
<id>ea6e0621b4716ed77635f9d81787ee7057752af1</id>
<content type='text'>
Change-Id: Icc3220329fbaee7d453259fbe1cbf34d145d195c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icc3220329fbaee7d453259fbe1cbf34d145d195c
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fatal error check</title>
<updated>2015-03-19T01:28:06+00:00</updated>
<author>
<name>Jason Sams</name>
<email>jsams@google.com</email>
</author>
<published>2015-03-19T01:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=4efe3d38ee1d7b76c93a47ce6218b1f708fd4d9a'/>
<id>4efe3d38ee1d7b76c93a47ce6218b1f708fd4d9a</id>
<content type='text'>
Prevent launching additional commands if the process is dying
This increases the chance the developer will get the error message
before we segfault somewhere.

Change-Id: I575906b22364c0d03859140570ca29bf8f336c01
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent launching additional commands if the process is dying
This increases the chance the developer will get the error message
before we segfault somewhere.

Change-Id: I575906b22364c0d03859140570ca29bf8f336c01
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor hal loading</title>
<updated>2015-03-11T22:23:08+00:00</updated>
<author>
<name>Jason Sams</name>
<email>jsams@google.com</email>
</author>
<published>2015-03-11T22:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=0ca7cbaea8d5cf18f25d1148be75fbb6e2d86c62'/>
<id>0ca7cbaea8d5cf18f25d1148be75fbb6e2d86c62</id>
<content type='text'>
This CL make the loading of RS drivers more robust by
looking up entry points in place of a structure of entry points.

It also adds framework for a version handshake.

Change-Id: Iae46bf0171785c0ca1048223816b6efc60c337ad
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This CL make the loading of RS drivers more robust by
looking up entry points in place of a structure of entry points.

It also adds framework for a version handshake.

Change-Id: Iae46bf0171785c0ca1048223816b6efc60c337ad
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Replaced android::Vector with std::vector."</title>
<updated>2015-02-15T20:10:40+00:00</updated>
<author>
<name>Yang Ni</name>
<email>yangni@google.com</email>
</author>
<published>2015-02-15T02:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=b8353c5943f4038fd7f08db3d958390ce9418798'/>
<id>b8353c5943f4038fd7f08db3d958390ce9418798</id>
<content type='text'>
b/19148482

This reverts commit 93d6bc872b7d9fba63abfa7513d56b38d9c3d371.

I also made some changes to Make it work with HEAD.

Change-Id: I5e516976ec1d85ffe1cf388c01795348a9441982
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
b/19148482

This reverts commit 93d6bc872b7d9fba63abfa7513d56b38d9c3d371.

I also made some changes to Make it work with HEAD.

Change-Id: I5e516976ec1d85ffe1cf388c01795348a9441982
</pre>
</div>
</content>
</entry>
<entry>
<title>Make rsContext be able to have info about the path of native libs</title>
<updated>2015-02-03T23:02:19+00:00</updated>
<author>
<name>Miao Wang</name>
<email>miaowang@google.com</email>
</author>
<published>2015-01-14T18:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=f3213d7fd648da98bb3b03204eaf90f03c31926b'/>
<id>f3213d7fd648da98bb3b03204eaf90f03c31926b</id>
<content type='text'>
for 64bit Renderscript compat lib.

 - Native lib path stored in Java and queried from JNI.
 - Then set to Context during context creation.

Change-Id: I3c997cf849efb7b9a0b0ac35d5b62289d70e7434
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for 64bit Renderscript compat lib.

 - Native lib path stored in Java and queried from JNI.
 - Then set to Context during context creation.

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