summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ProgramRaster.java
AgeCommit message (Collapse)Author
2013-12-17Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
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
This changes BaseObj to support 64-bit IDs. There are a few caveats: 1. Since it is deprecated, RSG will not support 64-bit. 2. Currently, methods that pass arrays of IDs to the driver are not supported in 64-bit. This will be fixed in a later CL. bug 11332320 Change-Id: If0dbecc8b285e260f767e441e05088b6a1b749a2
2013-11-20Remove unused imports from frameworks/base.John Spurlock
Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
2013-04-05Remove all public mention of RS graphics from docs.Tim Murray
Change-Id: Ie43b5fb0353149aa9af433b6f5c5141349388ea0
2013-03-27Revert "Remove all public mention of RS graphics from docs."Tim Murray
This reverts commit d72f932b8cbf461ebb79c249ce92b9b811122190 Change-Id: I056b13d0b2beb508e4215bc0d289cf3e76a3a986
2013-03-25Remove all public mention of RS graphics from docs.Tim Murray
Change-Id: I50b29c89ae80ba3ae7b12dc60fee8585e17ed560
2012-05-08GFX api cleanup 2 of 2Jason Sams
Change-Id: Ie928b8ee7d31fcaa26fcad9a2548581bb8395a61
2012-05-07Revert "Deprecate"Stephen Hines
This reverts commit a0c2eb27b408660b02fa248943166d6c7e447908. Conflicts: api/current.txt graphics/java/android/renderscript/Element.java graphics/java/android/renderscript/Script.java Change-Id: I3c8fa62b12da95b3dbc842b5284dbed65d3cf963
2012-04-19DeprecateAlex Sakhartchouk
Change-Id: Idad2c5ad4f8a30f8cc60d88318f2e1809866d309
2012-04-11Unhiding J API's for Renderscript.Alex Sakhartchouk
Change-Id: I8c2d43ccca94549bc6ca1a914106567ccc125503
2011-10-18adding getters to Sampler ProgramRaster, ProgramStore, Element.Alex Sakhartchouk
Element adds ability to get subelement info. Tests for new stuff. Change-Id: I4a77b91e4e0e73c95ab28b42c50732a64e71e7b9
2011-09-23Remove unused fields in ProgramRasterJason Sams
Change-Id: I70c9d47674c956ec850c178c7aaa9a5e3dd9dffb
2011-04-07Remove the deprecated things from Config.java. These haven't been working ↵Joe Onorato
since before 1.0. Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
2011-04-06Seperate ProgramRaster.Jason Sams
Cleanup ProgramRaster and ProgramStore creation. Change-Id: If25ea74355238d405340f0ccfb8117ad6e1307b7
2011-02-09clean up and add javadocsRobert Ly
Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8
2011-01-04unhide renderscriptJason Sams
Change-Id: I44dd19aec0a994316da22ea8bea01b9962f54680 api update Change-Id: I77f5365b8b7a919cd572ceb65a9ab3871b9495d0
2010-12-21API cleanup for renderscript. This will be a multiproject commit.Alex Sakhartchouk
Change-Id: Ida62d3a155285a20725be9daa62217faef1c3734
2010-11-09Continue error check improvements and write some docs.Jason Sams
Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4
2010-09-01Cleaning up the apiAlex Sakhartchouk
Change-Id: I86632cfde07216be7623177516710db5d9a57522
2010-08-24More work on the renderscript sampleAlex Sakhartchouk
Change-Id: Ib1812bbaa38180ca63d6d53c9cc3aeeee4134725
2010-08-12Preparing renderscript java code for use with phanton references.Alex Sakhartchouk
Changing rs_quaternion to be float4 Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
2010-07-15Populate java objects with native data from a3d file.Alex Sakhartchouk
Remove legacy constructor from programraster Make a3d object creation synchronous Change-Id: Ic7d7547cf6eee6f9a7c6e3ee12cd104e80056a7b
2010-07-15Making Program*.Builder classes' setters return 'this'Jim Shuma
This is for better correspondence with the Builder pattern. See also: Effective Java, 2nd edition. Change-Id: Iecccd42be49dea2ed8e4b8cc38ce96379cf3c11c
2010-07-12Work on synchronizing a3d created files and java layer.Alex Sakhartchouk
Adding culling to ProgramRaster Change-Id: I58ccc82d37edc9539289d5eba44ea0e720874af5
2010-07-09Remove points from fixed function.Jason Sams
Add basic GL performance test. Change-Id: I421a41b6683b2c5f70045cdd0f610a6939105fee
2009-12-07Add Java exceptions to catch RS calls with no context or no surface.Jason Sams
2009-09-23Add raster object to control point and line params. Add flag to force SW ↵Jason Sams
rendering.