summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/FieldPacker.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-05Improve RS documentation.Tim Murray
bug 8570568 Change-Id: I465fcc8ec3e2cc892dc3cb0067aacf5224338102
2013-04-19Updating API based on feedbackJason Sams
bug 8656887 This hides the methods used to support Camera Fixes the oversight in LaunchControl Documents some missing functions Change-Id: I5b19b65dd5ddf9917100192c180bb63d89c80679
2013-04-11Add support for synchronous get().Tim Murray
bug 8599910 Change-Id: I0e7c52350cc1abb14a5ed59bb92e8e0346209d53
2013-02-08Add FieldPacker contructor that acceptsJason Sams
external storage. Change-Id: I9c796f925802b202eae7e0fe1750a10140ef4a47
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-03Validate context when using RS objects.Jason Sams
BUG=6035422 Change-Id: I8586be0085b36767289e1f634111c0ff076cec3c
2011-06-21Support missing RS vector types.Stephen Hines
Change-Id: I87eae3cc79c3963d5a8edf16cc26eee6d93d81d7
2011-06-05Fix the false-alarm bug when we skip to the end, which should be OK.Shih-wei Liao
Fix the bug b/4540617. Change-Id: I64a77b8c5d89bcd35f81d196928a671c954e9a28
2011-06-02Improve validation in RS FieldPacker.Stephen Hines
Change-Id: I9f6a58048129db4978c893c2dc591b0ed825d05f
2011-02-09clean up and add javadocsRobert Ly
Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8
2011-01-20Properly use Long2 for "UInt2" for FieldPacker.Stephen Hines
We were misusing this API, since it requires the additional precision of the next size up on unsigned versions of types. Change-Id: Ic3c87f681ac6705ae0b36a3464ce0d63737945fd
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-12-17API reaview cleanupAlex Sakhartchouk
Change-Id: Ib1aaf81130ffa6b5e6c60096c27c969e8891db3f
2010-09-30Finish plumbing for double RS elements.Stephen Hines
Change-Id: Ic708dcaeda4966bb2121ecb6834f56cfa68ad58e
2010-08-25Add matrix component types.Jason Sams
Fix potental overflow in script -> java messages. Change-Id: Ie6fd9dc376be4043fc938a1517106936937689c8
2010-08-12Fix field packer bug for U32 data.Jason Sams
Fix initial refcounts in allocations. Support null references in allocations. Change-Id: Ifba6406ba750e69737bd77fa7df5d7fb8e27a5b4
2010-06-24Add matrix ops to RSH headers.Jason Sams
Change-Id: I7e2843983a12e0155114b4a18813799e4341d26f
2010-06-21Fix build error.Jason Sams
Change-Id: Ife0ec056c33654a56f270a5673f614820cfc2e29
2010-06-21Move ImageProcessing and ModelViewer to reflected files.Jason Sams
Implement boolean support. Change-Id: Iac2dc28067ac430b3e413fc651dfaa0b96214e2e
2010-06-17Add skip to field packer.Jason Sams
remove hsb functions from env headers. add RS_PACKED define for packed structures. Change-Id: Idc661edff85c0047baa201f43e0839ac82c74593
2010-03-26Checkin new types for RS.Jason Sams
Change-Id: I3d7a1a91c45cc1c97c60f3615f32e54e98e12f91
2010-02-02Hide field packer.Jason Sams
2010-02-02Implement holders for Matrix and Vector data.Jason Sams