summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/Type.java
Commit message (Expand)AuthorAgeFilesLines
* Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray2013-12-171-426/+0
* Merge "Convert Java/JNI to 64-bit, part 2."Tim Murray2013-11-201-6/+8
|\
| * Convert Java/JNI to 64-bit, part 2.Tim Murray2013-11-201-6/+8
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-6/+0
|/
* Utility API for creating types.Jason Sams2013-10-091-0/+75
* Renderscript: Allow YUV_420_888 as a YUV type.Eino-Ville Talvala2013-08-141-6/+10
* Improve RS documentation.Tim Murray2013-06-051-18/+21
* Unhide new RS APIs.Jason Sams2013-04-141-2/+4
* Add yuv getJason Sams2013-03-261-0/+10
* Support typed YUV allocations.Jason Sams2013-02-151-1/+1
* am 11f1c5b8: am b3a57191: am 0a00de11: am 805d2e2d: am 00f49084: Merge "docs:...Scott Main2013-02-061-1/+1
|\
| * docs: fix renderscript links that currently require redirectScott Main2013-02-051-1/+1
* | Add YUV allocation creation.Jason Sams2013-01-081-1/+30
* | yuvJason Sams2013-01-021-0/+1
* | Add API support for 3D allocations.Jason Sams2012-12-271-0/+8
|/
* Revert "Deprecate"Stephen Hines2012-05-071-12/+12
* DeprecateAlex Sakhartchouk2012-04-191-12/+12
* Validate context when using RS objects.Jason Sams2012-04-031-2/+3
* docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-221-0/+5
* POSITVE -> POSITIVE typo fixStephen Hines2011-06-161-4/+10
* Fixing element count bug in renderscript.Alex Sakhartchouk2011-03-021-1/+2
* clean up and add javadocsRobert Ly2011-02-091-6/+6
* fix buildJason Sams2011-01-041-1/+0
* unhide renderscriptJason Sams2011-01-041-2/+0
* Move adapter2D to a derived class from Allocation.Jason Sams2010-12-291-0/+14
* API review cleanup.Jason Sams2010-12-061-76/+56
* Document RS element and type and add validity checking to type creation.Jason Sams2010-11-121-0/+96
* Continue error check improvements and write some docs.Jason Sams2010-11-091-2/+2
* More RS exceptions cleanup.Jason Sams2010-11-041-2/+2
* RS Error cleanup.Jason Sams2010-11-031-8/+0
* Async type creation.Jason Sams2010-10-141-29/+30
* Remove functions for reflecting dalvik classes to rs types.Jason Sams2010-09-011-6/+0
* Preparing renderscript java code for use with phanton references.Alex Sakhartchouk2010-08-121-3/+2
* Populate java objects with native data from a3d file.Alex Sakhartchouk2010-07-151-0/+23
* Delete old createFromClass methods.Jason Sams2010-05-141-41/+2
* Add RS support for generic attribs as input to vertex programs.Jason Sams2010-01-041-0/+3
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-4/+4
* Improve logging code to dump more detaild rs object info. Fix bug with prede...Jason Sams2009-09-271-0/+7
* Implement more type checks on Allocations.Jason Sams2009-09-211-6/+80
* Move the skyRomain Guy2009-08-191-7/+1
* Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams2009-08-181-8/+0
* Implement named slots and convert script.addType to script.setType to remove ...Jason Sams2009-08-131-1/+7
* Fix build break.Jason Sams2009-08-121-1/+1
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-121-1/+53
* Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams2009-08-091-10/+18
* Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...Jason Sams2009-08-041-8/+32
* Split RenderScript Type and Allocation into seperate classes.Jason Sams2009-07-311-0/+68