summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/RSSurfaceView.java
AgeCommit message (Collapse)Author
2013-12-17Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
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-05Remove all public mention of RS graphics from docs.Tim Murray
Change-Id: Ie43b5fb0353149aa9af433b6f5c5141349388ea0
2013-03-27Revert "Remove all public mention of RS graphics from docs."Tim Murray
This reverts commit d72f932b8cbf461ebb79c249ce92b9b811122190 Change-Id: I056b13d0b2beb508e4215bc0d289cf3e76a3a986
2013-03-25Remove all public mention of RS graphics from docs.Tim Murray
Change-Id: I50b29c89ae80ba3ae7b12dc60fee8585e17ed560
2013-02-05docs: fix renderscript links that currently require redirectScott Main
Change-Id: Ie12ff2c4be5ca22ac43dfe3a16868c7bef8e4ae8
2012-05-08GFX api cleanup 1.5 of 2Jason Sams
Change-Id: Ib31332ae0b7a6059d4971ea616089cd382ef6895
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
2011-12-22docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez
Change-Id: I1b43414aaec8ea217b39a0d780c80a25409d0991
2011-11-15Followup to a bug fix.Alex Sakhartchouk
Addtion of synchronized to the methods triggers an API change. Per council advice, pushing synch block into the function body. Change-Id: Iaa395d9720bce499259ab750fe97149715e9f271
2011-11-11Fixing a race condition in RSSurfaceView. Bug 5601083Alex Sakhartchouk
When destroy is called shortly after creation, RS tries to set a surface on a partially destroyed context. Change-Id: I7a382a701efde3264e5cd9b9a9b428ade5eb4a9a
2011-02-09clean up and add javadocsRobert Ly
Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8
2011-01-12Unhide more of the RS APIs.Stephen Hines
Change-Id: I7ec5de42680a4184d3a1380ea7c35b6ba3cf13bf
2010-12-141. Add Context to a RenderScript or RenderScriptGL instance.Shih-wei Liao
This is to allow RenderScript to better interact with the Android environment. E.g., per-app cache. 2. Plumbing, testing. 3. Added getApplicationContext in RenderScript.java. Change-Id: I85edeebe38825e20b2e86f4f4815689dfc332ef9
2010-12-06API review cleanup.Jason Sams
Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141
2010-10-10Cleanup error message for null binding address.Jason Sams
Only print the debug if script debugging is enabled. Change-Id: I72b9c2a73d49987a73b354442e9defec02b93bc6 Implement inner utiliy class to specify surface formats. Remove boxed bitmap upload functions. Change-Id: I3ff5ca59e53d02b9d75277afa947ea3d218459eb
2010-03-10Fix the build.Romain Guy
Change-Id: I0caef1fd522d231d803e0fd9e0b8fdf3272db168
2010-02-09Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams
2009-11-12Defer EGL init until the surface changed call comes in. Pass w,h along with ↵Jason Sams
surface for verification of driver state.
2009-11-03Support applications changing the surface attached to the RS.Jason Sams
2009-09-25Reduce debugging spew and add props to selectivly re-enable it.Jason Sams
change-id: Ib59ed5d7a9d479ccd1af456029735dbc65ae1efe
2009-09-25Add a method to destroy the RS object.Joe Onorato
2009-09-24Implement pause/resume for the RS thread.Jason Sams
2009-09-23Add raster object to control point and line params. Add flag to force SW ↵Jason Sams
rendering.
2009-08-25Remove bogus comments and logging.Jason Sams
2009-08-25Add support for selecting the color bit depth and if the application used a ↵Jason Sams
depth buffer.
2009-08-13Surface::GPU and Surface::HARDWARE are now deprecated; they will be set ↵Mathias Agopian
automatically if needed. this also ripples into the window manager API by making some constant there deprecated as well.
2009-07-23Move the java and jni renderscript files to the proper location.Jason Sams