summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/Sampler.java
Commit message (Collapse)AuthorAgeFilesLines
* Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray2013-12-171-353/+0
| | | | Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-11/+0
| | | | Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
* Improve RS documentation.Tim Murray2013-06-051-6/+10
| | | | | bug 8570568 Change-Id: I465fcc8ec3e2cc892dc3cb0067aacf5224338102
* Add MIRRORED_REPEAT.Tim Murray2013-02-151-8/+68
| | | | Change-Id: I7565da24912a3c33d8f824da9ea0899a423d3c40
* Revert "Deprecate"Stephen Hines2012-05-071-27/+13
| | | | | | | | | | | | 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-13/+27
| | | | Change-Id: Idad2c5ad4f8a30f8cc60d88318f2e1809866d309
* Unhiding J API's for Renderscript.Alex Sakhartchouk2012-04-111-6/+1
| | | | Change-Id: I8c2d43ccca94549bc6ca1a914106567ccc125503
* adding getters to Sampler ProgramRaster, ProgramStore, Element.Alex Sakhartchouk2011-10-181-2/+57
| | | | | | Element adds ability to get subelement info. Tests for new stuff. Change-Id: I4a77b91e4e0e73c95ab28b42c50732a64e71e7b9
* Code Cleanup and better Sampler creation methodAlex Sakhartchouk2011-05-041-13/+2
| | | | Change-Id: I9e35081ee6034cb619f43a47f8f22f38977f5d12
* 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
* clean up and add javadocsRobert Ly2011-02-091-2/+2
| | | | Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8
* Docs plus removing some junk per API review.Alex Sakhartchouk2011-01-131-6/+6
| | | | Change-Id: I45f995b656754550be68c78e467071d6e59b348f
* unhide renderscriptJason Sams2011-01-041-2/+0
| | | | | | | | Change-Id: I44dd19aec0a994316da22ea8bea01b9962f54680 api update Change-Id: I77f5365b8b7a919cd572ceb65a9ab3871b9495d0
* API cleanup for renderscript. This will be a multiproject commit.Alex Sakhartchouk2010-12-211-22/+14
| | | | Change-Id: Ida62d3a155285a20725be9daa62217faef1c3734
* Cleanup and refactoring of an earlier cl.Alex Sakhartchouk2010-12-151-1/+3
| | | | Change-Id: I5e356ed88375a1620846e0c500659e3b7ead5030
* API review cleanup.Jason Sams2010-12-061-0/+56
| | | | Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141
* Adding anisotropic filtering and related samples.Alex Sakhartchouk2010-09-301-0/+11
| | | | Change-Id: Idb173274417feb5e25bfd64c5e9fa2492a23a17e
* More work on the renderscript sampleAlex Sakhartchouk2010-08-241-2/+2
| | | | Change-Id: Ib1812bbaa38180ca63d6d53c9cc3aeeee4134725
* Renderscript samples.Alex Sakhartchouk2010-08-231-7/+0
| | | | | | | | 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
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-0/+80
| | | | | | | This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f
* Add argument checking to sampler builder to disallow illegal modes.Jason Sams2009-12-161-5/+27
|
* Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-071-0/+1
|
* Cleanup of object destruction. No need to have a per-class destruction ↵Jason Sams2009-08-181-5/+0
| | | | function. This was a legacy of the distant past when the classes did not have a common base.
* Seperate Light and Sampler from RenderScript.javaJason Sams2009-08-041-0/+113