summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/Allocation.java
AgeCommit message (Expand)Author
2013-12-17Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray
2013-11-26Fix sdk build.Ying Wang
2013-11-26Generic object based data copy.Jason Sams
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
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-11-11Add long/double read support.Jason Sams
2013-11-06Use Object + type in place of specific arrayJason Sams
2013-10-09Remove old hidden API.Jason Sams
2013-09-24Remove hidden API setSurfaceTexture.Jason Sams
2013-09-09Don't set Allocation mSize when we have no Type.Stephen Hines
2013-08-29Merge "Unhide USAGE_IO_INPUT functions" into klp-devJason Sams
2013-08-29Unhide USAGE_IO_INPUT functionsJason Sams
2013-08-23Add garbage collection hooksTim Murray
2013-06-05am 379641a7: am ea45ab6f: Merge "Improve RS documentation." into jb-mr2-devTim Murray
2013-06-05Improve RS documentation.Tim Murray
2013-06-01am d19068a7: am 413adc92: Merge "Fix free after use with createFromBitmapReso...Jason Sams
2013-05-31Fix free after use with createFromBitmapResourceJason Sams
2013-05-24Add support to Java for RS tracing.Tim Murray
2013-04-19Updating API based on feedbackJason Sams
2013-04-14Revert GC thread changesJason Sams
2013-04-12Merge "Add support for synchronous get()." into jb-mr2-devTim Murray
2013-04-11Fix docs typo in YUV codeJason Sams
2013-04-12Merge "USAGE_IO_INPUT buffer notifications" into jb-mr2-devJason Sams
2013-04-11USAGE_IO_INPUT buffer notificationsJason Sams
2013-04-11Add support for synchronous get().Tim Murray
2013-04-11Merge "Clean up USAGE_SHARED and add syncing for USAGE_SHARED." into jb-mr2-devTim Murray
2013-04-09Fix docs with deprecated resize1DJason Sams
2013-04-10Merge "Implement RS GC worker thread." into jb-mr2-devJason Sams
2013-04-09Clean up USAGE_SHARED and add syncing for USAGE_SHARED.Tim Murray
2013-04-09Implement RS GC worker thread.Tim Murray
2013-04-09Cleanup Allocation and add 3D copies.Jason Sams
2013-02-28Add support and better exceptions for Bitmaps with a null config.Tim Murray
2013-02-22Fix build break.Jason Sams
2013-02-22Implement USAGE_IO_INPUTJason Sams
2013-02-08Check Element in all API levels for copy2DRangeFrom().Stephen Hines
2013-02-08Fix copyFrom() to use proper dimensions for copying.Stephen Hines
2013-02-07Merge "Implement rs.sendMessage()"Jason Sams
2013-02-06am 11f1c5b8: am b3a57191: am 0a00de11: am 805d2e2d: am 00f49084: Merge "docs:...Scott Main
2013-02-05Implement rs.sendMessage()Jason Sams
2013-02-05docs: fix renderscript links that currently require redirectScott Main
2012-12-19We can only optimize bitmaps that have USAGE_SHARED.Stephen Hines
2012-12-19Add USAGE_SHARED for Allocations.Tim Murray
2012-12-04Add support for Bitmap-backed Allocations in Java.Tim Murray
2012-10-05Add copyFrom(Allocation a).Tim Murray
2012-10-05add resize2D to Java APITim Murray
2012-05-07Revert "Deprecate"Stephen Hines
2012-04-19DeprecateAlex Sakhartchouk
2012-04-11Unhiding J API's for Renderscript.Alex Sakhartchouk
2012-04-03Validate context when using RS objects.Jason Sams