1. 9abe1eb Fixed disconnect bug in SurfaceTexture by Daniel Lam · 12 years ago
  2. 0e1080f Merge "SurfaceTexture: add context attach & detach" by Jamie Gennis · 12 years ago
  3. 74bed55 SurfaceTexture: add context attach & detach by Jamie Gennis · 12 years ago
  4. 851ef8f reduce IPC with BufferQueue by Mathias Agopian · 12 years ago
  5. 9285a16 Merge "Refactored DummyConsumer" by Jamie Gennis · 12 years ago
  6. c59b40c Merge "better workaround for bug: 6020860" by Mathias Agopian · 12 years ago
  7. 4b2ba53 better workaround for bug: 6020860 by Mathias Agopian · 12 years ago
  8. b731ae0 Move services/powermanager from frameworks/base to frameworks/native by Colin Cross · 12 years ago
  9. 9d61a28 Refactored DummyConsumer by Daniel Lam · 12 years ago
  10. 9e0b1f8 remove libandroid.so from targets that don't need it by Colin Cross · 12 years ago
  11. bb67556 Merge "frameworks/native: prevent some opengl tests from building in pdk" by Colin Cross · 12 years ago
  12. 1bb69f0 Merge "move hardware feature definitions" by Colin Cross · 12 years ago
  13. 8757966 Merge "Added a DummyConsumer for use with BufferQueue." by Jamie Gennis · 12 years ago
  14. 99cd617 Merge "debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is called" by Mathias Agopian · 12 years ago
  15. 97da905 move hardware feature definitions by Colin Cross · 12 years ago
  16. 9f64c2a frameworks/native: prevent some opengl tests from building in pdk by Colin Cross · 12 years ago
  17. e377d7d Merge "add Looper.cpp to build for linux host to use in CTS audio" by Keun young Park · 12 years ago
  18. f71c4ae Added a DummyConsumer for use with BufferQueue. by Daniel Lam · 12 years ago
  19. b7beba4 add Looper.cpp to build for linux host to use in CTS audio by Keun young Park · 12 years ago
  20. f45fa6b move dumpstate and dumpsys from frameworks/base to frameworks/native by Colin Cross · 12 years ago
  21. 0b94dcd mv libcpustats from frameworks/base to /native by Glenn Kasten · 12 years ago
  22. 7db993a debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is called by Mathias Agopian · 12 years ago
  23. 94ff71f Merge "surfaceflinger: disable ddms debugging on pdk builds" by Mathias Agopian · 12 years ago
  24. 3854ed5 surfaceflinger: disable ddms debugging on pdk builds by Colin Cross · 12 years ago
  25. e1c61d3 move ndk headers to frameworks/native by Mathias Agopian · 12 years ago
  26. b0e76f4 remove dependency of EGL on ndk header by Mathias Agopian · 12 years ago
  27. 82dd490 Merge "rewrite density calculation code so it's understandable" by Mathias Agopian · 12 years ago
  28. 8a849dd Merge "build: add device-type dalvik heap configs" by Dima Zavin · 12 years ago
  29. 1c6cd38 frameworks/native: link host libutils against external/zlib by Colin Cross · 12 years ago
  30. 2f043fe build: add device-type dalvik heap configs by Dima Zavin · 12 years ago
  31. 163d5a9 frameworks/native: move Zip* from libandroidfw to libutils by Colin Cross · 12 years ago
  32. 4639dcf Add UniquePtr.h to frameworks/native by Kenny Root · 12 years ago
  33. b5dd9c0 rewrite density calculation code so it's understandable by Mathias Agopian · 12 years ago
  34. 6fc0a9b displayhardware: fix not obeying ro.sf.lcd_density when specified by Dima Zavin · 12 years ago
  35. 4b6c4f1 Merge "surfaceflinger: use display dpi if not forced with ro.sf.lcd_nensity" by Dima Zavin · 12 years ago
  36. de3b072 Merge "libgui: have ST::updateTexImage check the GL ctx" by Jamie Gennis · 12 years ago
  37. 782cb13 Merge "libgui: add BQ consumer buffer free notifications" by Jamie Gennis · 12 years ago
  38. ce56137 libgui: have ST::updateTexImage check the GL ctx by Jamie Gennis · 12 years ago
  39. fa5b40e libgui: add BQ consumer buffer free notifications by Jamie Gennis · 12 years ago
  40. 0818b09 Add a simple work queue abstraction. by Jeff Brown · 12 years ago
  41. e6d77c5 Add traits to common utils data structures. by Jeff Brown · 12 years ago
  42. 599ebfd Remove all traces of long obsolete OMXComponentBase class. by Andreas Huber · 12 years ago
  43. 8571b80 Merge "gltrace: Only accept connections from the shell." by Siva Velusamy · 12 years ago
  44. 8e2f385 gltrace: Only accept connections from the shell. by Siva Velusamy · 12 years ago
  45. 642b9e5 Merge "Move CameraParameters.h to frameworks/native." by Eino-Ville Talvala · 12 years ago
  46. 8c511a9 Move CameraParameters.h to frameworks/native. by Eino-Ville Talvala · 12 years ago
  47. 1b15e1e surfaceflinger: use display dpi if not forced with ro.sf.lcd_nensity by Dima Zavin · 12 years ago
  48. 9eeebe3 Merge "Added rules to build f/n/libs/utils in 64-bit: lib64utils.a" by Andrew Hsieh · 12 years ago
  49. b267579 SurfaceTexture: Fully refactored from BufferQueue by Daniel Lam · 12 years ago
  50. fddc28d add ATRACE logs for screenshots by Mathias Agopian · 12 years ago
  51. 93f283d Added rules to build f/n/libs/utils in 64-bit: lib64utils.a by Andrew Hsieh · 12 years ago
  52. 00dc9fe Merge "attempt to fix a deadlock in SurfaceTextureClient::disconnect" by Dave Burke · 12 years ago
  53. 74ff8c2 attempt to fix a deadlock in SurfaceTextureClient::disconnect by Dave Burke · 12 years ago
  54. 9f70b92 Copy one more file to /frameworks/native by James Dong · 12 years ago
  55. 2f8fa85 Merge "gltrace: Expose a function to set OpenGL trace level." by Siva Velusamy · 12 years ago
  56. e56a585 Merge "Copied some headers from /frameworks/base to /frameworks/native to support PDK effort" by James Dong · 12 years ago
  57. 4d0f967 Merge "Expose the set of enabled tags." by Jeff Brown · 12 years ago
  58. 334de52 Copied some headers from /frameworks/base to /frameworks/native to support PDK effort by James Dong · 12 years ago
  59. e936584 Move II420ColorConverter.h to /frameworks/native/include/media/editor by James Dong · 12 years ago
  60. b13c78f gltrace: Expose a function to set OpenGL trace level. by Siva Velusamy · 12 years ago
  61. 45b80c6 Expose the set of enabled tags. by Jeff Brown · 12 years ago
  62. ed43fce Merge "BufferQueue: fixed issues with buffer slots not available" by Mathias Agopian · 12 years ago
  63. c2c1f2f BufferQueue: fixed issues with buffer slots not available by Daniel Lam · 12 years ago
  64. 35aadd6 fix surfaceflinger's dumpsys by Mathias Agopian · 12 years ago
  65. 373c2b2 fix include path by Mathias Agopian · 12 years ago
  66. 9d0152e Merge "Caliper benchmarks for Parcel." by Jeff Sharkey · 12 years ago
  67. e7054b2 Merge "Effect for multichannel PCM downmix to stereo" by Jean-Michel Trivi · 12 years ago
  68. 3986b11 Merge "Don't draw layers in buildLayer()" by Michael Jurka · 12 years ago
  69. 8058f5f Merge "Make applyVolume private to DirectOutputThread" by Glenn Kasten · 12 years ago
  70. 9260859 Merge "Mark all of config.xml not translatable in the top-level comment." by Eric Fischer · 12 years ago
  71. 8efed98 Merge "Add comments about sequence for setting parameters" by Glenn Kasten · 12 years ago
  72. 0251891 Merge "Adding more modes to the sampler test app. Fixing pixel placement." by Alex Sakhartchouk · 12 years ago
  73. 4c64a17 Merge "Remove references to sched_policy.h in RS" by Glenn Kasten · 12 years ago
  74. d9603b2 Merge "Avoid updating network stats after shutdown." by Jeff Sharkey · 12 years ago
  75. 6e74be3 Merge "Work on more low memory reporting to apps." by Dianne Hackborn · 12 years ago
  76. c3dabd9 Merge "Fix focus rings for buttons" by John Reck · 12 years ago
  77. d8f10c3 Merge "Fix some action bar menu layout bugs around config changes" by Adam Powell · 12 years ago
  78. 05d6eab Merge "Telephony: Create and use UiccController" by Wink Saville · 12 years ago
  79. d4c7b0e Merge "Fix unhandled navigation path" by John Reck · 12 years ago
  80. f7916c6 Merge "Fix FOCUS_BACKWARD search if view had no id" by John Reck · 12 years ago
  81. ba663c4 Merge "Don't close the database until all references released." by Jeff Brown · 12 years ago
  82. ca84229 Merge "Rename fields of AudioSessionRef" by Glenn Kasten · 12 years ago
  83. ed381b9 Merge "Fix indentation for re-organized code" by Glenn Kasten · 12 years ago
  84. f3257bd Merge "Pass the version down to native" by Nicolas Roard · 12 years ago
  85. 6d5f671 Merge "Ellipsize avoids spaces and starts right after text" by Gilles Debunne · 12 years ago
  86. 3a6a07c Merge "Rename updateWaitTime since a lock is held" by Glenn Kasten · 12 years ago
  87. e8f8f77 Merge "Fix bug #4972463 Update CTS tests for TextView textDirection" by Fabrice Di Meglio · 12 years ago
  88. 2929bf3 Merge "Make NDC not block forever and handle restart." by Robert Greenwalt · 12 years ago
  89. f96ce89 Merge "Fix deadlock by making DropBoxManager call async." by Craig Mautner · 12 years ago
  90. 7411d7d Merge "MediaPlayerService: fix AudioSink latency" by Eric Laurent · 12 years ago
  91. c9a7dff Merge "AudioTrack: relax check on minimum buffer size" by Eric Laurent · 12 years ago
  92. d8cd739 Merge "Fix issues #6103378 and #5959515." by Dianne Hackborn · 12 years ago
  93. 194774b Merge "Remove unused code - MediaSourceSplitter" by James Dong · 12 years ago
  94. 1aef28c Merge "There was copy and paste code in JNI to create a DrmConvertedStatus object." by James Dong · 12 years ago
  95. 2178dcf Merge "gltrace: Send vertex attribute data after glDraw() call." by Siva Velusamy · 12 years ago
  96. 5100c76 Merge "First draft of the sample function implementation." by Alex Sakhartchouk · 12 years ago
  97. a440dc1 Merge "Remove obsolete references to sched_policy.h" by Glenn Kasten · 12 years ago
  98. 0a57c72 Merge "Remove references to sched_policy.h" by Glenn Kasten · 12 years ago
  99. e58faab Merge "Add missing includes for Mutex.h" by Derek Sollenberger · 12 years ago
  100. 706342a Merge changes I8343449c,I4eaf69a1 by Daniel Sandler · 12 years ago