summaryrefslogtreecommitdiffstats
path: root/graphics/java
Commit message (Expand)AuthorAgeFilesLines
* Reduce debugging spew and add props to selectivly re-enable it.Jason Sams2009-09-251-7/+7
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-252-1/+6
* Add a method to destroy the RS object.Joe Onorato2009-09-251-1/+4
* Implement pause/resume for the RS thread.Jason Sams2009-09-242-2/+19
* Remove depricated triangleMesh.Jason Sams2009-09-231-71/+15
* Fix issue #2125720 Weather Forecast Widget - graphics do not scaleDianne Hackborn2009-09-231-2/+7
* Merge change 26667 into eclairAndroid (Google) Code Review2009-09-233-3/+131
|\
| * Add raster object to control point and line params. Add flag to force SW rend...Jason Sams2009-09-233-3/+131
* | Fix #2101821: Cut labels of menu items in "SnapTell" market app.Dianne Hackborn2009-09-231-6/+20
|/
* Implement more type checks on Allocations.Jason Sams2009-09-215-75/+168
* Fix 2092386: Support yuyv for camera preview format.Chih-Chung Chang2009-09-211-0/+7
* Merge change 25394 into eclairAndroid (Google) Code Review2009-09-161-5/+8
|\
| * Add StateListDrawable's dither flag to the constant state.Romain Guy2009-09-161-5/+8
* | Merge change 25185 into eclairAndroid (Google) Code Review2009-09-162-0/+39
|\ \ | |/ |/|
| * Implement renderscript Invokables.Jason Sams2009-09-162-0/+39
* | Build the BitmapShader if it hasn't been built yet.Romain Guy2009-09-151-1/+2
|/
* redraw once more on a touch-up if we've been dragging, so we can redraw in hi...Mike Reed2009-09-151-4/+10
* Merge change 25100 into eclairAndroid (Google) Code Review2009-09-152-0/+5
|\
| * Implement Object readback.Jason Sams2009-09-152-0/+5
* | Fix issue #2116977: buttons are huge and bentDianne Hackborn2009-09-1417-108/+263
|/
* Various cleanup around resources and nine-patches.Dianne Hackborn2009-09-111-0/+6
* change default for dither to trueMike Reed2009-09-114-10/+39
* resolved conflicts for merge of e0408aa1 to eclairScott Main2009-09-101-0/+6
|\
| * docs only.Scott Main2009-09-101-0/+6
* | default dithering to ON (cheap, looks good)Mike Reed2009-09-101-0/+10
* | Remove "predefined" elements from Java layer. Static elements continue to ex...Jason Sams2009-09-043-136/+207
* | Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-034-25/+35
* | Load bitmap resources entirely from native code.Romain Guy2009-08-313-18/+43
* | Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh...Jason Sams2009-08-274-53/+287
* | Remove bogus comments and logging.Jason Sams2009-08-251-8/+0
* | Implement java interface for RS shutdown and fix shutdown deadlock with the c...Jason Sams2009-08-251-0/+7
* | Add support for selecting the color bit depth and if the application used a d...Jason Sams2009-08-252-8/+5
* | expose runtime changes to gammaMike Reed2009-08-251-0/+10
* | I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-242-0/+4
* | Add dither XML flag to StateListDrawable.Jeff Sharkey2009-08-221-0/+2
* | Allow null to be re-bound as a root script. This was always legal from nativ...Jason Sams2009-08-201-1/+5
* | Point SpritesJason Sams2009-08-203-13/+19
* | Move the skyRomain Guy2009-08-191-7/+1
* | Implement OOB destroy method that can be called from the java finalizer remov...Jason Sams2009-08-182-1/+7
* | Cleanup of object destruction. No need to have a per-class destruction funct...Jason Sams2009-08-1812-107/+13
* | Merge change 21660 into eclairAndroid (Google) Code Review2009-08-171-0/+6
|\ \
| * | Optimized GalaxyRomain Guy2009-08-171-0/+6
* | | Merge change 21603 into eclairAndroid (Google) Code Review2009-08-171-2/+2
|\ \ \ | |/ / |/| |
| * | Fix infinite recursion.Dianne Hackborn2009-08-171-2/+2
* | | Update fountain and add writable flag to script slots.Jason Sams2009-08-173-2/+55
|/ /
* | More work on wallpapers.Dianne Hackborn2009-08-172-6/+21
* | Add Galaxy wallpaperRomain Guy2009-08-161-6/+1
* | fix documentationMike Reed2009-08-141-3/+3
* | Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...Mathias Agopian2009-08-131-1/+0
* | Implement named slots and convert script.addType to script.setType to remove ...Jason Sams2009-08-133-23/+28