index
:
frameworks_rs.git
master
n7.1
frameworks_rs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rsScript.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete simple reduction implementation.
David Gross
2016-06-10
1
-14
/
+6
*
Support for general reduction kernels.
David Gross
2016-01-19
1
-0
/
+12
*
Add a basic implementation of the reduce kernel API to the CPU
Matt Wala
2015-08-14
1
-1
/
+3
*
Add a ScriptReduce API entry and a stub function rsi_ScriptReduce().
Matt Wala
2015-07-21
1
-0
/
+6
*
Fix issue with older structure sizes
Stephen Hines
2015-04-14
1
-0
/
+1
*
Add fatal error check
Jason Sams
2015-03-18
1
-0
/
+10
*
Runtime support for invocables in ScriptGroups
Yang Ni
2015-02-04
1
-19
/
+13
*
Replace NULL macros with nullptr literals.
Chris Wailes
2014-08-20
1
-10
/
+10
*
Collapse code paths for single- and multi-input kernels.
Chris Wailes
2014-08-15
1
-12
/
+19
*
Revert "Collapse code paths for single- and multi-input kernels."
Stephen Hines
2014-08-13
1
-19
/
+12
*
Collapse code paths for single- and multi-input kernels.
Chris Wailes
2014-08-12
1
-12
/
+19
*
Fix rsg_generator.c to properly propagate NULL values.
Chris Wailes
2014-07-16
1
-15
/
+0
*
Add 64bit large object support
Jason Sams
2014-07-08
1
-1
/
+8
*
Adds support for multi-input kernels to Frameworks/RS.
Chris Wailes
2014-07-08
1
-1
/
+22
*
Fix one last use of size_t instead of uint32_t.
Stephen Hines
2014-06-25
1
-1
/
+1
*
Switch the dimensions array to use uint32_t instead of size_t.
Stephen Hines
2014-06-25
1
-1
/
+1
*
fix build.
Nick Kralevich
2013-12-15
1
-3
/
+3
*
Add missing functions and tests for support library.
Stephen Hines
2013-12-12
1
-3
/
+6
*
Detect use of RS objects in kernels to disable a ScriptGroup optimization.
Stephen Hines
2013-09-10
1
-0
/
+3
*
Add support for synchronous get().
Tim Murray
2013-04-11
1
-0
/
+14
*
Add incUserRef() for ScriptGroup/ScriptKernelID/ScriptFieldID.
Stephen Hines
2013-04-09
1
-2
/
+6
*
Make sure that we don't pass bogus RsScriptCall data along to driver.
Stephen Hines
2013-04-02
1
-0
/
+7
*
Start making RS 64-bit clean.
Tim Murray
2013-03-20
1
-1
/
+1
*
Add API entry points for clipped kernels and fix Z-dimension clipping.
Tim Murray
2013-02-07
1
-2
/
+3
*
Add backed for script groups.
Jason Sams
2012-09-17
1
-0
/
+47
*
Cleanup pointer access in adapter and font.
Jason Sams
2012-07-27
1
-1
/
+0
*
Move memory layout to driver.
Jason Sams
2012-07-25
1
-5
/
+1
*
Support additional element/dim information for FieldPacker.
Stephen Hines
2012-05-01
1
-0
/
+18
*
Support running ForEach on non-root functions.
Stephen Hines
2012-02-22
1
-2
/
+2
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-10
/
+10
*
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
-2
/
+17
*
Call .rs.dtor() when tearing down Scripts.
Stephen Hines
2011-08-31
1
-0
/
+6
*
More work to make libRS buildable on the host.
Alex Sakhartchouk
2011-06-03
1
-5
/
+5
*
Start implementing control side forEach.
Jason Sams
2011-04-27
1
-0
/
+10
*
Start seperating out RS compute implementation. Create hal
Jason Sams
2011-03-17
1
-28
/
+19
*
Almost all warnings are now errors in RS build.
Stephen Hines
2011-03-01
1
-1
/
+0
*
Correctly free resouces bound to scripts when the scripts are deleted.
Jason Sams
2011-01-27
1
-2
/
+0
*
Fix ref counting for globals when set from java code.
Jason Sams
2010-11-16
1
-0
/
+22
*
Code cleanup to make formatting consistent
Alex Sakhartchouk
2010-11-10
1
-32
/
+17
*
Fix refcounting bugs where the sys refcount
Jason Sams
2010-10-21
1
-2
/
+0
*
Fix support for 64-bit integers.
Stephen Hines
2010-10-11
1
-0
/
+6
*
Cleanup error message for null binding address.
Jason Sams
2010-10-10
1
-1
/
+3
*
Removing fixed size arrays.
Alex Sakhartchouk
2010-10-08
1
-10
/
+28
*
Add support for Float64 (double) to RenderScript.
Stephen Hines
2010-09-20
1
-0
/
+6
*
Begin naming cleanup for renderscript runtime.
Jason Sams
2010-05-19
1
-85
/
+3
*
Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.
Jason Sams
2010-05-17
1
-11
/
+0
*
Change RS to use the passed surface size rather than EGL size.
Jason Sams
2010-05-14
1
-1
/
+1
*
Convert renderscript from using ACC to LLVM for its compiler.
Jason Sams
2010-05-11
1
-13
/
+103
*
Improve RS error handling. On errors RS will now store the error and a messa...
Jason Sams
2010-03-03
1
-0
/
+4
[next]