Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
e60446b9c1a0f4f48372a36de5b01a2ddb8121e3
/
libs
/
rs
/
rsScriptC.h
e60446b
Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s.
by Jason Sams
· 15 years ago
be2e841
Implement renderscript Invokables.
by Jason Sams
· 15 years ago
2525a81
Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs.
by Jason Sams
· 15 years ago
334ea0c
Update fountain and add writable flag to script slots.
by Jason Sams
· 15 years ago
fbf0b9e
Implement named slots and convert script.addType to script.setType to remove ordering restrictions.
by Jason Sams
· 15 years ago
43ee0685
Implement reflecting Java objects into the ACC enviroment.
by Jason Sams
· 15 years ago
d7b3774
Let java put #defines into renderscript
by Joe Onorato
· 15 years ago
c97bb88
Split rsScriptC into class implemtation and library functions. Update test apps, all 3 should be working.
by Jason Sams
· 15 years ago
764205c
Fix conflict with automatic DPI support on high density devices by forcing bitmap loading to not be scaled.
by Jason Sams
· 15 years ago
54440a0
Update rollo and renderscript to the new ACC compiler interface.
by Jason Sams
· 15 years ago
462d11b
checkpoint filmstrip, implemented TLS.
by Jason Sams
· 15 years ago
3eaa338
Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts.
by Jason Sams
· 15 years ago
da423d8
checkpoint pragma support. Includes more cleanup of script enviroment storage to keep the env settings in the base and only the per language state in ScriptC.
by Jason Sams
· 15 years ago
928f5cf
Move placement of script enviroment data to base.
by Jason Sams
· 15 years ago
3a833d8
Fix build issue and ref count bug with scripts.
by Jason Sams
· 15 years ago
39ddc950
Move call to compiler from jni to core library code.
by Jason Sams
· 15 years ago
a09f11d
Add support for scripts to return an animation flag. This allows them to indicate they are generating changing content and the rs thread to sleep if the content is static.
by Jason Sams
· 15 years ago
ec5a20b
Delete the acc script when deleting the Renderscript rsScriptC object.
by Jack Palevich
· 15 years ago
d19f10d
Add the Renderscript library. (Not in the build by default yet.)
by Jason Sams
· 15 years ago