summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ProgramStore.java
AgeCommit message (Expand)Author
2013-12-17Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-04-05Remove all public mention of RS graphics from docs.Tim Murray
2013-03-27Revert "Remove all public mention of RS graphics from docs."Tim Murray
2013-03-25Remove all public mention of RS graphics from docs.Tim Murray
2012-05-07Revert "Deprecate"Stephen Hines
2012-04-19DeprecateAlex Sakhartchouk
2012-04-11Unhiding J API's for Renderscript.Alex Sakhartchouk
2011-10-18adding getters to Sampler ProgramRaster, ProgramStore, Element.Alex Sakhartchouk
2011-04-07Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato
2011-04-06Seperate ProgramRaster.Jason Sams
2011-02-09clean up and add javadocsRobert Ly
2011-01-13Docs plus removing some junk per API review.Alex Sakhartchouk
2011-01-12DocumentationAlex Sakhartchouk
2011-01-04unhide renderscriptJason Sams
2010-12-21API cleanup for renderscript. This will be a multiproject commit.Alex Sakhartchouk
2010-11-09Continue error check improvements and write some docs.Jason Sams
2010-08-24More work on the renderscript sampleAlex Sakhartchouk
2010-08-23Renderscript samples.Alex Sakhartchouk
2010-08-12Preparing renderscript java code for use with phanton references.Alex Sakhartchouk
2010-07-15Making Program*.Builder classes' setters return 'this'Jim Shuma
2010-05-13Rename ProgramFragmentStore to ProgramStore.Jason Sams
2009-12-07Add Java exceptions to catch RS calls with no context or no surface.Jason Sams
2009-10-28Fix type in Java enums. Not currently used, easier to fix now than when apps...Jason Sams
2009-08-18Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams
2009-08-09Begin implementing SimpleMesh and fix some bugs with refcounting and java obj...Jason Sams
2009-08-04Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen...Jason Sams