1. 248b5bd fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 16 years ago
  2. 24d237d add a debug property to disable h/w composition. debug.sf.hw, when set to 0 will disable h/w composition by Mathias Agopian · 16 years ago
  3. e7c11d7 fix [2102410] Home Screen is not displayed in the background in Landscape Mode by Mathias Agopian · 16 years ago
  4. a280496 fix [2037525] Fail to start camera after adb sync new Camera by Mathias Agopian · 16 years ago
  5. b34d143 rename Mutexes to make the code easier to follow by Mathias Agopian · 16 years ago
  6. dc54f41 delete old and unused source files by Mathias Agopian · 16 years ago
  7. 9779b221 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 16 years ago
  8. ffae4fc attempt to fix [2099362] Possible SurfaceFlinger crash by Mathias Agopian · 16 years ago
  9. 7164b8d fix [2098939] Smooth gradients show banding on Sholes by Mathias Agopian · 16 years ago
  10. c854678 Add colorkey to gl clear operation by Rebecca Schultz Zavin · 16 years ago
  11. a8d4917 dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked by Mathias Agopian · 16 years ago
  12. 18b6b49 fix a bug that caused the PixelFormat viewed by Surface to be wrong. by Mathias Agopian · 16 years ago
  13. b2f8450 fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of memory by Mathias Agopian · 16 years ago
  14. c4915de fix a bug that could cause a window to be hidden in some cases. by Mathias Agopian · 16 years ago
  15. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 16 years ago
  16. 42fd805 make sure EGL_ANDROID_swap_rectangle is actually supported before using it by Mathias Agopian · 16 years ago
  17. 88e3e6b Better error handling in EGL extensions by Mathias Agopian · 16 years ago
  18. 2ec8458 second take, hopefully this time it doesn't break one of the builds: "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Mathias Agopian · 16 years ago
  19. 5cec474 second take, hopefully this time it doesn't break one of the builds: "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Mathias Agopian · 16 years ago
  20. 64e89a8 Revert "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Fred Quintana · 16 years ago
  21. 8b76a0a SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything. by Mathias Agopian · 16 years ago
  22. 4523b768 enable HW acceleration for the Dim Surface on 8k devices by Mathias Agopian · 16 years ago
  23. 1d40f50 remove unused and confusing comment by Mathias Agopian · 16 years ago
  24. 9ca4dd6 minor code clean-up by Mathias Agopian · 16 years ago
  25. 265d9c0 added two EGL helpers for selecting a config matching a certain pixelformat or native window type by Mathias Agopian · 16 years ago
  26. cb21c37 free surface buffers before trying to allocate new ones, so we have more chance of success by Mathias Agopian · 16 years ago
  27. f293b2f NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly scalled by Mathias Agopian · 16 years ago
  28. b2b28f3 am 1521cd6e: Merge change 8015 into donut by Android (Google) Code Review · 16 years ago
  29. c915d0a fix [1985856] Seg fault when using the soft keyboard in the Messaging app by Mathias Agopian · 16 years ago
  30. 1521cd6 Merge change 8015 into donut by Android (Google) Code Review · 16 years ago
  31. d75fe9a Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined. by David 'Digit' Turner · 16 years ago
  32. 33863dd resolved conflicts for merge of ac38dfc5 to master by Mathias Agopian · 16 years ago
  33. 12cedff fix [2017532] Partial Update leaves residual image. by Mathias Agopian · 16 years ago
  34. 43ab763 Add a flag to set whether the overlay has been initialized. Commit needs to be called at least once on each overlay, and it appears that sometimes this by Rebecca Schultz Zavin · 16 years ago
  35. 7ac5e69 Fix hardware overlay so all changes are commited when done. by Rebecca Schultz Zavin · 16 years ago
  36. ac2dd4d first attempt to fix the sim by Mathias Agopian · 16 years ago
  37. b1c4ca5 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 16 years ago
  38. f31d407 fix [1967226] Donut orientation animation (dimming and blur) is slower than Cupcake by Mathias Agopian · 16 years ago
  39. b5af325 rename libsgl/libcorecg to libskia by Mike Reed · 16 years ago
  40. 679353d Merge change 6742 by Android (Google) Code Review · 16 years ago
  41. cafec03 fix [1969200] Uninitialized double passed to Math.sqrt() by Mathias Agopian · 16 years ago
  42. 07e456d am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624 by Mathias Agopian · 16 years ago
  43. 4d2dbeb fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624 by Mathias Agopian · 16 years ago
  44. 05dab6f fix for [1969185] valgrind errors in new gl stuff by Mathias Agopian · 16 years ago
  45. 94aadce trying to fix the sim, I'm not even sure this syntaxe is valid, but my compilo doesn't complain by Mathias Agopian · 16 years ago
  46. f780d32 don't need to link against libsgl by Mathias Agopian · 16 years ago
  47. d763b5d get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 16 years ago
  48. 0926b61 forgot to remove those files by Mathias Agopian · 16 years ago
  49. 359140c free gralloc buffers as soon as possible (when a surface is not visible any longer), client who have the buffers still mapped won't crash, btu may see garbage data by Mathias Agopian · 16 years ago
  50. dfe983b Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  51. ff80ceb Allocate 16MB for surfaces on Firstone, since 8MB is way to small for our bigger screen. by Mathias Agopian · 16 years ago
  52. ed3240e am 58ebdcc0: Merge change 5625 into donut by Android (Google) Code Review · 16 years ago
  53. 3a6b160 when there is a choice between UPDATE_ON_DEMAND and SWAP_BUFFER optimizations, choose UPDATE_ON_DEMAND which is often more efficient. by Mathias Agopian · 16 years ago
  54. ecfa7cc fix a bug that caused artifacts when SWAP_RECTANGLE was enabled by Mathias Agopian · 16 years ago
  55. 5fc1b60 don't use a 1/4th of the screen size texture for the dim layer by Mathias Agopian · 16 years ago
  56. 0aed7e9 fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 16 years ago
  57. 2f157b1 fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 16 years ago
  58. 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
  59. 8f78faa add support for out-of-range copybit scaling. camera capture is in color again by Mathias Agopian · 16 years ago
  60. dafb08d use 1/16 the size (20KB) for the dim texture in the copybit/msm case by Mathias Agopian · 16 years ago
  61. 68eeb80 use copybit for eglSwapBuffers() copy-back operations by Mathias Agopian · 16 years ago
  62. 26c28b1 make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently by Mathias Agopian · 16 years ago
  63. 2eab9d8 copybit now uses a native_handle_t* instead of a fd/offset by Mathias Agopian · 16 years ago
  64. cbc4c9f hack copybit back in for video playback on msm7k. we have h/w accelerated video again by Mathias Agopian · 16 years ago
  65. 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
  66. 999543b checkpoint. bring back video/camera by Mathias Agopian · 16 years ago
  67. f73bbd0 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  68. 6edf5af fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 16 years ago
  69. 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
  70. 49eb330 am c6282977: Merge change 4718 into donut by Android (Google) Code Review · 16 years ago
  71. 3c08a44 Fix sim-eng build and simplify previous lcd-density related patch by David 'Digit' Turner · 16 years ago
  72. 9cc8852 implement dimming with a texture on msm7k so it uses copybit by Mathias Agopian · 16 years ago
  73. e9c1970 am b1cdb648: Merge change 4565 into donut by Android (Google) Code Review · 16 years ago
  74. 2a578ae5 Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density by David 'Digit' Turner · 16 years ago
  75. 151e859 new Permission class used to improve permission checks speed (by caching results) by Mathias Agopian · 16 years ago
  76. e194762 protect ANDROID specific egl extension with #define by Mathias Agopian · 16 years ago
  77. 2d5ee25 fix a bunch of problems with destroying surfaces. by Mathias Agopian · 16 years ago
  78. 1277bb0 when looking for an EGLConfig always pick the first one that matches, not the last one by Mathias Agopian · 16 years ago
  79. 9176469 am b61ae351: Merge change 2747 into donut by Android (Google) Code Review · 16 years ago
  80. 6d892b6 log the geomerty of surfaces causing an out of memory in SurfaceFlinger. by Mathias Agopian · 16 years ago
  81. 947f4f4 merge master to master_gl by Mathias Agopian · 16 years ago
  82. e755d64 am 69a6c3eb: Merge change 2292 into donut by Android (Google) Code Review · 16 years ago
  83. 627e7b5 split boot animation out of SurfaceFlinger by Mathias Agopian · 16 years ago
  84. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 16 years ago
  85. 25ba5b6 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 16 years ago
  86. 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
  87. 97b8056 add support for update-on-demand in SurfaceFlinger by Mathias Agopian · 16 years ago
  88. 927d37c fix EGL extension string names by Mathias Agopian · 16 years ago
  89. 2e20bff created an new EGL extension called ANDROID_swap_rectangle by Mathias Agopian · 16 years ago
  90. 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
  91. 430f2ed removed the "bits" attribute from android_native_buffer_t. by Mathias Agopian · 16 years ago
  92. 6279619 minor clean-up in FramebufferNativeWindow by Mathias Agopian · 16 years ago
  93. dff8e58 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  94. fa6eda0 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  95. a73b41a am 0124a15: Merge change 626 into donut by Android (Google) Code Review · 16 years ago
  96. bdbe602 make use of the perfectly fine List.h instead of our own reimplementation of a linked list. by Mathias Agopian · 16 years ago
  97. 0c6b5f6 fix 1803886 android15 Translucent GLSurfaceView demo does not display properly by Mathias Agopian · 16 years ago
  98. 81b0aa6 get rid of an old hack to work around a bug around glDeleteTextures() in the adreno drivers by Mathias Agopian · 16 years ago
  99. ef07dda get rid of the "show fps" debug option by Mathias Agopian · 16 years ago
  100. a3aa6c9 Surfaces are now destroyed properly in SurfaceFlinger. by Mathias Agopian · 16 years ago