index
:
frameworks_rs.git
master
n7.1
frameworks_rs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
/
RenderScript.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid destroying Device separately
Yang Ni
2016-04-04
1
-8
/
+3
*
Merge "Derive the bcc optimization level from the input bitcode."
Stephen Hines
2016-01-30
1
-2
/
+1
|
\
|
*
Derive the bcc optimization level from the input bitcode.
Stephen McGroarty
2015-09-02
1
-2
/
+1
*
|
Add back RS::init(const char*, uint32_t)
Miao Wang
2016-01-12
1
-0
/
+4
*
|
Allow developers to specify a target RS API level for C++
Miao Wang
2015-10-12
1
-5
/
+6
*
|
Comments clean up for C++ API
Miao Wang
2015-09-15
1
-10
/
+12
*
|
C++ API call RS::finish() before destroy rsContext
Miao Wang
2015-09-11
1
-0
/
+1
|
/
*
Lose HAVE_ANDROID_OS in frameworks/rs.
Elliott Hughes
2015-08-12
1
-2
/
+2
*
Add a flag to the API to specify -O0 on the bcc command line.
verena beckham
2015-07-17
1
-1
/
+2
*
Added in wait for attach context flag.
Stephen McGroarty
2015-05-19
1
-1
/
+1
*
remove STL from rs C++ public interface. Nuke stlport.
Miao Wang
2015-04-13
1
-3
/
+10
*
Update RenderScript C++ API
Miao Wang
2015-03-30
1
-4
/
+4
*
Create a separate static lib that provides a dispatch table to both
Miao Wang
2014-11-11
1
-338
/
+1
*
Cleanup includes for rs/cpp to not expose internal details.
Jason Sams
2014-11-11
1
-0
/
+1
*
am cbbac9f5: Disable property_get for 64-bit.
Tim Murray
2014-09-10
1
-1
/
+1
|
\
|
*
Disable property_get for 64-bit.
Tim Murray
2014-09-10
1
-1
/
+1
*
|
Replace NULL macros with nullptr literals.
Chris Wailes
2014-08-20
1
-79
/
+79
|
/
*
Add flags for low power context.
Jason Sams
2014-05-20
1
-1
/
+2
*
Add error check when init RS thread in sync mode.
Xiaofei Wan
2014-03-31
1
-7
/
+11
*
Add getPointer for USAGE_SHARED allocations.
Jason Sams
2014-02-26
1
-0
/
+5
*
Fix NDK API on old devices.
Tim Murray
2014-01-15
1
-2
/
+5
*
Add user-defined cache path.
Tim Murray
2013-12-18
1
-3
/
+10
*
Remove excessive ALOGE.
Tim Murray
2013-12-12
1
-68
/
+68
*
Add docs to C++ API.
Tim Murray
2013-10-04
1
-0
/
+2
*
Add flags word to context initialization.
Tim Murray
2013-09-09
1
-5
/
+10
*
Fix build/dependency issue.
Tim Murray
2013-09-09
1
-3
/
+1
*
Make error handling kill context activity. Add parameter validation.
Tim Murray
2013-08-21
1
-0
/
+4
*
Add error handling, move to create methods for intrinsics.
Tim Murray
2013-08-19
1
-5
/
+9
*
Add basic support for intrinsics. Move sp<> into RScpp.
Tim Murray
2013-08-01
1
-1
/
+1
*
Fix initialization problem in rsCPP.
Tim Murray
2013-07-29
1
-0
/
+1
*
Add Sampler support to C++ API.
Tim Murray
2013-07-23
1
-0
/
+1
*
Move to dynamic dispatch. Add support for IoAllocation* in rs.spec.
Tim Murray
2013-07-23
1
-12
/
+46
*
Load from libRS or libRSSupport.
Tim Murray
2013-07-23
1
-145
/
+152
*
Move C++ API over to function tables rather than linking libRS directly.
Tim Murray
2013-07-23
1
-17
/
+387
*
Fix logging defined in external header.
Jason Sams
2013-03-20
1
-1
/
+0
*
Add x86 server support.
Tim Murray
2013-03-19
1
-3
/
+1
*
Add support for debug and profile context.
Jason Sams
2013-02-22
1
-1
/
+1
*
enable synchronous mode (functional)
Tim Murray
2012-12-04
1
-4
/
+4
*
Handle NONE/RESIZE message types properly in C++ API.
Stephen Hines
2012-11-26
1
-1
/
+4
*
Change namespace from renderscriptCpp to RSC
Tim Murray
2012-11-16
1
-1
/
+1
*
Fix uninitialized variable bug, add finish()
Tim Murray
2012-11-14
1
-0
/
+4
*
Add support for CPU-only execution in C++ API.
Tim Murray
2012-11-06
1
-4
/
+4
*
Move to smart pointers for refcounting RS contexts
Tim Murray
2012-11-05
1
-24
/
+19
*
Make all references use smart pointers.
Jason Sams
2012-04-02
1
-1
/
+4
*
Split cpp frontend to its own lib.
Jason Sams
2012-04-02
1
-0
/
+165