- f8e4bc9 Merge change I0c4cec7e into eclair by Android (Google) Code Review · 15 years ago
- 7f04778 Update the SimpleMesh API to support new attribute types. Also spilt add/set commands to avoid permutation explosion. by Jason Sams · 15 years ago
- 0c4cec7 Attempt to fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
- 9e384dd Add a test pattern as rollo's icon by Joe Onorato · 15 years ago
- e9ad9a7 Implement screen aligned bitmap drawing support. by Jason Sams · 15 years ago
- 436344a Turn off most of the backup-related debug logging by Christopher Tate · 15 years ago
- 7e1af37 Merge change Ibe2085be into eclair by Android (Google) Code Review · 15 years ago
- 98a9c56 attempt to work around [2155085, 2150246] stuck in closeTransaction() by Mathias Agopian · 15 years ago
- b7d9460 Fix issue 2153835: AudioFlinger: setParameters() can remain stuck if output thread is terminated. by Eric Laurent · 15 years ago
- e4d51bb Merge changes I8851617a,Ie1b6f244,I70cab912,Ibd23e30d into eclair by Android (Google) Code Review · 15 years ago
- a015c9b Merge change I45094a34 into eclair by Android (Google) Code Review · 15 years ago
- bd23e30 fix [2152247] Windows sometimes drawn scaled up. by Mathias Agopian · 15 years ago
- 70cab91 invalidate the surface when the physical changes by Mathias Agopian · 15 years ago
- d0ac8c0 Reduce the log spew from AudioFlinger due to a certain device that can't meet latency timing. Bug 2142215. by Dave Sparks · 15 years ago
- e1b6f24 introduce the notion of the requested size in the Layer state by Mathias Agopian · 15 years ago
- 8851617 remove unused code by Mathias Agopian · 15 years ago
- 45094a3 remove dead code by Mathias Agopian · 15 years ago
- bd5b572 absf() -> fabsf() instead of fabs() by Romain Guy · 15 years ago
- ff966d5 Merge change I5235cf3f into eclair by Android (Google) Code Review · 15 years ago
- 5235cf3 Fix but processing raster state pragma. rename stateFragmentStore to stateStore by Jason Sams · 15 years ago
- fe1a86d Change FLASH_MODE_VIDEO_LIGHT to FLASH_MODE_TORCH. by Wu-cheng Li · 15 years ago
- 81384bf don't emit GL commands when sf is in freeze mode by Mathias Agopian · 15 years ago
- 960972d Merge change 27375 into eclair by Android (Google) Code Review · 15 years ago
- c4646e6 Allways dump the list of allocated buffers when an allocation fails. by Mathias Agopian · 15 years ago
- 41c64ba Merge change 27364 into eclair by Android (Google) Code Review · 15 years ago
- 3c0dfba Improve logging code to dump more detaild rs object info. Fix bug with predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement. by Jason Sams · 15 years ago
- 119376e fix "pacakge" typo in error log message by Doug Zongker · 15 years ago
- f075b4e Fix fountain crash. by Jason Sams · 15 years ago
- 0c103af Merge change 27171 into eclair by Android (Google) Code Review · 15 years ago
- a57e982 Fix remaining object leaks. Change FountainView to tear down the rsContext and recreate on rotation to test teardown. by Jason Sams · 15 years ago
- aafc7b5 Merge change 27169 into eclair by Android (Google) Code Review · 15 years ago
- 61f08d6 Improved object lifecycle tracking and fix leaks. by Jason Sams · 15 years ago
- f37b258 Merge change 27146 into eclair by Android (Google) Code Review · 15 years ago
- 66b2771 Reduce debugging spew and add props to selectivly re-enable it. by Jason Sams · 15 years ago
- 2896f7d Merge change 27137 into eclair by Android (Google) Code Review · 15 years ago
- a9e7a05 Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed. by Jason Sams · 15 years ago
- 8de57d8 Add camera parameter key constants and documentation. by Wu-cheng Li · 15 years ago
- 65e7aa5 Implement pause/resume for the RS thread. by Jason Sams · 15 years ago
- 0d3999f Merge change 26942 into eclair by Android (Google) Code Review · 15 years ago
- d3f2eaf Minor cleanup of profile and compile logging. by Jason Sams · 15 years ago
- b9c932b Merge change 26925 into eclair by Android (Google) Code Review · 15 years ago
- f2d28b7 minor SurfaceFlinger code cleanup and remove unnecessary tests by Mathias Agopian · 15 years ago
- a6a4113 Merge change 26917 into eclair by Android (Google) Code Review · 15 years ago
- e60446b Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s. by Jason Sams · 15 years ago
- a183cb5 Merge change 26897 into eclair by Android (Google) Code Review · 15 years ago
- e31c0b5 Merge change 26708 into eclair by Android (Google) Code Review · 15 years ago
- b6f2b13 Removed last bits of predefined element types from native code. Predefined types are now constructed at the java layer from standard building blocks. by Jason Sams · 15 years ago
- 4cc86e1 Clear the device's data from the transport when backup is disabled by Christopher Tate · 15 years ago
- cc93476 turn dithering off if it's not needed by Mathias Agopian · 15 years ago
- 44cac13 fix [2142193] disable GL_LINEAR when not needed by Mathias Agopian · 15 years ago
- 6b9dec0 Remove depricated triangleMesh. by Jason Sams · 15 years ago
- a300712 Merge change 26728 into eclair by Android (Google) Code Review · 15 years ago
- 9ac2c66 Make the renderscript timing logging available by setting debug.rs.profile=1 by Joe Onorato · 15 years ago
- 2e4b68d fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 15 years ago
- bc72611 fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to create flip chain) by Mathias Agopian · 15 years ago
- 5dd7c72 Merge change 26667 into eclair by Android (Google) Code Review · 15 years ago
- ebfb436 Add raster object to control point and line params. Add flag to force SW rendering. by Jason Sams · 15 years ago
- bdeccbba Merge change 26623 into eclair by Android (Google) Code Review · 15 years ago
- e613468 fbDev wasn't initialized of hw_get_module failed, but was then used anyway. by Marco Nelissen · 15 years ago
- 59038ca Update viewport when height or width change. by Jason Sams · 15 years ago
- f69a3f8 Fix issue 2116700: Ringer screwy while connected over Bluetooth. by Eric Laurent · 15 years ago
- fa0a4bd Work around gcc 4.0.3 bug. by Andy McFadden · 15 years ago
- c6a22be Merge change 26081 into eclair by Android (Google) Code Review · 15 years ago
- 4a06bb4 workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 15 years ago
- 6cca159 Fix issue #1862317: Browser does not appear to honor anchors (#es) in links by Dianne Hackborn · 15 years ago
- d342fd7 Clean up some debugging and add 2 math lib routines. by Jason Sams · 15 years ago
- 2925b8c Merge change 25496 into eclair by Android (Google) Code Review · 15 years ago
- ac7f13b fix [2129080] Soft reboot after clicking around and then rubbing the screen by Mathias Agopian · 15 years ago
- b1a1874 Android side of the fix for [2121211] Sholes has stutter during animations by Mathias Agopian · 15 years ago
- b9481d8 Fix issue 2127371: Possible race condition in AudioFlinger::openRecord() when a Track is being destroyed. by Eric Laurent · 15 years ago
- bcef9ac add basic time stats for surfaces lock time by Mathias Agopian · 15 years ago
- e38212a Overlay could not set position or rotation immediately after created, it should be triggered by signalEvent(). by Benny Wong · 15 years ago
- af369f62 disable backbuffer preservation when possible, which may improve performance a bit by Mathias Agopian · 15 years ago
- 75c4d49 Merge change 25423 into eclair by Android (Google) Code Review · 15 years ago
- 7cf03ba fix [2119400] sholes: artifacting when switching orientation by Mathias Agopian · 15 years ago
- 9080125 Merge change 25393 into eclair by Android (Google) Code Review · 15 years ago
- 2c68dd0 fix again [2102410] Home Screen is not displayed in the background in Landscape Mode by Mathias Agopian · 15 years ago
- 07e62d1 Merge change 25185 into eclair by Android (Google) Code Review · 15 years ago
- be2e841 Implement renderscript Invokables. by Jason Sams · 15 years ago
- 2bb6b2a Fix issue 2123668: Class scope typo in AudioFlinger.cpp. by Eric Laurent · 15 years ago
- 8ae0384 revert to black video background, since we don't need the color-key anylonger by Mathias Agopian · 15 years ago
- e611a6e fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer by Mathias Agopian · 15 years ago
- 8f17a76 Revert "fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer" by Mathias Agopian · 15 years ago
- 486aa96 fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer by Mathias Agopian · 15 years ago
- 2bccbcc Merge change 25050 into eclair by Android (Google) Code Review · 15 years ago
- 296a0ec Fix issue 2118464: cannot play ring tones and notifications after disconnecting BT headset while in call. by Eric Laurent · 15 years ago
- 244f8c2 Fix 2083478: Camera needs an auto-focus cancel API by Chih-Chung Chang · 15 years ago
- 54c0615 Merge change 24872 into eclair by Android (Google) Code Review · 15 years ago
- 151921a Merge change 24977 into eclair by Android (Google) Code Review · 15 years ago
- 64a7c6b add support for RGBX_8888 surfaces in SurfaceFlinger by Mathias Agopian · 15 years ago
- 4503cb7 Merge change 24968 into eclair by Android (Google) Code Review · 15 years ago
- 53973fd fix [2117464] SF can crash when calling dumpsys by Mathias Agopian · 15 years ago
- bd85271 make sure to update the tail pointer when undoing a dequeue by Mathias Agopian · 15 years ago
- 988f6eb Minor perf tweak for fountain. by Jason Sams · 15 years ago
- 64c0e1a Fix issue 2115450: a2dp thread is started, even though we are only connected to headset and not playing music. by Eric Laurent · 15 years ago
- 91e2d86 Merge change 24337 into eclair by Android (Google) Code Review · 15 years ago
- 3e63f91 fix [2111536] [FAST BLOCKER] Device is soft rebooted after ending the call through voice dialer by Mathias Agopian · 15 years ago
- 248b5bd fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 15 years ago
- 436c627 make sure conditions will return when the status of a surface is not NO_ERROR by Mathias Agopian · 15 years ago
- 24d237d add a debug property to disable h/w composition. debug.sf.hw, when set to 0 will disable h/w composition by Mathias Agopian · 15 years ago