summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/ProgramRaster.java
Commit message (Collapse)AuthorAgeFilesLines
* GFX api cleanup 2 of 2Jason Sams2012-05-081-0/+39
| | | | Change-Id: Ie928b8ee7d31fcaa26fcad9a2548581bb8395a61
* Revert "Deprecate"Stephen Hines2012-05-071-27/+3
| | | | | | | | | | | | 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-3/+27
| | | | Change-Id: Idad2c5ad4f8a30f8cc60d88318f2e1809866d309
* Unhiding J API's for Renderscript.Alex Sakhartchouk2012-04-111-3/+4
| | | | Change-Id: I8c2d43ccca94549bc6ca1a914106567ccc125503
* adding getters to Sampler ProgramRaster, ProgramStore, Element.Alex Sakhartchouk2011-10-181-8/+20
| | | | | | Element adds ability to get subelement info. Tests for new stuff. Change-Id: I4a77b91e4e0e73c95ab28b42c50732a64e71e7b9
* Remove unused fields in ProgramRasterJason Sams2011-09-231-6/+1
| | | | Change-Id: I70c9d47674c956ec850c178c7aaa9a5e3dd9dffb
* 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-20/+3
| | | | | | Cleanup ProgramRaster and ProgramStore creation. Change-Id: If25ea74355238d405340f0ccfb8117ad6e1307b7
* clean up and add javadocsRobert Ly2011-02-091-1/+2
| | | | Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8
* 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-11/+1
| | | | Change-Id: Ida62d3a155285a20725be9daa62217faef1c3734
* Continue error check improvements and write some docs.Jason Sams2010-11-091-2/+2
| | | | Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4
* Cleaning up the apiAlex Sakhartchouk2010-09-011-2/+2
| | | | Change-Id: I86632cfde07216be7623177516710db5d9a57522
* More work on the renderscript sampleAlex Sakhartchouk2010-08-241-0/+35
| | | | Change-Id: Ib1812bbaa38180ca63d6d53c9cc3aeeee4134725
* Preparing renderscript java code for use with phanton references.Alex Sakhartchouk2010-08-121-2/+1
| | | | | | Changing rs_quaternion to be float4 Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
* Populate java objects with native data from a3d file.Alex Sakhartchouk2010-07-151-8/+0
| | | | | | | Remove legacy constructor from programraster Make a3d object creation synchronous Change-Id: Ic7d7547cf6eee6f9a7c6e3ee12cd104e80056a7b
* Making Program*.Builder classes' setters return 'this'Jim Shuma2010-07-151-3/+6
| | | | | | | This is for better correspondence with the Builder pattern. See also: Effective Java, 2nd edition. Change-Id: Iecccd42be49dea2ed8e4b8cc38ce96379cf3c11c
* Work on synchronizing a3d created files and java layer.Alex Sakhartchouk2010-07-121-22/+39
| | | | | | Adding culling to ProgramRaster Change-Id: I58ccc82d37edc9539289d5eba44ea0e720874af5
* Remove points from fixed function.Jason Sams2010-07-091-8/+0
| | | | | | Add basic GL performance test. Change-Id: I421a41b6683b2c5f70045cdd0f610a6939105fee
* Add Java exceptions to catch RS calls with no context or no surface.Jason Sams2009-12-071-0/+3
|
* Add raster object to control point and line params. Add flag to force SW ↵Jason Sams2009-09-231-0/+110
rendering.