summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/RenderScript.java
AgeCommit message (Collapse)Author
2009-08-04Seperate Light and Sampler from RenderScript.javaJason Sams
2009-08-04Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵Jason Sams
Element and Type to new cached builder for easier app developement.
2009-08-04Split ScriptC from RenderScript.java. Implement state caching in the ↵Jason Sams
Builder objects.
2009-08-03Implement the jni bindings for Adapter2D. Fix a refcount bug in the native ↵Jason Sams
adapter implementation. Use adapters in Film to border the mipmaps.
2009-07-31Split RenderScript Type and Allocation into seperate classes.Jason Sams
2009-07-31Begin splitting up RenderScript.java into seperate classes. First piece ↵Jason Sams
split off Element.
2009-07-30First pass at implementing the Grass live wallpaper in RenderScript.Romain Guy
This change also adds second(), minute() and hour() to the RS library.
2009-07-30Implement bitmap resource loaders for utility. cleanup rolloRS and checkin ↵Jason Sams
maps.png which was missing.
2009-07-28Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the ↵Jason Sams
smallest larger pow texture. The added space is filled black.
2009-07-23Move the java and jni renderscript files to the proper location.Jason Sams