1. 0e7f429 fix a race in SF buffer management by Mathias Agopian · 14 years ago
  2. b661d66 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 14 years ago
  3. 208cb07 fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once. by Mathias Agopian · 14 years ago
  4. 579b3f8 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
  5. b7e930d split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  6. 7e27f05 more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago
  7. 631f358 fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 15 years ago
  8. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  9. a0b3f1d fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 15 years ago
  10. f10d7fd added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  11. bb64124 fix the threading issue for setBuffercount() by Mathias Agopian · 15 years ago
  12. d6297f7 fix some bugs in SharedBufferStack::resize by Mathias Agopian · 15 years ago
  13. b5b7f26 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  14. c0a9164 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 15 years ago
  15. b296533 cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 15 years ago
  16. 0a8cd06 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 15 years ago
  17. cc08e68 added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  18. 1100c8b add support for up to 16 buffers per surface by Mathias Agopian · 15 years ago
  19. 9cce325 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  20. 04a3f57 fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug) by Mathias Agopian · 15 years ago
  21. 18b915a implement [2396050] Add ETC1 texture support to AGL by Mathias Agopian · 15 years ago
  22. 6fee064 fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video by Mathias Agopian · 15 years ago
  23. 38a7fa2 fix [2182249] [MR1] valgrind error in surface flinger by Mathias Agopian · 15 years ago
  24. e700501 fix [2170319] gmail bulk operation checkbox latency on passion by Mathias Agopian · 15 years ago
  25. 9ec430a fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  26. b26af23 fix [2168531] have software-only gralloc buffer side-step the HAL by Mathias Agopian · 15 years ago
  27. 3330b20 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 15 years ago
  28. 0b3ad46 Attempt to fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  29. 86f7329 add basic time stats for surfaces lock time by Mathias Agopian · 15 years ago
  30. c7d5601 make sure to update the tail pointer when undoing a dequeue by Mathias Agopian · 15 years ago
  31. 48d819a fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 15 years ago
  32. b58b5d7 make sure conditions will return when the status of a surface is not NO_ERROR by Mathias Agopian · 15 years ago
  33. cbb288b fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
  34. e03eaa1 Calculate specular lighting correctly by Martin Storsjo · 15 years ago
  35. 238a66e be more friendly with C by Mathias Agopian · 15 years ago
  36. eb9fd68 add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes by Mathias Agopian · 15 years ago
  37. ec0f1f6 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 16 years ago
  38. e7c4c28 add a virtual destructor to region_rasterizer, to be on the safe side by Mathias Agopian · 16 years ago
  39. 4c4b387 merge master in master_gl by Mathias Agopian · 16 years ago
  40. 952663e am 5277103d: Merge change 5035 into donut by Android (Google) Code Review · 16 years ago
  41. b12f99b add glTexParameteri() and fix glTexParameteriv() by Mathias Agopian · 16 years ago
  42. 0a3139a fix a bug where copybit only renders in the first buffer when used with s/w GL by Mathias Agopian · 16 years ago
  43. 7e2a937 revive the copybit test. by Mathias Agopian · 16 years ago
  44. 0c97ed3 cleanup Debug.h a bit by Mathias Agopian · 16 years ago
  45. 310f8da merge master to master_gl by Mathias Agopian · 16 years ago
  46. c5b2c0b move libbinder's header files under includes/binder by Mathias Agopian · 16 years ago
  47. 208059f checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 16 years ago
  48. 20f6878 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
  49. 58a79f4 move android_native_buffer_t declaration into its own private/ui/android_native_priv.h header, since user code should never have access to it. by Mathias Agopian · 16 years ago
  50. 7189c00 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
  51. f1d8e87 a brand new MessageQueue for SurfaceFlinger. by Mathias Agopian · 16 years ago
  52. 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
  53. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  54. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  55. a6938ba auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  56. 8a7a675 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  57. e09fd9e Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  58. 7c1b96a Initial Contribution by The Android Open Source Project · 16 years ago