1. 79f39eb Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  2. f9e88fb Fix build. by Mathias Agopian · 13 years ago
  3. f3918c5 Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  4. e88740e rework a bit how we manage EGL extensions by Mathias Agopian · 13 years ago
  5. 222357f workaround to set the WM refresh rate to 48 Hz for tuna devices only by Mathias Agopian · 13 years ago
  6. a0bd0d8 Add a h/w composer API to allow the HAL to trigger a redraw by Mathias Agopian · 13 years ago
  7. 1861786 Fix EGLUtils::selectConfigForPixelFormat() by Mathias Agopian · 13 years ago
  8. 0c63ef5 don't kill surfaceflinger when system process dies by Mathias Agopian · 13 years ago
  9. c94dce5 fix memory corruption when retriving GL_MAX_VIEWPORT_DIMS by Mathias Agopian · 13 years ago
  10. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  11. 94720d7 surfaceflinger: add support for gralloc dump hooks by Erik Gilling · 14 years ago
  12. ac6f0cc am fb31036f: am 583fefc8: Merge "Use the context_priority extension when present." into gingerbread by Mathias Agopian · 14 years ago
  13. cd54dc2 Use the context_priority extension when present. by Mathias Agopian · 14 years ago
  14. a5ab8ce resolved conflicts for merge of 48a86240 to master by Mathias Agopian · 14 years ago
  15. 04262e9 Add logging of various important graphics events by Mathias Agopian · 14 years ago
  16. 11042a4 surfaceflinger: give hwcomposer a chance to release buffers by Antti Hatala · 14 years ago
  17. cfa2759 revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 14 years ago
  18. e0d5f5b call into hwcomposer HAL when present by Mathias Agopian · 14 years ago
  19. 08e83bb move native services under services/ by Mathias Agopian · 14 years ago[Renamed from libs/surfaceflinger/DisplayHardware/DisplayHardware.cpp]
  20. 781953d Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"" by Mathias Agopian · 14 years ago
  21. 330dd30 Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger" by Andreas Huber · 14 years ago
  22. 081bc5c fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger by Mathias Agopian · 14 years ago
  23. 51c66aa fix uninitialized variable in DisplayHardware by Mathias Agopian · 14 years ago
  24. aca2ee8 remove the "memcpy" hack by Mathias Agopian · 14 years ago
  25. e5c0a7b clean-up surfaceflinger a bit by Mathias Agopian · 14 years ago
  26. 967dce3 fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart) by Mathias Agopian · 14 years ago
  27. 6b1806b surfaceflinger: remove un-cached buffers hack for Adreno by Dima Zavin · 14 years ago
  28. 00d0b54 surfaceflinger: remove un-cached buffer hack for SGX by Erik Gilling · 15 years ago
  29. 830df4b addresses several bugs: 2206097, 2166583, 2261119, 2216759 by Mathias Agopian · 15 years ago
  30. 9042b45 fix [2143798] Need to figure out how to do video by Mathias Agopian · 15 years ago
  31. 460b60c Revert "temporarily disable the use of glTexImage2D for sw buffers on sholes." by Mathias Agopian · 15 years ago
  32. c131c56 temporarily disable the use of glTexImage2D for sw buffers on sholes. by Mathias Agopian · 15 years ago
  33. 351a707 fix [2168528] enable glTexImage2D code path in SF for software-only buffers by Mathias Agopian · 15 years ago
  34. f2d28b7 minor SurfaceFlinger code cleanup and remove unnecessary tests by Mathias Agopian · 15 years ago
  35. b1a1874 Android side of the fix for [2121211] Sholes has stutter during animations by Mathias Agopian · 15 years ago
  36. af369f62 disable backbuffer preservation when possible, which may improve performance a bit by Mathias Agopian · 15 years ago
  37. 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 · 15 years ago
  38. 9779b22 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
  39. 42fd805 make sure EGL_ANDROID_swap_rectangle is actually supported before using it by Mathias Agopian · 15 years ago
  40. 88e3e6b Better error handling in EGL extensions by Mathias Agopian · 15 years ago
  41. 9ca4dd6 minor code clean-up by Mathias Agopian · 15 years ago
  42. 265d9c0 added two EGL helpers for selecting a config matching a certain pixelformat or native window type by Mathias Agopian · 15 years ago
  43. b2b28f3 am 1521cd6e: Merge change 8015 into donut by Android (Google) Code Review · 15 years ago
  44. d75fe9a Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined. by David 'Digit' Turner · 15 years ago
  45. cafec03 fix [1969200] Uninitialized double passed to Math.sqrt() by Mathias Agopian · 15 years ago
  46. 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 · 15 years ago
  47. ecfa7cc fix a bug that caused artifacts when SWAP_RECTANGLE was enabled by Mathias Agopian · 15 years ago
  48. 8c9687a fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debug binder codes too by Mathias Agopian · 15 years ago
  49. 26c28b1 make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently by Mathias Agopian · 15 years ago
  50. cbc4c9f hack copybit back in for video playback on msm7k. we have h/w accelerated video again by Mathias Agopian · 15 years ago
  51. f73bbd0 Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  52. 3c08a44 Fix sim-eng build and simplify previous lcd-density related patch by David 'Digit' Turner · 15 years ago
  53. 2a578ae5 Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density by David 'Digit' Turner · 15 years ago
  54. e194762 protect ANDROID specific egl extension with #define by Mathias Agopian · 15 years ago
  55. 1277bb0 when looking for an EGLConfig always pick the first one that matches, not the last one by Mathias Agopian · 15 years ago
  56. 97b8056 add support for update-on-demand in SurfaceFlinger by Mathias Agopian · 15 years ago
  57. 927d37c fix EGL extension string names by Mathias Agopian · 15 years ago
  58. 2e20bff created an new EGL extension called ANDROID_swap_rectangle by Mathias Agopian · 15 years ago
  59. 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 · 15 years ago
  60. 6279619 minor clean-up in FramebufferNativeWindow by Mathias Agopian · 15 years ago
  61. dff8e58 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 15 years ago
  62. 1473f46 Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 15 years ago
  63. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  64. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  65. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  66. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  67. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  68. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  69. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago