index
:
android_frameworks_rs
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
jellybean
jellybean-stable
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rsScript.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code cleanup: Remove unused typedefs and declarations.
Logan Chien
2015-04-21
1
-2
/
+0
*
Fix issue with older structure sizes
Stephen Hines
2015-04-14
1
-0
/
+5
*
Remove STL references from header files
Yang Ni
2015-02-19
1
-1
/
+2
*
Runtime support for invocables in ScriptGroups
Yang Ni
2015-02-04
1
-10
/
+24
*
Runtime support for compiler kernel fusion.
Yang Ni
2015-02-02
1
-0
/
+1
*
Replace NULL macros with nullptr literals.
Chris Wailes
2014-08-20
1
-1
/
+1
*
Collapse code paths for single- and multi-input kernels.
Chris Wailes
2014-08-15
1
-9
/
+1
*
Revert "Collapse code paths for single- and multi-input kernels."
Stephen Hines
2014-08-13
1
-1
/
+9
*
Collapse code paths for single- and multi-input kernels.
Chris Wailes
2014-08-12
1
-9
/
+1
*
Add 64bit large object support
Jason Sams
2014-07-08
1
-0
/
+2
*
Adds support for multi-input kernels to Frameworks/RS.
Chris Wailes
2014-07-08
1
-1
/
+9
*
Fix one last use of size_t instead of uint32_t.
Stephen Hines
2014-06-25
1
-1
/
+1
*
Detect use of RS objects in kernels to disable a ScriptGroup optimization.
Stephen Hines
2013-09-10
1
-0
/
+5
*
Add the name of the forEach functions to the tracing output
Tobias Grosser
2013-06-17
1
-0
/
+2
*
Add support for synchronous get().
Tim Murray
2013-04-11
1
-0
/
+1
*
Cleanup diff with compat.
Jason Sams
2012-12-19
1
-0
/
+4
*
Separate CPU driver impl from reference driver.
Jason Sams
2012-11-19
1
-2
/
+1
*
Add backed for script groups.
Jason Sams
2012-09-17
1
-0
/
+27
*
Support additional element/dim information for FieldPacker.
Stephen Hines
2012-05-01
1
-0
/
+2
*
Support running ForEach on non-root functions.
Stephen Hines
2012-02-22
1
-1
/
+2
*
Remove dead code.
Logan Chien
2011-11-27
1
-1
/
+0
*
Fix script init error handling.
Jason Sams
2011-11-22
1
-0
/
+1
*
Fix setTimeZone() and use it properly in RSTest/rstime.
Stephen Hines
2011-11-10
1
-1
/
+0
*
Call .rs.dtor() when tearing down Scripts.
Stephen Hines
2011-08-31
1
-0
/
+2
*
More work to make libRS buildable on the host.
Alex Sakhartchouk
2011-06-03
1
-2
/
+2
*
Create runtime stubs for compute driver.
Jason Sams
2011-04-20
1
-19
/
+1
*
Start seperating out RS compute implementation. Create hal
Jason Sams
2011-03-17
1
-10
/
+39
*
Fix ref counting for globals when set from java code.
Jason Sams
2010-11-16
1
-0
/
+1
*
Code cleanup to make formatting consistent
Alex Sakhartchouk
2010-11-10
1
-3
/
+1
*
Removing fixed size arrays.
Alex Sakhartchouk
2010-10-08
1
-6
/
+6
*
Thread launch strategies.
Jason Sams
2010-08-12
1
-0
/
+2
*
Cleanup sendToClient and add rsGetDt().
Jason Sams
2010-07-28
1
-1
/
+2
*
1st cut of ForEach and test.
Jason Sams
2010-07-15
1
-3
/
+5
*
Rough implemetation of ForEach.
Jason Sams
2010-05-28
1
-2
/
+6
*
Begin naming cleanup for renderscript runtime.
Jason Sams
2010-05-19
1
-4
/
+1
*
Rename ProgramFragmentStore to ProgramStore.
Jason Sams
2010-05-13
1
-2
/
+2
*
Convert renderscript from using ACC to LLVM for its compiler.
Jason Sams
2010-05-11
1
-9
/
+8
*
Throttle low priority RS threads by sleeping once per frame to avoid starving...
Jason Sams
2009-12-09
1
-1
/
+1
*
Fix RS bugs. We were holding a pointer to the script text from the java vm. ...
Jason Sams
2009-11-03
1
-1
/
+1
*
Fix but processing raster state pragma.
Jason Sams
2009-09-28
1
-1
/
+1
*
Improve renderscript context teardown. Track object in the system and then f...
Jason Sams
2009-09-25
1
-1
/
+1
*
Fix invokables to make sure script pointers are setup before invoking functio...
Jason Sams
2009-09-24
1
-0
/
+1
*
Implement renderscript Invokables.
Jason Sams
2009-09-16
1
-1
/
+7
*
Update fountain and add writable flag to script slots.
Jason Sams
2009-08-17
1
-0
/
+1
*
Implement named slots and convert script.addType to script.setType to remove ...
Jason Sams
2009-08-13
1
-2
/
+2
*
Implement reflecting Java objects into the ACC enviroment.
Jason Sams
2009-08-12
1
-1
/
+4
*
First pass at implementing the Grass live wallpaper in RenderScript.
Romain Guy
2009-07-30
1
-0
/
+3
*
Switch fountain to use ProgramVertex rather than hard coded camers in scripts...
Jason Sams
2009-06-16
1
-1
/
+0
*
Add named objects and implement support for ProgramFragmentStore and ProgramF...
Jason Sams
2009-06-10
1
-32
/
+9
*
checkpoint pragma support. Includes more cleanup of script enviroment storag...
Jason Sams
2009-06-09
1
-4
/
+32
[next]