summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/RSSurfaceView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build.Romain Guy2010-03-101-0/+4
| | | | Change-Id: I0caef1fd522d231d803e0fd9e0b8fdf3272db168
* Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams2010-02-091-4/+4
|
* Defer EGL init until the surface changed call comes in. Pass w,h along with ↵Jason Sams2009-11-121-9/+7
| | | | surface for verification of driver state.
* Support applications changing the surface attached to the RS.Jason Sams2009-11-031-0/+6
|
* Reduce debugging spew and add props to selectivly re-enable it.Jason Sams2009-09-251-7/+7
| | | | change-id: Ib59ed5d7a9d479ccd1af456029735dbc65ae1efe
* Add a method to destroy the RS object.Joe Onorato2009-09-251-1/+4
|
* Implement pause/resume for the RS thread.Jason Sams2009-09-241-2/+9
|
* Add raster object to control point and line params. Add flag to force SW ↵Jason Sams2009-09-231-2/+7
| | | | rendering.
* Remove bogus comments and logging.Jason Sams2009-08-251-8/+0
|
* Add support for selecting the color bit depth and if the application used a ↵Jason Sams2009-08-251-5/+2
| | | | depth buffer.
* Surface::GPU and Surface::HARDWARE are now deprecated; they will be set ↵Mathias Agopian2009-08-131-1/+0
| | | | | | automatically if needed. this also ripples into the window manager API by making some constant there deprecated as well.
* Move the java and jni renderscript files to the proper location.Jason Sams2009-07-231-0/+158