1. 768e393 Refactor CanvasContext: move OpenGL specific code by Stan Iliev · 8 years ago
  2. ab1080c Delete unused args by John Reck · 8 years ago
  3. 51f2d60 Fix some edge cases by John Reck · 8 years ago
  4. 7966d44 Adjust graphics dataspace references to new standard by Eino-Ville Talvala · 8 years ago
  5. 5d2d778 Camera2: Switch to auto-gen C++ binder interfaces by Eino-Ville Talvala · 9 years ago
  6. cd9a18c Set SCALING_MODE_NO_SCALE_CROP for SurfaceView. by Robert Carr · 9 years ago
  7. 44581ff Camera: add RAW_PRIVATE format by Yin-Chia Yeh · 9 years ago
  8. 64e516f Sync SurfaceView position changes to parent render. by Rob Carr · 9 years ago
  9. f35b989 Merge six commits from master-skia to master by Leon Scroggins III · 9 years ago
  10. d8f904f Revert "Merge six commits from master-skia to master" by Tom Hudson · 9 years ago
  11. 5507807 Merge six commits from master-skia to master by Leon Scroggins III · 9 years ago
  12. 7e1d861 Revert "Sync SurfaceView position changes to parent render." by Rob Carr · 9 years ago
  13. 6104dc9 Sync SurfaceView position changes to parent render. by Robert Carr · 9 years ago
  14. 434a481 am ea1831d2: am b57dd722: resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  15. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  16. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  17. 8270292 Explicitly construct all Rects by Pablo Ceballos · 9 years ago
  18. 1b54fb2 Delete MAKE_ENUM_FLAGS by Chris Craik · 9 years ago
  19. 50210d9 Adjust light source for window position by Alan Viverette · 9 years ago
  20. c1b33d6 GraphicsJNI Canvas cleanup by John Reck · 9 years ago
  21. db663fe Rename native DisplayListRenderer to DisplayListCanvas by Chris Craik · 9 years ago
  22. 9d4efdf Revert "A bunch more cleanups" by John Reck · 9 years ago
  23. c294d12 A bunch more cleanups by John Reck · 9 years ago
  24. 2f17431 ImageFormat: add PRIVATE format by Zhijun He · 9 years ago
  25. b36016c Cleanups & simplifications by John Reck · 9 years ago
  26. 805f3c9 Add DEPTH image formats, support in ImageReader by Eino-Ville Talvala · 9 years ago
  27. ba6adf6 Initial attempt at jank-tracking stat collection by John Reck · 10 years ago
  28. 7d13d9d resolved conflicts for merge of 3fc5e3ca to lmp-mr1-dev-plus-aosp by Andreas Gampe · 10 years ago
  29. ed6b9df Frameworks/base: Consistency in core/jni by Andreas Gampe · 10 years ago
  30. e726680 am 52e2b6f7: Merge "Update calls to IInterface::asBinder()" by Marco Nelissen · 10 years ago
  31. 97069dd Update calls to IInterface::asBinder() by Marco Nelissen · 10 years ago
  32. b35c960 Wire up surface width/height to lockHardwareCanvas by John Reck · 10 years ago
  33. 1125d1f Add some free zoom to lockHardwareCanvas by John Reck · 10 years ago
  34. bb2d0cc Surface:lockHardwareCanvas by John Reck · 10 years ago
  35. f74930b Merge "Surface: Add allocateBuffers to avoid render delay" by Dan Stoza · 10 years ago
  36. 5795d64 Surface: Add allocateBuffers to avoid render delay by Dan Stoza · 10 years ago
  37. b933055 stop using (deprecated) SkBitmap::Config by Mike Reed · 10 years ago
  38. 5ad3ab8 Delete a local ref in getSurface by Andy McFadden · 10 years ago
  39. 5c3d927 Add a native Canvas wrapper. by Florin Malita · 10 years ago
  40. c677675 Encapsulate Canvas.mNativeCanvas by Florin Malita · 10 years ago
  41. af608e8 change Surface constructor arg to 64bit by Chong Zhang · 11 years ago
  42. 36bef0b AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  43. 7023df0 Revert "AArch64: Make graphics classes 64-bit compatible" by Narayan Kamath · 11 years ago
  44. 18b4cbe AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  45. 8790be6 Remove calls to deprecated SkBitmap::setIsOpaque() by Leon Scroggins III · 11 years ago
  46. 87eac99 Remove dependency on JNIHelp header side effects. by Ruben Brunk · 11 years ago
  47. ed55c8d Avoid crashing in unlockCanvasAndPost by Andy McFadden · 11 years ago
  48. 52a9a10 Clearly separate consumer and producer interfaces by Mathias Agopian · 11 years ago
  49. b251f3d get rid of HAL pixelformats 5551 and 4444 by Mathias Agopian · 11 years ago
  50. 6f7b589 get rid of PIXEL_FORMAT_A_8 by Mathias Agopian · 11 years ago
  51. e326326 update to new Consumer APIs by Mathias Agopian · 11 years ago
  52. b468877 am f87d4ea7: am 17cf4e4d: Merge "Really make Surface thread-safe." into jb-mr2-dev by Jeff Brown · 11 years ago
  53. fc0ebd7 Really make Surface thread-safe. by Jeff Brown · 11 years ago
  54. 667809e simplify Surface{View} dirty rect handling by Mathias Agopian · 11 years ago
  55. 7c116b5 make Surface.java internal state thread-safe by Mathias Agopian · 11 years ago
  56. 86e1bc7 fix CloseGuard usage in Surface by Mathias Agopian · 11 years ago
  57. c3b9cd6 Try to keep the same native Surface object when reading a parcel by Mathias Agopian · 11 years ago
  58. 4a05f43 remove uses of Surface in favor of IGraphicBufferProducer by Mathias Agopian · 11 years ago
  59. b1d90c8 fix JNI use of incStrong/decStrong by Mathias Agopian · 11 years ago
  60. 8b5aa48 Restore the ability to track native Surface changes Bug #8230990 by Romain Guy · 11 years ago
  61. ffddc9b Fix SurfaceControl.setDisplaySurface() such that it accepts a null Surface by Mathias Agopian · 11 years ago
  62. 51eb127 am e4d3b06b: Merge "get rid of uses of getISurfaceTexture" by Mathias Agopian · 12 years ago
  63. f3d3b4d get rid of uses of getISurfaceTexture by Mathias Agopian · 12 years ago
  64. 4078559 am 8d1a6af4: Merge "fix typo introduced in SurfaceTextureClient to Surface renaming" by Mathias Agopian · 12 years ago
  65. f798a8e fix typo introduced in SurfaceTextureClient to Surface renaming by Mathias Agopian · 12 years ago
  66. 76f56dd am ceec31b7: Merge changes I5a218ca1,I853a76d9 by Mathias Agopian · 12 years ago
  67. 5280061 Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  68. 29479eb clean-up following Surface split by Mathias Agopian · 12 years ago
  69. 88e4b3f Final merge fix by Kristian Monsen · 12 years ago
  70. e32e2b3 Fixup from merge, and compile fix due to different skia version by Kristian Monsen · 12 years ago
  71. 1456758 resolved conflicts for merge of 58a1ca66 to master-chromium by Kristian Monsen · 12 years ago
  72. ab31d35 am a41b23d5: Merge "get rid of Surface.getIdentity()" by Mathias Agopian · 12 years ago
  73. 3866f0d split Surface in two classes: SurfaceControl and Surface by Mathias Agopian · 12 years ago
  74. f9136fd get rid of Surface.getIdentity() by Mathias Agopian · 12 years ago
  75. 7c1a49f Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE by Chris Craik · 12 years ago
  76. fc615a0 Remove calls to SkCanvas::setBitmapDevice() by Derek Sollenberger · 12 years ago
  77. 2fa54ce Merge "Update framework to support r5967 of Skia." into master-chromium by Derek Sollenberger · 12 years ago
  78. d47f7d8 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  79. ca79cf6 Update framework to support r5967 of Skia. by Derek Sollenberger · 12 years ago
  80. 95429c3 Surface: add the PhysicalDisplayInfo#secure field by Jamie Gennis · 12 years ago
  81. 7bbf816 Set the secureness when creating displays by Jamie Gennis · 12 years ago
  82. b6ce6e4 Flag window animation transactions as animations. by Jamie Gennis · 12 years ago
  83. 9e316a1 Blank or unblank all displays as need. by Jeff Brown · 12 years ago
  84. 3bcbad7 Plumb display name into SurfaceFlinger by Andy McFadden · 12 years ago
  85. cbad976 Add support for Wifi display. by Jeff Brown · 12 years ago
  86. 63f1c43 update to new SurfaceComposerClient API by Mathias Agopian · 12 years ago
  87. 64a55af Add plumbing for new surface flinger display API. by Jeff Brown · 12 years ago
  88. 0b722fe Use new surface flinger API. by Jeff Brown · 12 years ago
  89. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  90. 9de4936 Add features to DisplayManager. by Craig Mautner · 12 years ago
  91. fa25bf5 Add display manager skeleton. by Jeff Brown · 12 years ago
  92. ef4e817 Remove freeze(), unfreeze() and setFreezeTint(). by Jeff Brown · 12 years ago
  93. 55e395a Remove freezeDisplay(), which is no-op. by Jeff Brown · 12 years ago
  94. 78b8ef3 Surface: replace active rect with window crop by Jamie Gennis · 12 years ago
  95. b40696c Surface: add JNI plumbing for setActiveRect. by Jamie Gennis · 12 years ago
  96. c14bacf add a (hidden) api on Surface to query if the consumer is running behind the producer by Mathias Agopian · 12 years ago
  97. 497db8b Making the setSurface non-static by Pannag Sanketi · 12 years ago
  98. 2e76c99 SurfaceTexture: Fully refactored from BufferQueue by Daniel Lam · 13 years ago
  99. 047238c Switch Parcel to static JNI calls, pass pointer. by Jeff Sharkey · 12 years ago
  100. 8335f1c fix libgui header location by Mathias Agopian · 12 years ago