summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/RenderScriptGL.java
AgeCommit message (Collapse)Author
2012-05-08GFX api cleanup 2 of 2Jason Sams
Change-Id: Ie928b8ee7d31fcaa26fcad9a2548581bb8395a61
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
2012-02-24Make compute work without an app context.Jason Sams
Change-Id: I644b4711135d6f5d9866b6c2e5e6f6a5ceb1f3d4
2011-12-22docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez
Change-Id: I1b43414aaec8ea217b39a0d780c80a25409d0991
2011-08-03Start using bcinfo components within librs.Stephen Hines
BUG=4942491 Change-Id: I3a46783511c4954bac9eadbbbefe5abf85498c16
2011-07-26Unhide new RS apis.Jason Sams
Change-Id: I83505156bd8a0ffabf0da3aef937693eaee9d9cd
2011-06-20First cut at RSTextureView.Jason Sams
Change-Id: I920950f33079b6bb7e48bb8970201ab9737bb021
2011-04-07Remove the deprecated things from Config.java. These haven't been working ↵Joe Onorato
since before 1.0. Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
2011-03-16Fix for bug 3434228Alex Sakhartchouk
Change-Id: I57973faf782b487e7913a096f0ab6012dc1c9415
2011-03-03DO NOT MERGE: Fix typos in RenderScript docs.Stephen Hines
Change-Id: Ie5f326c5c682ca7b604328ab25d7402cf01f7890
2011-01-04Random cleanupJason Sams
Change-Id: Ife6f19d51e8229b6cf1ca8689df7baba2fcb4dc9
2011-01-04unhide renderscriptJason Sams
Change-Id: I44dd19aec0a994316da22ea8bea01b9962f54680 api update Change-Id: I77f5365b8b7a919cd572ceb65a9ab3871b9495d0
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-10Remove CreateFromBitmapRef and addJason Sams
CopyTo(bitmap) replacement. Change-Id: Ib73fb9f4bfe5f468eaf0f8f1bf68a93759eef00d
2010-12-06API review cleanup.Jason Sams
Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141
2010-11-10More documentation.Jason Sams
Change-Id: I423ff081edd4dab9173bc13d05850bb39839b6d3
2010-11-04More RS exceptions cleanup.Jason Sams
Remove some dead code. Change-Id: If97e3fdfe6de7bb28f22e1c5ee748c81cea3db93
2010-11-03RS Error cleanup.Jason Sams
Thow java exception during init if the GL driver fails rather than native crash. Change-Id: Ie96ef5a2ac12e64f9456545d86157c4c95179a8e
2010-10-29Balls test app.Jason Sams
Change-Id: I842f43e37145f8112120e2bd49925f81c588c40c
2010-10-13Begin hooking up SurfaceConfig.Jason Sams
Change-Id: I328138f29affbed11fcfb5e9ed0872d4ba22d241
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-08-12Preparing renderscript java code for use with phanton references.Alex Sakhartchouk
Changing rs_quaternion to be float4 Change-Id: Ibf49f412be8979eaa04cb252b407467eacd9dbf0
2010-05-13Rename ProgramFragmentStore to ProgramStore.Jason Sams
Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd
2010-02-09Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams