<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_frameworks_rs/rsClosure.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>Fixed CTS failure</title>
<updated>2015-05-12T17:38:54+00:00</updated>
<author>
<name>Yang Ni</name>
<email>yangni@google.com</email>
</author>
<published>2015-05-12T02:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=99bd4a4614d03e02bb4e07db15c7af5a736211a0'/>
<id>99bd4a4614d03e02bb4e07db15c7af5a736211a0</id>
<content type='text'>
b/21040553

ScriptGroupTest.Builder2InvokeToKernelDependency failed.
Needs a copy of the FieldPacker object for invoke parameters, which
was passed in as a copy by JNI and released after the closure is
created.

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

ScriptGroupTest.Builder2InvokeToKernelDependency failed.
Needs a copy of the FieldPacker object for invoke parameters, which
was passed in as a copy by JNI and released after the closure is
created.

Change-Id: I092fe029394ed898dc66e5ecdbbd86c416abe46b
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up ScriptGroup2 implementation</title>
<updated>2015-03-31T20:47:57+00:00</updated>
<author>
<name>Yang Ni</name>
<email>yangni@google.com</email>
</author>
<published>2015-03-24T00:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=bd0af2d161e36e52e6782ccb2d15dd5a36467704'/>
<id>bd0af2d161e36e52e6782ccb2d15dd5a36467704</id>
<content type='text'>
b/19944127

- Adjust ref counting
- Fix value size type in closure creation

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

- Adjust ref counting
- Fix value size type in closure creation

Change-Id: I1179d34aa67f845578740e71cc2da4f82419f251
</pre>
</div>
</content>
</entry>
<entry>
<title>Runtime support for Script Group as single module</title>
<updated>2015-03-10T22:26:25+00:00</updated>
<author>
<name>Yang Ni</name>
<email>yangni@google.com</email>
</author>
<published>2015-02-20T23:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=062c287f573ecc06c38ee4295e5627e12c52ac3d'/>
<id>062c287f573ecc06c38ee4295e5627e12c52ac3d</id>
<content type='text'>
Also made two other cleanups:
- Changed KernelID/InvokeID into IDBase in class Closure
    Rather than having two fields in class Closure, one of type ScriptKernelID and
    the other InovkeID, use a single field of the common base class IDBase. Added a
    boolean field to indicate whether it is kernel or invoke, since -fno-rtti is on.
- Removed user pointer from CPU closure

Change-Id: I5553f86b2e58325f85649078d48685a38f12d62f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also made two other cleanups:
- Changed KernelID/InvokeID into IDBase in class Closure
    Rather than having two fields in class Closure, one of type ScriptKernelID and
    the other InovkeID, use a single field of the common base class IDBase. Added a
    boolean field to indicate whether it is kernel or invoke, since -fno-rtti is on.
- Removed user pointer from CPU closure

Change-Id: I5553f86b2e58325f85649078d48685a38f12d62f
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformat and remove STL reference from header</title>
<updated>2015-02-10T17:14:21+00:00</updated>
<author>
<name>Yang Ni</name>
<email>yangni@google.com</email>
</author>
<published>2015-02-02T22:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=ff2bb54ebf593b1d19d3a2e4cfa70a8ea4432c0d'/>
<id>ff2bb54ebf593b1d19d3a2e4cfa70a8ea4432c0d</id>
<content type='text'>
b/19148482

Reformmated according to Android C++ style guidelines.
Removed STL references in headers.

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

Reformmated according to Android C++ style guidelines.
Removed STL references in headers.

Change-Id: I6d82b8fe5ac868067b6d9ebe797125feb97e5641
</pre>
</div>
</content>
</entry>
<entry>
<title>Runtime support for invocables in ScriptGroups</title>
<updated>2015-02-05T01:02:05+00:00</updated>
<author>
<name>Yang Ni</name>
<email>yangni@google.com</email>
</author>
<published>2015-01-27T22:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=eb9aa675754c49f613c6ad71d41472b30f38b007'/>
<id>eb9aa675754c49f613c6ad71d41472b30f38b007</id>
<content type='text'>
This also includes support for InvokeID

Change-Id: I5b59df166ea30b309b8dd9623825ac0e72d03856
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also includes support for InvokeID

Change-Id: I5b59df166ea30b309b8dd9623825ac0e72d03856
</pre>
</div>
</content>
</entry>
<entry>
<title>New Script Group API: runtime and cpu driver support.</title>
<updated>2015-01-07T17:16:40+00:00</updated>
<author>
<name>Yang Ni</name>
<email>yangni@google.com</email>
</author>
<published>2015-01-07T17:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_rs/commit/?id=1ffd86b448d78366190c540f98f8b6d641cdb6cf'/>
<id>1ffd86b448d78366190c540f98f8b6d641cdb6cf</id>
<content type='text'>
Change-Id: I9c612cf8874aabaf0ca7d1640567464c71ed3070
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9c612cf8874aabaf0ca7d1640567464c71ed3070
</pre>
</div>
</content>
</entry>
</feed>
