summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ScriptIntrinsicConvolve5x5.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-06-27Add 2,3 vectors to allowed intrinsic list.Jason Sams
Change-Id: Iafd90ef4337076ed9d1e335c16272a0517f846b3
2013-06-18Allow single channel and float convolve.Jason Sams
Change-Id: If448ea2ae38de2f8b95fc884ea0dbf8222964012
2013-06-05Improve RS documentation.Tim Murray
bug 8570568 Change-Id: I465fcc8ec3e2cc892dc3cb0067aacf5224338102
2012-10-15Fix bugs in scriptGroup.Jason Sams
Intrinsics were treating inputs as fields rather than varObjs. This would generate a lot of extra work for the reflection layers. Also we would like to deprecate this path in the future. bug 7318821 Change-Id: I81e8c562ba05aae5d085d5c08e91e2c4877265c5
2012-09-18Add Kernel, Method, and field IDsJason Sams
bug 7182873 Change-Id: I066a359bb04027e9376dac088560f042c496b10e
2012-09-13Unhide intrinsics and document API.Jason Sams
Change-Id: I0233245c68f9a08780213062e62cfea6cf909c13
2012-09-08LUT intrinsic and CrossProcess test.Jason Sams
5x5 convolve and test Gauss blur and test Change-Id: Ic2f5d583cbdc1793ec8c8e2beea783d4ec34a57f