index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
java
/
android
/
renderscript
/
RSSurfaceView.java
Age
Commit message (
Expand
)
Author
2013-12-17
Move RenderScript from graphics/ to new fw/base subdirectory rs.
Tim Murray
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-06-05
Improve RS documentation.
Tim Murray
2013-04-05
Remove all public mention of RS graphics from docs.
Tim Murray
2013-03-27
Revert "Remove all public mention of RS graphics from docs."
Tim Murray
2013-03-25
Remove all public mention of RS graphics from docs.
Tim Murray
2013-02-05
docs: fix renderscript links that currently require redirect
Scott Main
2012-05-08
GFX api cleanup 1.5 of 2
Jason Sams
2012-05-07
Revert "Deprecate"
Stephen Hines
2012-04-19
Deprecate
Alex Sakhartchouk
2011-12-22
docs: Add developer guide cross-references, Project ACRE, round 4
Joe Fernandez
2011-11-15
Followup to a bug fix.
Alex Sakhartchouk
2011-11-11
Fixing a race condition in RSSurfaceView. Bug 5601083
Alex Sakhartchouk
2011-02-09
clean up and add javadocs
Robert Ly
2011-01-12
Unhide more of the RS APIs.
Stephen Hines
2010-12-14
1. Add Context to a RenderScript or RenderScriptGL instance.
Shih-wei Liao
2010-12-06
API review cleanup.
Jason Sams
2010-10-10
Cleanup error message for null binding address.
Jason Sams
2010-03-10
Fix the build.
Romain Guy
2010-02-09
Preview seperating RenderScript into RenderScript and RenderScriptGL
Jason Sams
2009-11-12
Defer EGL init until the surface changed call comes in. Pass w,h along with ...
Jason Sams
2009-11-03
Support applications changing the surface attached to the RS.
Jason Sams
2009-09-25
Reduce debugging spew and add props to selectivly re-enable it.
Jason Sams
2009-09-25
Add a method to destroy the RS object.
Joe Onorato
2009-09-24
Implement pause/resume for the RS thread.
Jason Sams
2009-09-23
Add raster object to control point and line params. Add flag to force SW rend...
Jason Sams
2009-08-25
Remove bogus comments and logging.
Jason Sams
2009-08-25
Add support for selecting the color bit depth and if the application used a d...
Jason Sams
2009-08-13
Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...
Mathias Agopian
2009-07-23
Move the java and jni renderscript files to the proper location.
Jason Sams