summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/RenderScript.java
AgeCommit message (Expand)Author
2013-12-17Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray
2013-11-20Merge "Convert Java/JNI to 64-bit, part 2."Tim Murray
2013-11-20Merge "Remove unused imports from frameworks/base."John Spurlock
2013-11-20Convert Java/JNI to 64-bit, part 2.Tim Murray
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-11-19Convert Java/JNI to 64-bit, part 1.Tim Murray
2013-11-11Add long/double read support.Jason Sams
2013-11-06Use Object + type in place of specific arrayJason Sams
2013-09-04Add YUV element convenience function.Tim Murray
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-05-24Add support to Java for RS tracing.Tim Murray
2013-05-10am 9917c1e2: am 17502c4b: Merge "Remove extraneous logging." into jb-mr2-devTim Murray
2013-05-09Remove extraneous logging.Tim Murray
2013-04-20am 4a84af89: am b322f994: Merge "Add new error code for Debug Context work." ...Stephen Hines
2013-04-17Add new error code for Debug Context work.Stephen Hines
2013-04-15am 4b87c54b: am 097ed01a: Merge "Revert GC thread changes" into jb-mr2-devJason Sams
2013-04-14am c4294ed2: am 330a9fe3: Merge "Unhide new RS APIs." into jb-mr2-devJason Sams
2013-04-14Revert GC thread changesJason Sams
2013-04-14Unhide new RS APIs.Jason Sams
2013-04-12am f151a541: am d6b8a035: Merge "Add support for synchronous get()." into jb-...Tim Murray
2013-04-12Merge "Add support for synchronous get()." into jb-mr2-devTim Murray
2013-04-12am 5c18ff0f: am 869d2735: Merge "Fix issues with GC thread." into jb-mr2-devTim Murray
2013-04-12Merge "Fix issues with GC thread." into jb-mr2-devTim Murray
2013-04-11Fix issues with GC thread.Tim Murray
2013-04-11am d4b1b98d: am a2f289a4: Merge "USAGE_IO_INPUT buffer notifications" into jb...Jason Sams
2013-04-11USAGE_IO_INPUT buffer notificationsJason Sams
2013-04-11Add support for synchronous get().Tim Murray
2013-04-10resolved conflicts for merge of 0664479a to masterStephen Hines
2013-04-10Defer RS cache creation until a ScriptC is built.Stephen Hines
2013-04-09am fd38ca2c: am 07c6fa12: Merge "Implement RS GC worker thread." into jb-mr2-devJason Sams
2013-04-09am 84882711: am 808723f2: Merge "Cleanup Allocation and add 3D copies." into ...Jason Sams
2013-04-10Merge "Implement RS GC worker thread." into jb-mr2-devJason Sams
2013-04-09Implement RS GC worker thread.Tim Murray
2013-04-09Cleanup Allocation and add 3D copies.Jason Sams
2013-04-04Phase 1 of refactoring SystemServer.Dan Morrill
2013-02-22add support for debug and profile contexts.Jason Sams
2013-02-22Implement USAGE_IO_INPUTJason Sams
2013-02-16Merge "Add MIRRORED_REPEAT."Tim Murray
2013-02-15Add MIRRORED_REPEAT.Tim Murray
2013-02-13Add rsnScriptForEachClipped() implementation with no param array.Stephen Hines
2013-02-07Add API entry points for clipped kernels.Tim Murray
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-05Log non-fatal RS errors.Jason Sams
2013-02-05docs: fix renderscript links that currently require redirectScott Main
2013-01-08Add YUV allocation creation.Jason Sams
2012-12-04Add support for Bitmap-backed Allocations in Java.Tim Murray