- 17ffe10 am 991eec03: Merge change 6252 into donut by Android (Google) Code Review · 16 years ago
 - 78c4051 Don't re-parse the framework resources all the time. by Dianne Hackborn · 16 years ago
 - fee47b6 am c7396025: Merge change 6084 into donut by Android (Google) Code Review · 16 years ago
 - 7a91dc1 am 2bbb80e1: Merge change 5994 into donut by Android (Google) Code Review · 16 years ago
 - ec0ab53 Merge change 6140 by Android (Google) Code Review · 16 years ago
 - 4244afa Add support for multitexture and fix allocation ref counting bug in RS.  Add plaque to rollo and leave it disabled due to ugly appearance. by Jason Sams · 16 years ago
 - c739602 Merge change 6084 into donut by Android (Google) Code Review · 16 years ago
 - a1b653d Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726) by James Dong · 16 years ago
 - d96e0b0 am 6e1647a2: Merge change 5829 into donut by Android (Google) Code Review · 16 years ago
 - ae78df4 Merge change 6022 by Android (Google) Code Review · 16 years ago
 - aabd009 Update rollo with icon images. by Jason Sams · 16 years ago
 - 7f32b42 Merge change 5992 by Android (Google) Code Review · 16 years ago
 - 9a5e3e1 Less logging in some places.  More in others. by Joe Onorato · 16 years ago
 - ff80ceb Allocate 16MB for surfaces on Firstone, since 8MB is way to small for our bigger screen. by Mathias Agopian · 16 years ago
 - 7605bf3 Merge change 5984 by Android (Google) Code Review · 16 years ago
 - d4b95fd Merge change 5983 by Android (Google) Code Review · 16 years ago
 - fdcc14e Update rollo and support functions.  Includes mockup of some new ui concepts. by Jason Sams · 16 years ago
 - 0795684 am b8a10fe4: Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 16 years ago
 - ed3240e am 58ebdcc0: Merge change 5625 into donut by Android (Google) Code Review · 16 years ago
 - 7c878f3 Begin adding mesh by Jason Sams · 16 years ago
 - 6e1647a Merge change 5829 into donut by Android (Google) Code Review · 16 years ago
 - de7faf6 Fix issue #1673793: Theme styles don't apply. by Dianne Hackborn · 16 years ago
 - b8a10fe Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 16 years ago
 - bacc510 am d09f86ce: Merge changes 5548,5549 into donut by Android (Google) Code Review · 16 years ago
 - f6ff591 am 72eb0aca: Merge change 5483 into donut by Android (Google) Code Review · 16 years ago
 - 2f157b1 fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 16 years ago
 - d09f86c Merge changes 5548,5549 into donut by Android (Google) Code Review · 16 years ago
 - 568bc32 Better (and less) logging from backup. by Joe Onorato · 16 years ago
 - 723738c Expand support for different screen sizes. by Dianne Hackborn · 16 years ago
 - 1f73008 am c44989d6: Merge change 5350 into donut by Android (Google) Code Review · 16 years ago
 - 864c0d5 move ui/Time.cpp to core/jni, since this is the only place it is used by Mathias Agopian · 16 years ago
 - 6096587 am df65b60c: Merge change 5243 into donut by Android (Google) Code Review · 16 years ago
 - 9c73a33 am 54118adb: Put back LOGP -> printf in the backup helper code by Christopher Tate · 16 years ago
 - 95cb30d am 0e034e5a: Merge change 5162 into donut by Android (Google) Code Review · 16 years ago
 - 63bcb79 Only report "unknown metadata" once per restore helper by Christopher Tate · 16 years ago
 - e5b3607 am eaa89f74: Merge change 5172 into donut by Android (Google) Code Review · 16 years ago
 - 2387208 am 3d7b8d1a: Merge change 5158 into donut by Android (Google) Code Review · 16 years ago
 - 54118ad Put back LOGP -> printf in the backup helper code by Christopher Tate · 16 years ago
 - 0e034e5 Merge change 5162 into donut by Android (Google) Code Review · 16 years ago
 - b1dffc4 Remove deprecated callback function support. by Dave Sparks · 16 years ago
 - 5e27115 Use a ref-counted callback interface for Camera. by Dave Sparks · 16 years ago
 - fbb9238 Preserve file access mode when backing up / restoring files by Christopher Tate · 16 years ago
 - 9bfd5f4 am 11b15779: Add file mode to the file-backup saved state blobs by Christopher Tate · 16 years ago
 - 11b1577 Add file mode to the file-backup saved state blobs by Christopher Tate · 16 years ago
 - 494bb21 Merge change 5097 by Android (Google) Code Review · 16 years ago
 - f29ca50 Cleanup logging and fix a startup race condition that manifested on Firestone. by Jason Sams · 16 years ago
 - cefdd03 Merge change 5039 by Android (Google) Code Review · 16 years ago
 - b2e051a Merge change 5015 by Android (Google) Code Review · 16 years ago
 - 746762c Merge change 4984 by Android (Google) Code Review · 16 years ago
 - f800166 Fix 3 bugs in fountain test.  Correctly generate the last mip level of a non-square mip chain.  Default the background to not blended and disable dither/depth. by Jason Sams · 16 years ago
 - 4b962e5 Cleanup includes so Log.h can use the tag.  rsUtils.h is the file that should be included everywhere and contain rs global defines. by Jason Sams · 16 years ago
 - bba134c All light source objects. by Jason Sams · 16 years ago
 - 69d13f6 am 72be4049: Merge change 4910 into donut by Android (Google) Code Review · 16 years ago
 - 72be404 Merge change 4910 into donut by Android (Google) Code Review · 16 years ago
 - 4527acb am 856dd8a6: Merge change 4952 into donut by Android (Google) Code Review · 16 years ago
 - 06290a4 Helper API cleanup.  Allows multiple helpers to function, by Joe Onorato · 16 years ago
 - 5f91097 fix warnings that will show up with GCC 4.4 (in master) by Mathias Agopian · 16 years ago
 - ba0b11b Merge change 4881 by Android (Google) Code Review · 16 years ago
 - af49c74 implement modeview matrix sliding from within scripts. by Jason Sams · 16 years ago
 - fc68623 am 1585bd24: Merge change 4828 into donut by Android (Google) Code Review · 16 years ago
 - 301e09a Merge change 4843 by Android (Google) Code Review · 16 years ago
 - 0697267 Merge change 4719 by Android (Google) Code Review · 16 years ago
 - 462d11b checkpoint filmstrip, implemented TLS. by Jason Sams · 16 years ago
 - e17086b Report densities in badging, debugging for nine patch bug. by Dianne Hackborn · 16 years ago
 - 2d9c39d Fix two minor issues.  Rename launchID to launchIndex and make util class Matrix public for apps to use. by Jason Sams · 16 years ago
 - 49eb330 am c6282977: Merge change 4718 into donut by Android (Google) Code Review · 16 years ago
 - 3c08a44 Fix sim-eng build and simplify previous lcd-density related patch by David 'Digit' Turner · 16 years ago
 - f923ed6 am 5502f04c: Merge change 4709 into donut by Android (Google) Code Review · 16 years ago
 - 1c14776a am 16ce3504: Merge change 4708 into donut by Android (Google) Code Review · 16 years ago
 - 5d605dc backup stuff by Joe Onorato · 16 years ago
 - d2d9ceb Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 16 years ago
 - 0c7b07a Merge change 4692 by Android (Google) Code Review · 16 years ago
 - 5f7fc27 Replace spins with proper pthread conditions. by Jason Sams · 16 years ago
 - e9c1970 am b1cdb648: Merge change 4565 into donut by Android (Google) Code Review · 16 years ago
 - b1cdb64 Merge change 4565 into donut by Android (Google) Code Review · 16 years ago
 - 2a578ae5 Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density by David 'Digit' Turner · 16 years ago
 - 6f8b5c1 am de72697b: Merge change 4524 into donut by Android (Google) Code Review · 16 years ago
 - 253e8e3 Merge change 4533 by Android (Google) Code Review · 16 years ago
 - 9c54bdb Implement default programs and implement defaults and parents for imports. by Jason Sams · 16 years ago
 - efd0fab FileRestoreHelper and RestoreHelperDispatcher work. by Joe Onorato · 16 years ago
 - 251c89c am 5f15d151: checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 16 years ago
 - 5f15d15 checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 16 years ago
 - 368d9c3 Merge change 4426 by Android (Google) Code Review · 16 years ago
 - b37c0a5 Switch fountain to use ProgramVertex rather than hard coded camers in scripts.  Remove camera code from scripts. by Jason Sams · 16 years ago
 - d1ac159 Merge change 4289 by Android (Google) Code Review · 16 years ago
 - 0826a6f Bug fixes.  TriangleMesh now ref-counts, implement missing element formats, add missing modes for program vertex.  Add matrix support classes.  Add test app rollo by Jason Sams · 16 years ago
 - daf701f am 2fdd428e: Fix some backup reader/writer issues; make local transport do backup by Christopher Tate · 16 years ago
 - 1cf5874 Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput. by Joe Onorato · 16 years ago
 - bf85d63 am 78f0f8cb: Merge changes 3953,3954 into donut by Android (Google) Code Review · 16 years ago
 - ce88cb1 Make the file backup helper not crash if a file you requested by Joe Onorato · 16 years ago
 - 31ff7a3 Merge change 3952 by Android (Google) Code Review · 16 years ago
 - 1fe9b8c Split FountainView into View and RS parts.  Beging adding ProgramVertex to the java api.  It was already implemented in native. by Jason Sams · 16 years ago
 - 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 16 years ago
 - 43b605d Merge change 3850 by Android (Google) Code Review · 16 years ago
 - bcf3e6a Merge change 3849 by Android (Google) Code Review · 16 years ago
 - d5680f9 Fix bug with bad conversion of java strings to C strings for object names.  Update test app to test object defines. by Jason Sams · 16 years ago
 - 196ac85 Fix build error due to bad path generation in makefile for generated tools. by Jason Sams · 16 years ago
 - a10cb5a Merge change 3808 by Android (Google) Code Review · 16 years ago
 - 94d8e90a Split renderscript java code from test apps.  Update makefiles. by Jason Sams · 16 years ago
 - 297ba9f Merge change 3776 by Android (Google) Code Review · 16 years ago