1. c1c05de fix camera API 2.0 orientation by Mathias Agopian · 11 years ago
  2. 02b62df Merge "Make sure do disconnect from a BQ when its client dies." into klp-dev by Mathias Agopian · 11 years ago
  3. fca4339 Merge "Fix for AOSP fusion sensors not handling multiple clients correctly." into klp-dev by Aravind Akella · 11 years ago
  4. f0c7284 Merge "Sensor Batching Bug fixes." into klp-dev by Aravind Akella · 11 years ago
  5. 365857d Make sure do disconnect from a BQ when its client dies. by Mathias Agopian · 11 years ago
  6. bf72dee Fix for AOSP fusion sensors not handling multiple clients correctly. by Aravind Akella · 11 years ago
  7. 83cafff Stop using default value for Surface producerControlledByApp parameter by Jesse Hall · 11 years ago
  8. 4c8b951 Sensor Batching Bug fixes. by Aravind Akella · 11 years ago
  9. 90ed3e8 fix a few problems with BitTube by Mathias Agopian · 11 years ago
  10. 7741421 Merge "color blindness enhancement" into klp-dev by Mathias Agopian · 11 years ago
  11. ff2ed70 color blindness enhancement by Mathias Agopian · 11 years ago
  12. 724d91d Sensor batching. Changes to the native code. by Aravind Akella · 11 years ago
  13. 9b5534b Merge changes I8283a989,I64add89a into klp-dev by Mathias Agopian · 11 years ago
  14. 87967c1 Merge "Force async behavior for the virtual display output BufferQueue" into klp-dev by Jesse Hall · 11 years ago
  15. 8db9255 Force async behavior for the virtual display output BufferQueue by Jesse Hall · 11 years ago
  16. 19733a3 minor clean-up of the GLESRenderer by Mathias Agopian · 11 years ago
  17. 931bda1 reset the gl viewport at each frame for each display by Mathias Agopian · 11 years ago
  18. a8c386f switch to use mat4 by Mathias Agopian · 11 years ago
  19. f2e4fcd Merge changes I34935d21,If423cd29 into klp-dev by Mathias Agopian · 11 years ago
  20. ed127ea Merge "make sure SF initialization is ran at target priority and correct thread group" into klp-dev by Mathias Agopian · 11 years ago
  21. 9414d67 make sure SF initialization is ran at target priority and correct thread group by Mathias Agopian · 11 years ago
  22. bcab7b1 fix DimLayer in GLES2.0 SF by Mathias Agopian · 11 years ago
  23. 464febc Remove input flinger stubs. (DO NOT MERGE) by Jeff Brown · 11 years ago
  24. bef42c5 handle several vsync signal correctly by Mathias Agopian · 11 years ago
  25. 4ceff3d screenshot layers wouldn't work in some cases by Mathias Agopian · 11 years ago
  26. a525483 Merge "Fix a bug where non-cropped layer could be scaled incorrectly" into klp-dev by Mathias Agopian · 11 years ago
  27. d2cf8c2 Merge "Provide HWC prepare with a valid output buffer" into klp-dev by Jesse Hall · 11 years ago
  28. 7127d17 Merge "Fix HWComposer dumping of float source crops" into klp-dev by Jesse Hall · 11 years ago
  29. 3255147 Merge "Fix virtual displays for HWC 1.0" into klp-dev by Andy McFadden · 11 years ago
  30. 0e8f144 Fix a bug where non-cropped layer could be scaled incorrectly by Mathias Agopian · 11 years ago
  31. 028dc8f Provide HWC prepare with a valid output buffer by Jesse Hall · 11 years ago
  32. 353ddc6 Fix HWComposer dumping of float source crops by Jesse Hall · 11 years ago
  33. 22a99f0 Fix virtual displays for HWC 1.0 by Andy McFadden · 11 years ago
  34. 4f4f094 SurfaceFlinger now runs in the process's main thread by Mathias Agopian · 11 years ago
  35. 90f59bf Merge "Re-enable frame dropping for non-auto timestamps" into klp-dev by Andy McFadden · 11 years ago
  36. 7c6278d Merge "Use new HWC display type/count constants." into klp-dev by Jesse Hall · 11 years ago
  37. 49457ac Encapsulate textures into their own Texture class by Mathias Agopian · 11 years ago
  38. 3c25621 Re-enable frame dropping for non-auto timestamps by Andy McFadden · 11 years ago
  39. 9e663de Use new HWC display type/count constants. by Jesse Hall · 11 years ago
  40. e048a43 Merge "Add support for EGL_KHR_gl_colorspace" into klp-dev by Jesse Hall · 11 years ago
  41. e0ec2a9 Merge "Fix ES2 composition on some devices" into klp-dev by Mathias Agopian · 11 years ago
  42. 2eaefe1 Simplify handling of opaque layers in shader generation by Mathias Agopian · 11 years ago
  43. 458197d Fix ES2 composition on some devices by Mathias Agopian · 11 years ago
  44. 6db4ff6 Disable GLES 2.x rendering by Andy McFadden · 11 years ago
  45. 892f22d Initialize mIndent by Andy McFadden · 11 years ago
  46. 5cdc899 don't reallocate the mesh each time we use it by Mathias Agopian · 11 years ago
  47. 3f84483 SurfaceFlinger now uses GLES 2.x when available by Mathias Agopian · 11 years ago
  48. 5ff5a84 allow "system" screenshots even when the secure flag is set by Mathias Agopian · 11 years ago
  49. c2e4122 Add support for EGL_KHR_gl_colorspace by Jesse Hall · 11 years ago
  50. a6bb107 make sure we have a context when creating the 1st surface by Mathias Agopian · 11 years ago
  51. 6c913be Add ISurfaceComposer::destroyDisplay by Jesse Hall · 11 years ago
  52. b98240c batteryservice: add battery current now and charge counter data by Todd Poynor · 11 years ago
  53. ff866e7 Merge "Set the swap interval of virtual display surfaces to 0" by Jesse Hall · 11 years ago
  54. f460f55 Set the swap interval of virtual display surfaces to 0 by Jesse Hall · 11 years ago
  55. 3ca76f4 remove support for glReadPixels screenshot path by Mathias Agopian · 11 years ago
  56. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 11 years ago
  57. a4e1952 Binderize the consumer side of BufferQueue by Mathias Agopian · 11 years ago
  58. aaff4ef SurfaceFlinger: Set the result of binderized screencapture by Mike J. Chen · 11 years ago
  59. ad678e1 single buffer mode for BufferQueue by Mathias Agopian · 11 years ago
  60. c2414bb get rid of HAL pixelformats 5551 and 4444 by Mathias Agopian · 11 years ago
  61. dd53371 make transparent pixels transparents again by Mathias Agopian · 11 years ago
  62. 5773d3f get rid of PixelFormatInfo and simplify things by Mathias Agopian · 11 years ago
  63. 87bf0d9 add libbatteryservice by Todd Poynor · 11 years ago
  64. 1d4f79c Merge "surfaceflinger: add frame duration logging" by Jamie Gennis · 11 years ago
  65. 6547ff4 surfaceflinger: add frame duration logging by Jamie Gennis · 11 years ago
  66. 4ffb7b1 Merge "Add C++ library for ConnectivityManager" by Geremy Condra · 11 years ago
  67. 7ffaa7c move services executables sources in their respective src folder by Mathias Agopian · 11 years ago
  68. 7cdd786 Make ANW.setSwapInterval(0) work again by Mathias Agopian · 11 years ago
  69. 595264f BufferQueue improvements and APIs changes by Mathias Agopian · 11 years ago
  70. 33510c0 Add C++ library for ConnectivityManager by Chad Brubaker · 11 years ago
  71. bce7611 Fix build -- update for function signature change by Jesse Hall · 11 years ago
  72. 3bc3840 Merge "Rewrite VirtualDisplaySurface" by Jesse Hall · 11 years ago
  73. 7f069d7 Merge "always pass the BufferQueue explicitely to consumers" by Mathias Agopian · 11 years ago
  74. 0fd3bf4 Merge "Fix issue #9860494: Waiting for service batteryinfo..." by Dianne Hackborn · 11 years ago
  75. 40c9e0a Add skeleton of input flinger. by Jeff Brown · 11 years ago
  76. ee83397 Fix issue #9860494: Waiting for service batteryinfo... by Dianne Hackborn · 11 years ago
  77. 38efe86 Rewrite VirtualDisplaySurface by Jesse Hall · 11 years ago
  78. 8f938a5 always pass the BufferQueue explicitely to consumers by Mathias Agopian · 11 years ago
  79. 883140d Merge "SurfaceFlinger: EventThread: Fix Vsync array size." by Jesse Hall · 11 years ago
  80. 5c876fa SurfaceFlinger: EventThread: Fix Vsync array size. by Saurabh Shah · 11 years ago
  81. cdd7d8b resolved conflicts for merge of 00aea5c5 to master by Mathias Agopian · 11 years ago
  82. 00aea5c am ac9a96da: fix a dead-lock in sensorservice by Mathias Agopian · 11 years ago
  83. ac9a96d fix a dead-lock in sensorservice by Mathias Agopian · 11 years ago
  84. c33f9a7 Merge "Pay attention to buffer timestamps" by Andy McFadden · 11 years ago
  85. 1585c4d Pay attention to buffer timestamps by Andy McFadden · 11 years ago
  86. 6b44267 fix SF buffer cropping by Mathias Agopian · 11 years ago
  87. 2ed0fe5 fix a bug where surfaceflinger and system_server could deadlock by Mathias Agopian · 11 years ago
  88. 547e98f Merge "Refactor SF. Move all GL operations in their own class." by Mathias Agopian · 11 years ago
  89. ba02cd2 improve sensorservice's dumpsys by Mathias Agopian · 11 years ago
  90. cf90bad Merge "simplify some unnecessary complex code" by Mathias Agopian · 11 years ago
  91. fee2b46 Debug code for detecting all black pixels screenshots by Mathias Agopian · 11 years ago
  92. 7438fd1 simplify some unnecessary complex code by Mathias Agopian · 11 years ago
  93. 875d8e1 Refactor SF. Move all GL operations in their own class. by Mathias Agopian · 11 years ago
  94. 98d3d6e SurfaceFlinger: fix releaseBuffer in updateTexImage by Lajos Molnar · 11 years ago
  95. 1eae0ee clean-up SurfaceFlinger a bit by Mathias Agopian · 11 years ago
  96. 2e3a7f1 Merge "Basic binary event-log helpers" by Mathias Agopian · 11 years ago
  97. 7cc6df5 fix a possible deadlock when removing a layer and destroying a client by Mathias Agopian · 11 years ago
  98. 85cce37 Basic binary event-log helpers by Mathias Agopian · 11 years ago
  99. b2397ff Merge changes Id5584bc1,I8ca826d0 by Mathias Agopian · 11 years ago
  100. 24f9bea revert parts of dc5b63e40, which made gyro drift estimation unstable by Mathias Agopian · 11 years ago