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
/
cpu_ref
/
rsCpuScript.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid overwriting shared library file that is open
Yang Ni
2015-06-29
1
-7
/
+4
*
Skip the checksum if we have precompiled code on the /system/ partition.
Stephen Hines
2015-06-23
1
-8
/
+15
*
Update RS driver to support extraction of global variable properties.
Stephen Hines
2015-05-22
1
-0
/
+4
*
Don't use TEMP_FAILURE_RETRY on close in frameworks/rs.
Elliott Hughes
2015-05-15
1
-1
/
+1
*
Add RSGlobalInfoPass information to RS driver.
Stephen Hines
2015-05-07
1
-2
/
+35
*
Add a way to link against different driver names.
Jason Sams
2015-05-07
1
-1
/
+2
*
SetError if forEachMtlsSetup fails sanity check
Pirama Arumuga Nainar
2015-04-29
1
-7
/
+35
*
Code cleanup: Remove unused typedefs and declarations.
Logan Chien
2015-04-21
1
-2
/
+0
*
Merge "Dedup checksum calculation routines"
Yang Ni
2015-04-16
1
-49
/
+45
|
\
|
*
Dedup checksum calculation routines
Yang Ni
2015-04-16
1
-49
/
+45
*
|
Fix allocation-less launches.
Jason Sams
2015-04-16
1
-0
/
+4
|
/
*
Compute checksum for script group generated code
Yang Ni
2015-04-14
1
-28
/
+30
*
Wrap TEMP_FAILURE_RETRY around system calls
Pirama Arumuga Nainar
2015-03-25
1
-47
/
+14
*
Runtime support for Script Group as single module
Yang Ni
2015-03-10
1
-0
/
+4
*
Add build fingerprint and ensure match on .so load
Pirama Arumuga Nainar
2015-03-03
1
-21
/
+132
*
Moved class ScriptExecutable to its own module
Yang Ni
2015-02-20
1
-562
/
+4
*
Remove STL references from header files
Yang Ni
2015-02-19
1
-1
/
+1
*
Move bcc::getCommandLine to fw/rs
Pirama Arumuga Nainar
2015-02-19
1
-3
/
+13
*
Runtime support for invocables in ScriptGroups
Yang Ni
2015-02-04
1
-0
/
+1
*
Merge "Make rsContext be able to have info about the path of native libs for ...
Miao Wang
2015-02-05
1
-7
/
+11
|
\
|
*
Make rsContext be able to have info about the path of native libs
Miao Wang
2015-02-03
1
-7
/
+11
*
|
Runtime support for compiler kernel fusion.
Yang Ni
2015-02-02
1
-10
/
+9
*
|
Remove STL references from header files
Yang Ni
2015-02-02
1
-55
/
+106
|
/
*
Mark scripts as threadable or not
Pirama Arumuga Nainar
2015-01-28
1
-2
/
+30
*
add array launch support.
Jason Sams
2015-01-26
1
-37
/
+62
*
Merge "Read pragma keys and values from .rs.info"
Pirama Arumuga Nainar
2015-01-26
1
-4
/
+62
|
\
|
*
Read pragma keys and values from .rs.info
Pirama Arumuga Nainar
2015-01-26
1
-4
/
+62
*
|
Always recompile a script when using the debug context.
Tim Murray
2015-01-23
1
-1
/
+1
|
/
*
Made shared lib routines public.
Yang Ni
2015-01-22
1
-117
/
+115
*
Created a new class to represent executable.
Yang Ni
2015-01-21
1
-172
/
+112
*
Do not check for .so in /system in native mode
Pirama Arumuga Nainar
2015-01-20
1
-0
/
+2
*
Remove linkloader from frameworks/rs.
Stephen Hines
2015-01-20
1
-277
/
+24
*
Cleanup of ForEachParams in cpu ref
Jason Sams
2015-01-20
1
-53
/
+29
*
Turn on .so path by default
Pirama Arumuga Nainar
2015-01-16
1
-20
/
+2
*
Skip linkloader, use shared object files
Pirama Arumuga Nainar
2015-01-14
1
-289
/
+533
*
Enable autovectorization in CPU driver.
Tim Murray
2015-01-08
1
-0
/
+2
*
Merge "Align ScriptInvokeV parameters to 16 bytes for x86_64"
Jason Sams
2015-01-06
1
-2
/
+22
|
\
|
*
Align ScriptInvokeV parameters to 16 bytes for x86_64
Yong Chen
2014-12-12
1
-2
/
+22
*
|
BCCContext is actually dead code.
Stephen Hines
2014-12-16
1
-12
/
+0
*
|
Enable A53 erratum workaround in bcc.
Tim Murray
2014-12-09
1
-0
/
+5
|
/
*
Fix script instancing issue for RS compatibility library.
Stephen Hines
2014-10-01
1
-9
/
+35
*
Replace NULL macros with nullptr literals.
Chris Wailes
2014-08-20
1
-67
/
+71
*
Replace android::String8 with std::string
Chris Wailes
2014-08-20
1
-11
/
+13
*
Replaced android::Vector with std::vector.
Chris Wailes
2014-08-18
1
-1
/
+1
*
Adjust to handle the change to std::vector in libbcc.
Chris Wailes
2014-08-18
1
-4
/
+4
*
Collapse code paths for single- and multi-input kernels.
Chris Wailes
2014-08-15
1
-165
/
+49
*
Revert "Collapse code paths for single- and multi-input kernels."
Stephen Hines
2014-08-13
1
-49
/
+165
*
Collapse code paths for single- and multi-input kernels.
Chris Wailes
2014-08-12
1
-165
/
+49
*
Fix isObject when in 64bit mode.
Jason Sams
2014-08-12
1
-5
/
+5
*
Deprecate rs_fp_imprecise
Jean-Luc Brouillet
2014-07-09
1
-1
/
+1
[next]