1. 0aed7e9 fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 16 years ago
  2. 8c9687a fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debug binder codes too by Mathias Agopian · 16 years ago
  3. 8f78faa add support for out-of-range copybit scaling. camera capture is in color again by Mathias Agopian · 16 years ago
  4. dafb08d use 1/16 the size (20KB) for the dim texture in the copybit/msm case by Mathias Agopian · 16 years ago
  5. 68eeb80 use copybit for eglSwapBuffers() copy-back operations by Mathias Agopian · 16 years ago
  6. 26c28b1 make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently by Mathias Agopian · 16 years ago
  7. 2eab9d8 copybit now uses a native_handle_t* instead of a fd/offset by Mathias Agopian · 16 years ago
  8. cbc4c9f hack copybit back in for video playback on msm7k. we have h/w accelerated video again by Mathias Agopian · 16 years ago
  9. c660395 fix a bug causing push-buffer surfaces' identity to be garbage, which resulted in some attributes (size/pos) to fail to be set by Mathias Agopian · 16 years ago
  10. 999543b checkpoint. bring back video/camera by Mathias Agopian · 16 years ago
  11. f73bbd0 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  12. 6edf5af fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 16 years ago
  13. c8fb5b1 release the last reference to surfaces explicitely instead of letting it go implicitely when the message is destroyed by Mathias Agopian · 16 years ago
  14. 49eb330 am c6282977: Merge change 4718 into donut by Android (Google) Code Review · 16 years ago
  15. 3c08a44 Fix sim-eng build and simplify previous lcd-density related patch by David 'Digit' Turner · 16 years ago
  16. 9cc8852 implement dimming with a texture on msm7k so it uses copybit by Mathias Agopian · 16 years ago
  17. e9c1970 am b1cdb648: Merge change 4565 into donut by Android (Google) Code Review · 16 years ago
  18. 2a578ae5 Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density by David 'Digit' Turner · 16 years ago
  19. 151e859 new Permission class used to improve permission checks speed (by caching results) by Mathias Agopian · 16 years ago
  20. e194762 protect ANDROID specific egl extension with #define by Mathias Agopian · 16 years ago
  21. 2d5ee25 fix a bunch of problems with destroying surfaces. by Mathias Agopian · 16 years ago
  22. 1277bb0 when looking for an EGLConfig always pick the first one that matches, not the last one by Mathias Agopian · 16 years ago
  23. 9176469 am b61ae351: Merge change 2747 into donut by Android (Google) Code Review · 16 years ago
  24. 6d892b6 log the geomerty of surfaces causing an out of memory in SurfaceFlinger. by Mathias Agopian · 16 years ago
  25. 947f4f4 merge master to master_gl by Mathias Agopian · 16 years ago
  26. e755d64 am 69a6c3eb: Merge change 2292 into donut by Android (Google) Code Review · 16 years ago
  27. 627e7b5 split boot animation out of SurfaceFlinger by Mathias Agopian · 16 years ago
  28. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 16 years ago
  29. 25ba5b6 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 16 years ago
  30. 6158b1b Region now has its own implementation instead of relying on SkRegion, which allows us to break libui's dependency on libcorecg. by Mathias Agopian · 16 years ago
  31. 97b8056 add support for update-on-demand in SurfaceFlinger by Mathias Agopian · 16 years ago
  32. 927d37c fix EGL extension string names by Mathias Agopian · 16 years ago
  33. 2e20bff created an new EGL extension called ANDROID_swap_rectangle by Mathias Agopian · 16 years ago
  34. ac2523b 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 · 16 years ago
  35. 430f2ed removed the "bits" attribute from android_native_buffer_t. by Mathias Agopian · 16 years ago
  36. 6279619 minor clean-up in FramebufferNativeWindow by Mathias Agopian · 16 years ago
  37. dff8e58 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  38. fa6eda0 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  39. a73b41a am 0124a15: Merge change 626 into donut by Android (Google) Code Review · 16 years ago
  40. bdbe602 make use of the perfectly fine List.h instead of our own reimplementation of a linked list. by Mathias Agopian · 16 years ago
  41. 0c6b5f6 fix 1803886 android15 Translucent GLSurfaceView demo does not display properly by Mathias Agopian · 16 years ago
  42. 81b0aa6 get rid of an old hack to work around a bug around glDeleteTextures() in the adreno drivers by Mathias Agopian · 16 years ago
  43. ef07dda get rid of the "show fps" debug option by Mathias Agopian · 16 years ago
  44. a3aa6c9 Surfaces are now destroyed properly in SurfaceFlinger. by Mathias Agopian · 16 years ago
  45. 6ead5d9 a brand new MessageQueue for SurfaceFlinger. by Mathias Agopian · 16 years ago
  46. 6cf0db2 more Surface lifetime management by Mathias Agopian · 16 years ago
  47. 2b1927f Squashed commit of the following: by Mathias Agopian · 16 years ago
  48. 17f638b more splitting of Surface/SurfaceControl. Surface.java is now implemented in terms of Surface and SurfaceControl. by Mathias Agopian · 16 years ago
  49. ed81f22 fix a few typos in comments. this is really intended as a git pull/push test. by Mathias Agopian · 16 years ago
  50. a6b40ba fix a rookie mistake causing Singleton<> to be a "multiton". Also improve the BufferMapper's debugging, but turn it off. by Mathias Agopian · 16 years ago
  51. af9a515 more debugging tools around BufferMapper by Mathias Agopian · 16 years ago
  52. 0179ff6 Merge commit 'goog/master' into master_gl by Mathias Agopian · 16 years ago
  53. 1473f46 Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
  54. d97bbd8 AI 143321: am: CL 143172 am: CL 142875 [1732012] for some reason these files didn't go through in the preview check-in. by Mathias Agopian · 16 years ago
  55. eb0c86e AI 143320: am: CL 143171 am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 16 years ago
  56. 3552f53 AI 143309: am: CL 143160 am: CL 142856 new-new-new-new rotation animation. it may still change one more time. by Mathias Agopian · 16 years ago
  57. cb93c5a AI 143172: am: CL 142875 [1732012] for some reason these files didn't go through in the preview check-in. by Mathias Agopian · 16 years ago
  58. 66b8ec9 AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 16 years ago
  59. e186113 Merge commit 'korg/cupcake' by The Android Open Source Project · 16 years ago
  60. 89a1872 AI 143160: am: CL 142856 new-new-new-new rotation animation. it may still change one more time. by Mathias Agopian · 16 years ago
  61. 3a186c7 Automated import from //branches/cupcake/...@142875,142875 by Mathias Agopian · 16 years ago
  62. c75c4364 Automated import from //branches/cupcake/...@142873,142873 by Mathias Agopian · 16 years ago
  63. d2f34e5 Automated import from //branches/cupcake/...@142856,142856 by Mathias Agopian · 16 years ago
  64. afbf448 Automated import from //branches/master/...@142447,142447 by Mathias Agopian · 16 years ago
  65. 1379665 Automated import from //branches/master/...@142432,142432 by Mathias Agopian · 16 years ago
  66. 2764f30 Automated import from //branches/donutburger/...@142446,142446 by Mathias Agopian · 16 years ago
  67. 00f5eca Automated import from //branches/donutburger/...@142430,142430 by Mathias Agopian · 16 years ago
  68. 0134567 Automated import from //branches/master/...@141504,141504 by Mathias Agopian · 16 years ago
  69. 4cf7abe Automated import from //branches/donutburger/...@141502,141502 by Mathias Agopian · 16 years ago
  70. e94fa1b Automated import from //branches/cupcake/...@142445,142445 by Mathias Agopian · 16 years ago
  71. ec4faff Automated import from //branches/cupcake/...@142427,142427 by Mathias Agopian · 16 years ago
  72. b24b297 Automated import from //branches/donutburger/...@140807,140807 by Mathias Agopian · 16 years ago
  73. b2cf954 Automated import from //branches/master/...@140808,140808 by Mathias Agopian · 16 years ago
  74. c2ad241 auto import from //branches/cupcake_rel/...@141571 by The Android Open Source Project · 16 years ago
  75. 2a73de7 Merge commit 'remotes/korg/cupcake' into merge by Jean-Baptiste Queru · 16 years ago
  76. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
  77. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  78. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  79. efd826e Fixing LayerScreenshot bitmap config value. by Adrian Taylor · 16 years ago
  80. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  81. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  82. 2076373 Add missing <limits.h> include by Jean-Baptiste Queru · 17 years ago
  83. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 17 years ago
  84. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 17 years ago
  85. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 17 years ago
  86. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  87. 54b6cfa Initial Contribution by The Android Open Source Project · 17 years ago