1. 628eff9 Native input dispatch rewrite work in progress. by Jeff Brown · 16 years ago
  2. 36ef8cf allow re-targetting of surfaces by Mathias Agopian · 16 years ago
  3. cbbf27f split surface management from surface's buffers management by Mathias Agopian · 16 years ago
  4. be916aa Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 16 years ago
  5. ba0fab3 more clean-up in preparation of bigger changes by Mathias Agopian · 16 years ago
  6. 3f6b0cd fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 16 years ago
  7. fb6ae66 added the notion of fixed-size buffers by Mathias Agopian · 16 years ago
  8. 68f929b fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 16 years ago
  9. 082a4d8 added native_window_set_buffer_count() by Mathias Agopian · 16 years ago
  10. dd9a3a7 fix the threading issue for setBuffercount() by Mathias Agopian · 16 years ago
  11. e1f6105 fix some bugs in SharedBufferStack::resize by Mathias Agopian · 16 years ago
  12. d1b449a Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 16 years ago
  13. 45df6a2 AudioFlinger: rename variables to clarify reference to track channel count or channel mask by Eric Laurent · 16 years ago
  14. 5cc61b1 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 16 years ago
  15. 86f69c1 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 16 years ago
  16. 41623bf cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 16 years ago
  17. 43d8a28 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 16 years ago
  18. e9e4d54 added setCrop() to android_native_window_t by Mathias Agopian · 16 years ago
  19. cdaaf32 add support for up to 16 buffers per surface by Mathias Agopian · 16 years ago
  20. 3cf6135 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 16 years ago
  21. 2eeabb1 fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug) by Mathias Agopian · 16 years ago
  22. 1c38c27 implement [2396050] Add ETC1 texture support to AGL by Mathias Agopian · 16 years ago
  23. 9416be4 fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video by Mathias Agopian · 16 years ago
  24. 7b9d6a9 fix [2182249] [MR1] valgrind error in surface flinger by Mathias Agopian · 16 years ago
  25. 68174b1 fix [2170319] gmail bulk operation checkbox latency on passion by Mathias Agopian · 16 years ago
  26. d46758b fix [2152536] ANR in browser by Mathias Agopian · 16 years ago
  27. 5bffa09 fix [2168531] have software-only gralloc buffer side-step the HAL by Mathias Agopian · 16 years ago
  28. 9d64a06 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 16 years ago
  29. defd1bd Attempt to fix [2152536] ANR in browser by Mathias Agopian · 16 years ago
  30. 9e3ebf8 add basic time stats for surfaces lock time by Mathias Agopian · 16 years ago
  31. 5a37cc5 make sure to update the tail pointer when undoing a dequeue by Mathias Agopian · 16 years ago
  32. 4fc61bf fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 16 years ago
  33. 3dbf98c make sure conditions will return when the status of a surface is not NO_ERROR by Mathias Agopian · 16 years ago
  34. 81e2a52 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 16 years ago
  35. 4e3d248 Calculate specular lighting correctly by Martin Storsjo · 17 years ago
  36. 806a5fc be more friendly with C by Mathias Agopian · 17 years ago
  37. c2f1f07 Fix issue 1795088 Improve audio routing code by Eric Laurent · 17 years ago
  38. b07c28b add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes by Mathias Agopian · 17 years ago
  39. 00ee480 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 17 years ago
  40. 814914c Merge change 6382 by Android (Google) Code Review · 17 years ago
  41. 7c5252e add a virtual destructor to region_rasterizer, to be on the safe side by Mathias Agopian · 17 years ago
  42. 349dba3 am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 17 years ago
  43. 5732662 Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 17 years ago
  44. e35922d merge master in master_gl by Mathias Agopian · 17 years ago
  45. e4f071b am 5277103d: Merge change 5035 into donut by Android (Google) Code Review · 17 years ago
  46. f1bd03d add glTexParameteri() and fix glTexParameteriv() by Mathias Agopian · 17 years ago
  47. 2ff585f fix a bug where copybit only renders in the first buffer when used with s/w GL by Mathias Agopian · 17 years ago
  48. 79021f4 revive the copybit test. by Mathias Agopian · 17 years ago
  49. 348514d cleanup Debug.h a bit by Mathias Agopian · 17 years ago
  50. 794aaef merge master to master_gl by Mathias Agopian · 17 years ago
  51. 7562408 move libbinder's header files under includes/binder by Mathias Agopian · 17 years ago
  52. 615a9bf checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 17 years ago
  53. cde489a Region now has its own implementation instead of relying on SkRegion, which allows us to break libui's dependency on libcorecg. by Mathias Agopian · 17 years ago
  54. 376f561 move android_native_buffer_t declaration into its own private/ui/android_native_priv.h header, since user code should never have access to it. by Mathias Agopian · 17 years ago
  55. 81dd9e9 move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h and don't include it from egl.h by Mathias Agopian · 17 years ago
  56. 4fde27f a brand new MessageQueue for SurfaceFlinger. by Mathias Agopian · 17 years ago
  57. b1514c9 Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 17 years ago
  58. 1179bc9 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 17 years ago
  59. 89fa4ad auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  60. 15f767b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  61. 5e07b57 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 17 years ago
  62. e5198b6 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 17 years ago
  63. 54ffb8a auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 17 years ago
  64. 7b5eb02 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  65. 2729ea9 Initial Contribution by The Android Open Source Project · 17 years ago