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
/
rsScriptC.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a dumpBitcode() method to facilitate debugging.
Stephen Hines
2014-12-23
1
-4
/
+4
*
Replace NULL macros with nullptr literals.
Chris Wailes
2014-08-20
1
-2
/
+2
*
Collapse code paths for single- and multi-input kernels.
Chris Wailes
2014-08-15
1
-8
/
+0
*
Revert "Collapse code paths for single- and multi-input kernels."
Stephen Hines
2014-08-13
1
-0
/
+8
*
Collapse code paths for single- and multi-input kernels.
Chris Wailes
2014-08-12
1
-8
/
+0
*
Adds support for multi-input kernels to Frameworks/RS.
Chris Wailes
2014-07-08
1
-0
/
+9
*
Remove FAKE_ARM64_BUILD now that we have 64 build working.
Jean-Luc Brouillet
2014-06-10
1
-3
/
+3
*
Remove the obsolete ScriptCState. Simplify cascading #ifdefs.
Jean-Luc Brouillet
2014-03-25
1
-30
/
+5
*
Make RS compile on ARM64.
Tim Murray
2014-03-13
1
-0
/
+4
*
Cleanup diff with compat.
Jason Sams
2012-12-19
1
-0
/
+5
*
Separate CPU driver impl from reference driver.
Jason Sams
2012-11-19
1
-2
/
+1
*
Ensure that the cache directory exists before calling compiler.
Tim Murray
2012-10-01
1
-0
/
+1
*
Move memory layout to driver.
Jason Sams
2012-07-25
1
-4
/
+0
*
Plumb context through for serialization.
Jason Sams
2012-07-24
1
-1
/
+1
*
Merge "Support running ForEach on non-root functions."
Stephen Hines
2012-02-23
1
-1
/
+2
|
\
|
*
Support running ForEach on non-root functions.
Stephen Hines
2012-02-22
1
-1
/
+2
*
|
Rename three header files to free namespace for api.
Jason Sams
2012-02-16
1
-1
/
+1
|
/
*
Start using bcinfo components within librs.
Stephen Hines
2011-08-03
1
-0
/
+7
*
More work to make libRS buildable on the host.
Alex Sakhartchouk
2011-06-03
1
-1
/
+1
*
Create runtime stubs for compute driver.
Jason Sams
2011-04-20
1
-0
/
+1
*
Migrate thread launch to driver.
Jason Sams
2011-03-17
1
-1
/
+1
*
Start seperating out RS compute implementation. Create hal
Jason Sams
2011-03-17
1
-18
/
+3
*
Moving dependency includes out of librs headers.
Alex Sakhartchouk
2011-02-25
1
-2
/
+2
*
Correctly free resouces bound to scripts when the scripts are deleted.
Jason Sams
2011-01-27
1
-0
/
+4
*
Cleanup script init to fix bogus log printing and
Jason Sams
2011-01-23
1
-5
/
+2
*
Check and propogate errors from llvm.
Jason Sams
2011-01-19
1
-1
/
+1
*
bcc interface fixed.
Shih-wei Liao
2011-01-14
1
-4
/
+2
*
1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)
Shih-wei Liao
2011-01-07
1
-1
/
+1
*
Rename bcc::BCCscript -> bcc::Script. Ideally, should do:
Shih-wei Liao
2011-01-03
1
-2
/
+2
*
Stale cache management to address a P1 bug # 3296131.
Shih-wei Liao
2010-12-20
1
-1
/
+1
*
1. Add Context to a RenderScript or RenderScriptGL instance.
Shih-wei Liao
2010-12-14
1
-1
/
+1
*
Fix 'BCCscript' build break.
Iain Merrick
2010-11-29
1
-2
/
+4
*
Add caching support of BCC binaries.
Shih-wei Liao
2010-11-18
1
-4
/
+1
*
Code cleanup to make formatting consistent
Alex Sakhartchouk
2010-11-10
1
-5
/
+2
*
Add code to mark functions rather than whole files as threadable.
Jason Sams
2010-11-01
1
-0
/
+1
*
Removing fixed size arrays.
Alex Sakhartchouk
2010-10-08
1
-5
/
+0
*
Fix clear() operation for rsScriptC.
Stephen Hines
2010-09-29
1
-2
/
+4
*
1st cut of ForEach and test.
Jason Sams
2010-07-15
1
-3
/
+5
*
Creating the jni and java layer to integrate a3d
Alex Sakhartchouk
2010-06-04
1
-2
/
+1
*
Rough implemetation of ForEach.
Jason Sams
2010-05-28
1
-5
/
+12
*
Removed unnecessary change based on comments.
Alex Sakhartchouk
2010-05-21
1
-2
/
+4
*
Begin naming cleanup for renderscript runtime.
Jason Sams
2010-05-19
1
-0
/
+5
*
Split ScriptC Lib into CL, GL, and basic.
Jason Sams
2010-05-18
1
-1
/
+3
*
Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.
Jason Sams
2010-05-17
1
-0
/
+2
*
Convert renderscript from using ACC to LLVM for its compiler.
Jason Sams
2010-05-11
1
-16
/
+6
*
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
-4
/
+0
*
Reduce debugging spew and add props to selectivly re-enable it.
Jason Sams
2009-09-25
1
-2
/
+2
*
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
[next]