- 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
- e7c11d7 fix [2102410] Home Screen is not displayed in the background in Landscape Mode by Mathias Agopian · 15 years ago
- fa736d7 Remove the FallRS demo, now promoted as a wallpaper. by Romain Guy · 15 years ago
- b9e52a0 Fix sim-eng build. by Andy McFadden · 15 years ago
- 8a77a99 Fix issue 2107584: media server crash when AudioFlinger fails to allocate memory for track control block. by Eric Laurent · 15 years ago
- 11c803a Merge change 24335 into eclair by Android (Google) Code Review · 15 years ago
- 72e2d6d Merge change 24334 into eclair by Android (Google) Code Review · 15 years ago
- 0a5bf25 Merge change 24333 into eclair by Android (Google) Code Review · 15 years ago
- d42bd87 use broadcast() instead of signal() when signaling the condition-variable Thread::RequestExitAndWait() is waiting for by Mathias Agopian · 15 years ago
- a280496 fix [2037525] Fail to start camera after adb sync new Camera by Mathias Agopian · 15 years ago
- 96c08a6 Fix issue 1992233: DTMF tones on Sholes is really long. by Eric Laurent · 15 years ago
- b34d143 rename Mutexes to make the code easier to follow by Mathias Agopian · 15 years ago
- dc54f41 delete old and unused source files by Mathias Agopian · 15 years ago
- 9779b22 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
- ffae4fc attempt to fix [2099362] Possible SurfaceFlinger crash by Mathias Agopian · 15 years ago
- ac67ebe Merge change 24058 into eclair by Android (Google) Code Review · 15 years ago
- a3c745d Merge change 24057 into eclair by Android (Google) Code Review · 15 years ago
- 7042cde Minor perf improvement to fall and expand use of struct. by Jason Sams · 15 years ago
- 3194a66 Merge change 24048 into eclair by Android (Google) Code Review · 15 years ago
- 2d496bf Fix point sprites. by Romain Guy · 15 years ago
- 7164b8d fix [2098939] Smooth gradients show banding on Sholes by Mathias Agopian · 15 years ago
- 7adb985 checkpoint by Jason Sams · 15 years ago
- ea84a7c Remove "predefined" elements from Java layer. Static elements continue to exist but are no longer treated as a special version of element. by Jason Sams · 15 years ago
- 2525a81 Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs. by Jason Sams · 15 years ago
- a160c6e fix issue 2096657: Sholes: residue shutter sound heard ONCE while taking a picture AFTER the volume is turned off. by Eric Laurent · 15 years ago
- 6db4303 Merge change 23568 into eclair by Android (Google) Code Review · 15 years ago
- a8f6018 Work on issue #2079167: Flickering issue across multiple UI by Dianne Hackborn · 15 years ago
- 458e918 Merge change 23720 into eclair by Android (Google) Code Review · 15 years ago
- c854678 Add colorkey to gl clear operation by Rebecca Schultz Zavin · 15 years ago
- 66c70e1 Merge change 23529 into eclair by Android (Google) Code Review · 15 years ago
- f4cca78 Merge change 23583 into eclair by Android (Google) Code Review · 15 years ago
- c87d252 Make it an error to use a bare apostrophe in aapt, and adjust warnings/errors. by Eric Fischer · 15 years ago
- d069f32 Fix issue 2091594: music chirp after disconnecting A2DP. by Eric Laurent · 15 years ago
- 44e9983 Update fountain to use structures. by Jason Sams · 15 years ago
- 7954c46 Fix issue 2085690: AudioFlinger must properly terminate the input and output threads when destroyed. by Eric Laurent · 15 years ago
- 9e6842c Merge change 23168 into eclair by Android (Google) Code Review · 15 years ago
- 36dad72 EventHub: Fix file descriptor leak. by Mike Lockwood · 15 years ago
- 07ae406 Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder. by Jason Sams · 15 years ago
- 327c27b Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music. by Eric Laurent · 15 years ago
- a8d4917 dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked by Mathias Agopian · 15 years ago
- 67c6844 Remove bogus comments and logging. by Jason Sams · 15 years ago
- f5b4596 Implement java interface for RS shutdown and fix shutdown deadlock with the command fifo. by Jason Sams · 15 years ago
- b13ada5 Add support for selecting the color bit depth and if the application used a depth buffer. by Jason Sams · 15 years ago
- 463a608 Remove Galaxy Render Script, replaced by its wallpaper equivalent. by Romain Guy · 15 years ago
- 6f89172 Merge change 22352 into eclair by Android (Google) Code Review · 15 years ago
- 1965610 Fix FallRS by keeping a reference to the mesh. by Romain Guy · 15 years ago
- 9e2be20 fix [2070341] [FAST BLOCKER] can't successfully setup erc52 by Mathias Agopian · 15 years ago
- 75e6c77 Merge change 22169 into eclair by Android (Google) Code Review · 15 years ago
- d22fff7 Cleanup the Galaxy, add a few RS functions for Grass. by Romain Guy · 15 years ago
- 25ffcdc Point Sprites by Jason Sams · 15 years ago
- f99c180 Add offset handling in MemoryHeapBase class by Benny Wong · 15 years ago
- 34484ae Merge change 22024 into eclair by Android (Google) Code Review · 15 years ago
- 8e7c671 Micro-optimizations for FallRS by Romain Guy · 15 years ago
- ba5372f Merge change 22021 into eclair by Android (Google) Code Review · 15 years ago
- 18b6b49 fix a bug that caused the PixelFormat viewed by Surface to be wrong. by Mathias Agopian · 15 years ago
- b5f2ce6 Merge change 22011 into eclair by Android (Google) Code Review · 15 years ago
- 313b5b8 Improved performance in Galaxy and Fall by Romain Guy · 15 years ago
- b2f8450 fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of memory by Mathias Agopian · 15 years ago
- 6794e1b Merge change 21927 into eclair by Android (Google) Code Review · 15 years ago
- f4d1606 Improved RS timing code to monitor where we spend CPU time. by Jason Sams · 15 years ago
- 484d57f Move the sky by Romain Guy · 15 years ago
- 8a947bd Tweak the water and its texture by Romain Guy · 15 years ago
- 6c8dd98 Merge change 21831 into eclair by Android (Google) Code Review · 15 years ago
- 15b2969 Add reflections to the water by Romain Guy · 15 years ago
- 730ee65 Implement OOB destroy method that can be called from the java finalizer removing the need to explicitly destroy objects. by Jason Sams · 15 years ago
- 7ce033d Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base. by Jason Sams · 15 years ago
- cac80a6 Tweak the galaxy by Romain Guy · 15 years ago
- 948ee25 Merge change 21660 into eclair by Android (Google) Code Review · 15 years ago
- 4f7136c Optimized Galaxy by Romain Guy · 15 years ago
- 9fb956d Merge change 21653 into eclair by Android (Google) Code Review · 15 years ago
- bc948de Remove global IO context and integrate it into the RS context. by Jason Sams · 15 years ago