Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
a70f416c9cf2fc6cc5e132c1d656ce07441d6b82
/
graphics
/
java
/
android
/
renderscript
/
Element.java
a70f416
Checkin new types for RS.
by Jason Sams
· 16 years ago
a09a6e1
More complete support for named attribs. Adds user typed attribs as available to programVertex. Non user attribs are not treated like user for GL2 for simplicity.
by Jason Sams
· 16 years ago
7d46f61
Disable excessive RS logging.
by Jason Sams
· 16 years ago
718cd1f
Element restructuring. Add support for new basic Element types including the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures.
by Jason Sams
· 16 years ago
771bebb
Add Java exceptions to catch RS calls with no context or no surface.
by Jason Sams
· 16 years ago
3c0dfba
Improve logging code to dump more detaild rs object info. Fix bug with predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement.
by Jason Sams
· 17 years ago
768bc02
Implement more type checks on Allocations.
by Jason Sams
· 17 years ago
ea84a7c
Remove "predefined" elements from Java layer. Static elements continue to exist but are no longer treated as a special version of element.
by Jason Sams
· 17 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
· 17 years ago
07ae406
Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder.
by Jason Sams
· 17 years ago
25ffcdc
Point Sprites
by Jason Sams
· 17 years ago
7ce033d
Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base.
by Jason Sams
· 17 years ago
4f7136c
Optimized Galaxy
by Romain Guy
· 17 years ago
334ea0c
Update fountain and add writable flag to script slots.
by Jason Sams
· 17 years ago
81e4640
Add Galaxy wallpaper
by Romain Guy
· 17 years ago
43ee0685
Implement reflecting Java objects into the ACC enviroment.
by Jason Sams
· 17 years ago
1bada8c
Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking.
by Jason Sams
· 17 years ago
2253417
Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement.
by Jason Sams
· 17 years ago
36e612a
Begin splitting up RenderScript.java into seperate classes. First piece split off Element.
by Jason Sams
· 17 years ago