summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/Allocation.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-4/+0
* Add long/double read support.Jason Sams2013-11-111-4/+4
* Use Object + type in place of specific arrayJason Sams2013-11-061-12/+12
* Remove old hidden API.Jason Sams2013-10-091-8/+0
* Remove hidden API setSurfaceTexture.Jason Sams2013-09-241-13/+5
* Don't set Allocation mSize when we have no Type.Stephen Hines2013-09-091-1/+4
* Merge "Unhide USAGE_IO_INPUT functions" into klp-devJason Sams2013-08-291-9/+5
|\
| * Unhide USAGE_IO_INPUT functionsJason Sams2013-08-291-9/+5
* | Add garbage collection hooksTim Murray2013-08-231-0/+13
|/
* am 379641a7: am ea45ab6f: Merge "Improve RS documentation." into jb-mr2-devTim Murray2013-06-051-272/+295
|\
| * Improve RS documentation.Tim Murray2013-06-051-272/+295
* | am d19068a7: am 413adc92: Merge "Fix free after use with createFromBitmapReso...Jason Sams2013-06-011-1/+4
|\ \ | |/
| * Fix free after use with createFromBitmapResourceJason Sams2013-05-311-1/+4
* | Add support to Java for RS tracing.Tim Murray2013-05-241-3/+89
|/
* Updating API based on feedbackJason Sams2013-04-191-0/+4
* Revert GC thread changesJason Sams2013-04-141-16/+2
* Merge "Add support for synchronous get()." into jb-mr2-devTim Murray2013-04-121-7/+13
|\
| * Add support for synchronous get().Tim Murray2013-04-111-7/+13
* | Fix docs typo in YUV codeJason Sams2013-04-111-1/+1
* | Merge "USAGE_IO_INPUT buffer notifications" into jb-mr2-devJason Sams2013-04-121-0/+39
|\ \
| * | USAGE_IO_INPUT buffer notificationsJason Sams2013-04-111-0/+39
| |/
* | Merge "Clean up USAGE_SHARED and add syncing for USAGE_SHARED." into jb-mr2-devTim Murray2013-04-111-4/+13
|\ \ | |/ |/|
| * Clean up USAGE_SHARED and add syncing for USAGE_SHARED.Tim Murray2013-04-091-4/+13
* | Fix docs with deprecated resize1DJason Sams2013-04-091-1/+3
* | Merge "Implement RS GC worker thread." into jb-mr2-devJason Sams2013-04-101-1/+9
|\ \ | |/
| * Implement RS GC worker thread.Tim Murray2013-04-091-1/+9
* | Cleanup Allocation and add 3D copies.Jason Sams2013-04-091-40/+158
|/
* Add support and better exceptions for Bitmaps with a null config.Tim Murray2013-02-281-0/+29
* Fix build break.Jason Sams2013-02-221-0/+7
* Implement USAGE_IO_INPUTJason Sams2013-02-221-32/+4
* Check Element in all API levels for copy2DRangeFrom().Stephen Hines2013-02-081-20/+4
* Fix copyFrom() to use proper dimensions for copying.Stephen Hines2013-02-081-22/+91
* Merge "Implement rs.sendMessage()"Jason Sams2013-02-071-0/+9
|\
| * Implement rs.sendMessage()Jason Sams2013-02-051-0/+9
* | am 11f1c5b8: am b3a57191: am 0a00de11: am 805d2e2d: am 00f49084: Merge "docs:...Scott Main2013-02-061-1/+1
|\ \ | |/ |/|
| * docs: fix renderscript links that currently require redirectScott Main2013-02-051-1/+1
* | We can only optimize bitmaps that have USAGE_SHARED.Stephen Hines2012-12-191-1/+1
* | Add USAGE_SHARED for Allocations.Tim Murray2012-12-191-3/+24
* | Add support for Bitmap-backed Allocations in Java.Tim Murray2012-12-041-0/+20
* | Add copyFrom(Allocation a).Tim Murray2012-10-051-0/+15
* | add resize2D to Java APITim Murray2012-10-051-2/+1
|/
* Revert "Deprecate"Stephen Hines2012-05-071-76/+70
* DeprecateAlex Sakhartchouk2012-04-191-70/+76
* Unhiding J API's for Renderscript.Alex Sakhartchouk2012-04-111-53/+27
* Validate context when using RS objects.Jason Sams2012-04-031-30/+30
* Rename ioReceive and ioSendJason Sams2012-03-291-2/+10
* Convert from SurfaceTexture to SurfaceJason Sams2012-03-281-3/+25
* Add getSizeBytes and cleanup docs.Jason Sams2012-03-231-2/+13
* Cleanup Allocation docs and getter funcs.Jason Sams2012-03-231-0/+39
* Implement USAGE_IO_INPUTJason Sams2012-03-231-18/+9