summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/ProgramStore.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove all public mention of RS graphics from docs.Tim Murray2013-04-051-0/+1
| | | | Change-Id: Ie43b5fb0353149aa9af433b6f5c5141349388ea0
* Revert "Remove all public mention of RS graphics from docs."Tim Murray2013-03-271-1/+0
| | | | | | This reverts commit d72f932b8cbf461ebb79c249ce92b9b811122190 Change-Id: I056b13d0b2beb508e4215bc0d289cf3e76a3a986
* Remove all public mention of RS graphics from docs.Tim Murray2013-03-251-0/+1
| | | | Change-Id: I50b29c89ae80ba3ae7b12dc60fee8585e17ed560
* Revert "Deprecate"Stephen Hines2012-05-071-65/+31
| | | | | | | | | | | | This reverts commit a0c2eb27b408660b02fa248943166d6c7e447908. Conflicts: api/current.txt graphics/java/android/renderscript/Element.java graphics/java/android/renderscript/Script.java Change-Id: I3c8fa62b12da95b3dbc842b5284dbed65d3cf963
* DeprecateAlex Sakhartchouk2012-04-191-31/+65
| | | | Change-Id: Idad2c5ad4f8a30f8cc60d88318f2e1809866d309
* Unhiding J API's for Renderscript.Alex Sakhartchouk2012-04-111-16/+18
| | | | Change-Id: I8c2d43ccca94549bc6ca1a914106567ccc125503
* adding getters to Sampler ProgramRaster, ProgramStore, Element.Alex Sakhartchouk2011-10-181-1/+92
| | | | | | Element adds ability to get subelement info. Tests for new stuff. Change-Id: I4a77b91e4e0e73c95ab28b42c50732a64e71e7b9
* Remove the deprecated things from Config.java. These haven't been working ↵Joe Onorato2011-04-071-1/+0
| | | | | | since before 1.0. Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
* Seperate ProgramRaster.Jason Sams2011-04-061-16/+4
| | | | | | Cleanup ProgramRaster and ProgramStore creation. Change-Id: If25ea74355238d405340f0ccfb8117ad6e1307b7
* clean up and add javadocsRobert Ly2011-02-091-9/+10
| | | | Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8
* Docs plus removing some junk per API review.Alex Sakhartchouk2011-01-131-4/+4
| | | | Change-Id: I45f995b656754550be68c78e467071d6e59b348f
* DocumentationAlex Sakhartchouk2011-01-121-1/+159
| | | | Change-Id: Idb5f87f9d2c0f7fb4677b1b45c232502d66b4668
* unhide renderscriptJason Sams2011-01-041-1/+0
| | | | | | | | Change-Id: I44dd19aec0a994316da22ea8bea01b9962f54680 api update Change-Id: I77f5365b8b7a919cd572ceb65a9ab3871b9495d0
* API cleanup for renderscript. This will be a multiproject commit.Alex Sakhartchouk2010-12-211-126/+17
| | | | Change-Id: Ida62d3a155285a20725be9daa62217faef1c3734
* Continue error check improvements and write some docs.Jason Sams2010-11-091-9/+1
| | | | Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4
* More work on the renderscript sampleAlex Sakhartchouk2010-08-241-48/+48
| | | | Change-Id: Ib1812bbaa38180ca63d6d53c9cc3aeeee4134725
* Renderscript samples.Alex Sakhartchouk2010-08-231-1/+146
| | | | | | | | Resolving name conflict in model viewer. Adding fov projection matrix function. Adding helper methods for blending. Change-Id: Ibd3f1510436811398787c285845d050158bd6de8
* Preparing renderscript java code for use with phanton references.Alex Sakhartchouk2010-08-121-2/+1
| | | | | | Changing rs_quaternion to be float4 Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
* Making Program*.Builder classes' setters return 'this'Jim Shuma2010-07-151-5/+10
| | | | | | | This is for better correspondence with the Builder pattern. See also: Effective Java, 2nd edition. Change-Id: Iecccd42be49dea2ed8e4b8cc38ce96379cf3c11c
* Rename ProgramFragmentStore to ProgramStore.Jason Sams2010-05-131-7/+7
| | | | Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd
* Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-071-0/+1
|
* Fix type in Java enums. Not currently used, easier to fix now than when ↵Jason Sams2009-10-281-2/+2
| | | | apps are using it.
* Cleanup of object destruction. No need to have a per-class destruction ↵Jason Sams2009-08-181-8/+0
| | | | function. This was a legacy of the distant past when the classes did not have a common base.
* Begin implementing SimpleMesh and fix some bugs with refcounting and java ↵Jason Sams2009-08-091-1/+4
| | | | object destruction tracking.
* Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵Jason Sams2009-08-041-0/+178
Element and Type to new cached builder for easier app developement.