summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ScriptIntrinsicYuvToRGB.java
AgeCommit message (Collapse)Author
2013-12-17Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
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-09-04Add YUV element convenience function.Tim Murray
Change-Id: Ie67dfba6a4c4f1913875ad9817c53e45d56809ae
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-18Clean up and publish the YUV to RGB intrinsic.Jason Sams
Change-Id: Iffb346a5d751f0bae123455869bda8db37d542ff
2012-09-06Document ColorMatrix intrinsic and add helpersJason Sams
Increase size of test image. Add helpers for greyscale and yuv<>rgb conversions Change-Id: I6cdd06ae23623b47f5034585ed5d385ff11348ac
2012-08-14Intrinsics testJason Sams
Change-Id: I1847ad0c9190100eb84f7e052dd9f3bff81dc447