Sign in
android
/
platform
/
frameworks
/
rs
/
refs/heads/nougat-mr1.7-release
/
cpp
/
Allocation.cpp
cf067b8
Comments clean up for C++ API
by Miao Wang
· 9 years ago
f82b626
Add USAGE_OEM
by Jason Sams
· 10 years ago
09d2dd2
Add setSurface() and getSurface() to RScpp.
by Miao Wang
· 10 years ago
e5428e6
Update RenderScript C++ API
by Miao Wang
· 10 years ago
94280f8
Add the missing 'stridelen' field for AllocationGetPointer.
by Miao Wang
· 10 years ago
44bef6f
Replace NULL macros with nullptr literals.
by Chris Wailes
· 11 years ago
e195a3f
Make RS compile on ARM64.
by Tim Murray
· 11 years ago
b8a94e2
Add getPointer for USAGE_SHARED allocations.
by Jason Sams
· 11 years ago
8f615d6
Replace "mips" with "mipmaps" since the MIPS gcc compiler defines mips to 1.
by Stephen Hines
· 11 years ago
9d24ae6
Add 3D allocation support.
by Tim Murray
· 12 years ago
10913a5
Make error handling kill context activity. Add parameter validation.
by Tim Murray
· 12 years ago
89daad6
Add basic support for intrinsics. Move sp<> into RScpp.
by Tim Murray
· 12 years ago
a423096
Move C++ API over to function tables rather than linking libRS directly.
by Tim Murray
· 12 years ago
099bc26
Start making RS 64-bit clean.
by Tim Murray
· 12 years ago
0b575de
Add x86 server support.
by Tim Murray
· 12 years ago
b206ace
Move rs.h includes to source files.
by Tim Murray
· 12 years ago
96267c2
Add convenient Type creator, alignment define, and fix USAGE_SHARED issue.
by Tim Murray
· 12 years ago
358747a
Add support for 2D strided copies to/from an allocation with the C++ API.
by Tim Murray
· 12 years ago
7b3e309
Add support for 2D copies to arbitrary data pointers.
by Tim Murray
· 12 years ago
0b93e30
Remove size parameter from copy* methods in C++ and add copy*(void* data).
by Tim Murray
· 12 years ago
9eb7f4b
Change namespace from renderscriptCpp to RSC
by Tim Murray
· 12 years ago
a4cbc2b
Move to void* pointers for copying within C++ API.
by Tim Murray
· 12 years ago
684726c
Add createSized2D to C++ API
by Tim Murray
· 12 years ago
baca6c3
Fix uninitialized variable bug, add finish()
by Tim Murray
· 12 years ago
509ea5c
Add copy1DRangeToUnchecked.
by Tim Murray
· 12 years ago
84bf2b8
Move to smart pointers for refcounting RS contexts
by Tim Murray
· 12 years ago
69cccdf
Make all references use smart pointers.
by Jason Sams
· 13 years ago
a662edd
Split cpp frontend to its own lib.
by Jason Sams
· 13 years ago
[Renamed from Allocation.cpp]
3522f40
Implement USAGE_IO_INPUT
by Jason Sams
· 13 years ago
f1e6d22
test runs but I do not check results yet.
by Jason Sams
· 13 years ago
221a4b1
start new headers
by Jason Sams
· 13 years ago