index
:
frameworks_rs.git
master
n7.1
frameworks_rs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
/
Element.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add float16 elements to C++ API
Pirama Arumuga Nainar
2016-02-18
1
-0
/
+2
*
Comments clean up for C++ API
Miao Wang
2015-09-15
1
-11
/
+13
*
Fix updateFromNative in C++ API.
Miao Wang
2015-09-15
1
-0
/
+3
*
Enable YUV support in rs C++ API.
Miao Wang
2015-04-15
1
-1
/
+2
*
remove STL from rs C++ public interface. Nuke stlport.
Miao Wang
2015-04-13
1
-43
/
+125
*
Replace NULL macros with nullptr literals.
Chris Wailes
2014-08-20
1
-30
/
+29
*
Fix memory leak due to smart pointer misuse.
Tim Murray
2013-12-12
1
-1
/
+1
*
Add RGBA_5551.
Tim Murray
2013-12-11
1
-0
/
+1
*
Add docs to C++ API.
Tim Murray
2013-10-04
1
-5
/
+0
*
Fix build/dependency issue.
Tim Murray
2013-09-09
1
-0
/
+1
*
Fix element handling. Add YUV support.
Tim Murray
2013-08-28
1
-6
/
+20
*
Make error handling kill context activity. Add parameter validation.
Tim Murray
2013-08-21
1
-1
/
+1
*
Add error handling, move to create methods for intrinsics.
Tim Murray
2013-08-19
1
-15
/
+30
*
remove string8, replace with std::string from stlport
Tim Murray
2013-08-14
1
-7
/
+7
*
Add basic support for intrinsics. Move sp<> into RScpp.
Tim Murray
2013-08-01
1
-25
/
+24
*
Add Sampler support to C++ API.
Tim Murray
2013-07-23
1
-2
/
+6
*
Move C++ API over to function tables rather than linking libRS directly.
Tim Murray
2013-07-23
1
-4
/
+4
*
Add x86 server support.
Tim Murray
2013-03-19
1
-2
/
+2
*
Move rs.h includes to source files.
Tim Murray
2013-02-13
1
-0
/
+1
*
Change namespace from renderscriptCpp to RSC
Tim Murray
2012-11-16
1
-1
/
+1
*
Move to smart pointers for refcounting RS contexts
Tim Murray
2012-11-05
1
-63
/
+16
*
Make all references use smart pointers.
Jason Sams
2012-04-02
1
-20
/
+23
*
Split cpp frontend to its own lib.
Jason Sams
2012-04-02
1
-0
/
+428