summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/Element.java
AgeCommit message (Expand)Author
2013-12-17Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray
2013-11-20Merge "Convert Java/JNI to 64-bit, part 2."Tim Murray
2013-11-20Convert Java/JNI to 64-bit, part 2.Tim Murray
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-09-04Add YUV element convenience function.Tim Murray
2013-06-05Improve RS documentation.Tim Murray
2013-02-15Support typed YUV allocations.Jason Sams
2013-02-06am 11f1c5b8: am b3a57191: am 0a00de11: am 805d2e2d: am 00f49084: Merge "docs:...Scott Main
2013-02-05docs: fix renderscript links that currently require redirectScott Main
2013-01-02yuvJason Sams
2012-05-08GFX api cleanup 1 of 2Jason Sams
2012-05-07Revert "Deprecate"Stephen Hines
2012-05-01Unhide FONT.Stephen Hines
2012-04-19DeprecateAlex Sakhartchouk
2012-04-12Merge "Add missing support for Element.FONT()."Stephen Hines
2012-04-11Add missing support for Element.FONT().Stephen Hines
2012-04-11Unhiding J API's for Renderscript.Alex Sakhartchouk
2012-04-03Validate context when using RS objects.Jason Sams
2012-02-15Vectors of non-primitive types are not allowed.Stephen Hines
2012-02-14Update Element.isCompatible() to work with NONE.Stephen Hines
2011-12-27Merge "Missing getter and additional tests." into graphics-devAlex Sakhartchouk
2011-12-27Merge "Adding tests for element/mesh getters. Fixing bugs found by tests." in...Alex Sakhartchouk
2011-12-22am 2b072677: am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross...Joe Fernandez
2011-12-22am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, ...Joe Fernandez
2011-12-22docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez
2011-12-22Missing getter and additional tests.Alex Sakhartchouk
2011-12-22Adding tests for element/mesh getters.Alex Sakhartchouk
2011-12-16Element getters.Alex Sakhartchouk
2011-11-15Expand RS vector3 types to vector4.Alex Sakhartchouk
2011-10-18adding getters to Sampler ProgramRaster, ProgramStore, Element.Alex Sakhartchouk
2011-06-20Merge "Add support for more vector types to RS."Stephen Hines
2011-06-17Add isCompatible() to RS Element.Stephen Hines
2011-06-01Add support for more vector types to RS.Stephen Hines
2011-04-01First draft of fbo in renderscript.Alex Sakhartchouk
2011-02-28Discovered a matrix element bug while writing cts unit tests.Alex Sakhartchouk
2011-02-09clean up and add javadocsRobert Ly
2011-01-11Add error checks to bitmap uploads.Jason Sams
2011-01-04unhide renderscriptJason Sams
2010-12-10Remove CreateFromBitmapRef and addJason Sams
2010-12-06API review cleanup.Jason Sams
2010-11-12Document RS element and type and add validity checking to type creation.Jason Sams
2010-11-09Continue error check improvements and write some docs.Jason Sams
2010-11-04More RS exceptions cleanup.Jason Sams
2010-10-13Changing scenegraph sample to use arrays.Alex Sakhartchouk
2010-10-11Support for unsigned long and unsigned long long.Stephen Hines
2010-10-01Support for 64-bit integer type.Stephen Hines
2010-09-30Finish plumbing for double RS elements.Stephen Hines
2010-09-07Add arrays to elements.Jason Sams
2010-08-25Add matrix component types.Jason Sams
2010-08-12Preparing renderscript java code for use with phanton references.Alex Sakhartchouk