Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
229d3a0cbce70db82003705abf6844deec136d20
/
libs
/
rs
/
rsScriptC.h
ebd65bb
Moving dependency includes out of librs headers.
by Alex Sakhartchouk
· 14 years ago
38f8d9d
Correctly free resouces bound to scripts when the scripts are deleted.
by Jason Sams
· 14 years ago
c55de66
Cleanup script init to fix bogus log printing and reduce memory churn.
by Jason Sams
· 14 years ago
fdc54a9
Check and propogate errors from llvm.
by Jason Sams
· 14 years ago
076b770
bcc interface fixed.
by Shih-wei Liao
· 14 years ago
9d4024d
1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)
by Shih-wei Liao
· 14 years ago
05d17b0
Rename bcc::BCCscript -> bcc::Script. Ideally, should do:
by Shih-wei Liao
· 14 years ago
eeca435
Stale cache management to address a P1 bug # 3296131.
by Shih-wei Liao
· 14 years ago
6b32fab
1. Add Context to a RenderScript or RenderScriptGL instance.
by Shih-wei Liao
· 14 years ago
ac19268
Fix 'BCCscript' build break.
by Iain Merrick
· 14 years ago
a914f34
Add caching support of BCC binaries.
by Shih-wei Liao
· 14 years ago
ed9f210
Code cleanup to make formatting consistent across all the renderscript files.
by Alex Sakhartchouk
· 14 years ago
8f0adba
Add code to mark functions rather than whole files as threadable.
by Jason Sams
· 14 years ago
6f91cb6
Removing fixed size arrays.
by Alex Sakhartchouk
· 14 years ago
01f0ad7
Fix clear() operation for rsScriptC.
by Stephen Hines
· 14 years ago
8f8a572
1st cut of ForEach and test.
by Jason Sams
· 14 years ago
aae74ad
Creating the jni and java layer to integrate a3d
by Alex Sakhartchouk
· 15 years ago
f17bccc
Rough implemetation of ForEach. Remove launchID from root graphics script.
by Jason Sams
· 15 years ago
aa7d288
Removed unnecessary change based on comments.
by Alex Sakhartchouk
· 15 years ago
d79b2e9
Begin naming cleanup for renderscript runtime.
by Jason Sams
· 15 years ago
536923d
Split ScriptC Lib into CL, GL, and basic.
by Jason Sams
· 15 years ago
1de0b87
Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.
by Jason Sams
· 15 years ago
4d33993
Convert renderscript from using ACC to LLVM for its compiler.
by Jason Sams
· 15 years ago
b9d5c57
Throttle low priority RS threads by sleeping once per frame to avoid starving other apps.
by Jason Sams
· 15 years ago
9d5e03d
Fix RS bugs. We were holding a pointer to the script text from the java vm. Move freeing of objects to before context teardown to allow allocations to clean up their data.
by Jason Sams
· 15 years ago
66b2771
Reduce debugging spew and add props to selectivly re-enable it.
by Jason Sams
· 15 years ago
a9e7a05
Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
by Jason Sams
· 15 years ago
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
· 16 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
· 16 years ago
928f5cf
Move placement of script enviroment data to base.
by Jason Sams
· 16 years ago
3a833d8
Fix build issue and ref count bug with scripts.
by Jason Sams
· 16 years ago
39ddc950
Move call to compiler from jni to core library code.
by Jason Sams
· 16 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
· 16 years ago
ec5a20b
Delete the acc script when deleting the Renderscript rsScriptC object.
by Jack Palevich
· 16 years ago
d19f10d
Add the Renderscript library. (Not in the build by default yet.)
by Jason Sams
· 16 years ago