1. 009e51e Merge "Fix anonymous struct." by Shih-wei Liao · 16 years ago
  2. 66bda36 Fix anonymous struct. by Shih-wei Liao · 16 years ago
  3. 959c91f Bunch of fixes. by Romain Guy · 16 years ago
  4. 73b77af Merge "Delete shaders after a compile error. Also disable extra logging." by Romain Guy · 16 years ago
  5. 98173a2 Delete shaders after a compile error. Also disable extra logging. by Romain Guy · 16 years ago
  6. 1f5a8d9 am 80328ba0: am 8ea71511: Merge "Initial tool for OBB manipulation" into gingerbread by Kenny Root · 16 years ago
  7. 80328ba am 8ea71511: Merge "Initial tool for OBB manipulation" into gingerbread by Kenny Root · 16 years ago
  8. 6e7ac5f Initial tool for OBB manipulation by Kenny Root · 16 years ago
  9. 2ce0e3f Adding allocation reference counting to the a3d models. by Alex Sakhartchouk · 16 years ago
  10. a919112 Renaming stucts back. by Alex Sakhartchouk · 16 years ago
  11. 0dde1f8 Merge "Adding quaternion functions to math library." by Alex Sakhartchouk · 16 years ago
  12. 7b6d0d9 am 679ac09a: am a5ae50cd: Merge "More native work." into gingerbread by Dianne Hackborn · 16 years ago
  13. 679ac09 am a5ae50cd: Merge "More native work." into gingerbread by Dianne Hackborn · 16 years ago
  14. 08d5b8f More native work. by Dianne Hackborn · 16 years ago
  15. 9e187ed Merge "Add extra blending modes." by Romain Guy · 16 years ago
  16. 48daa54 Add extra blending modes. by Romain Guy · 16 years ago
  17. 7d73206a Merge "Refcounting in allocations." by Jason Sams · 16 years ago
  18. cc6e6c9 Merge "Update image processing to cleaup code by not inlining functions that should be handled by the runtime." by Jason Sams · 16 years ago
  19. facd6fc Adding quaternion functions to math library. by Alex Sakhartchouk · 16 years ago
  20. f79ad0c Merge "Add support for text underline and strikethru." by Romain Guy · 16 years ago
  21. a674ab7 Add support for text underline and strikethru. by Romain Guy · 16 years ago
  22. ea48ff4 am 95105f3c: am c3fc2d03: Fix safe mode and KeyEvent.getMaxKeyCode(). by Jeff Brown · 16 years ago
  23. 95105f3 am c3fc2d03: Fix safe mode and KeyEvent.getMaxKeyCode(). by Jeff Brown · 16 years ago
  24. c3fc2d0 Fix safe mode and KeyEvent.getMaxKeyCode(). by Jeff Brown · 16 years ago
  25. a48a1a8 Fast text selection drawing. by Romain Guy · 16 years ago
  26. 61c8c9c Fix tons of bugs and add new text rendering support. by Romain Guy · 16 years ago
  27. b28ca96f Refcounting in allocations. by Jason Sams · 16 years ago
  28. 05716aa Update image processing to cleaup code by not inlining by Jason Sams · 16 years ago
  29. 1639351 Make libhwui entirely optional. by Romain Guy · 16 years ago
  30. 9cccc2b9 Enforce maximum texture size. by Romain Guy · 16 years ago
  31. 91fc6e8 am d7ce227b: am 818490ab: Fix String8::operator+ by Kenny Root · 16 years ago
  32. d7ce227 am 818490ab: Fix String8::operator+ by Kenny Root · 16 years ago
  33. 072671f Merge "Fix debugging support for float vectors and add matrix debugging." by Jason Sams · 16 years ago
  34. d64188a Fix debugging support for float vectors and add matrix debugging. by Jason Sams · 16 years ago
  35. 8e3e359 Merge "Added drop shadow renderer to the font class." by Alex Sakhartchouk · 16 years ago
  36. f18136c Added drop shadow renderer to the font class. by Alex Sakhartchouk · 16 years ago
  37. 22158e1 Automatically cleanup textures that don't fit in the cache. by Romain Guy · 16 years ago
  38. 25ee037 Fix incorrect memory cleanup in SkiaShader. by Romain Guy · 16 years ago
  39. 818490a Fix String8::operator+ by Kenny Root · 16 years ago
  40. b423dac Merge "Fix length normilization bug in rsMatrixLoadRotate." by Jason Sams · 16 years ago
  41. 41d9825 Fix length normilization bug in rsMatrixLoadRotate. by Jason Sams · 16 years ago
  42. f6b5306 Merge "Use lowp colors in fixed funtion emulation." by Jason Sams · 16 years ago
  43. 1911c60 Use lowp colors in fixed funtion emulation. by Jason Sams · 16 years ago
  44. 8cc44cb Merge "Add support for paths." by Romain Guy · 16 years ago
  45. 7fbcc04 Add support for paths. by Romain Guy · 16 years ago
  46. b39a827 Fix behavior where the non-blocking sendToCliend would block by Jason Sams · 16 years ago
  47. d70cbb8 am aec3e36f: am 2d817f75: Free scanBuf in ZipFileRO by Kenny Root · 16 years ago
  48. 55e8198 Fixing fonts to use constant color instead of variable. by Alex Sakhartchouk · 16 years ago
  49. 518f033 Adding more matrix math functions. by Alex Sakhartchouk · 16 years ago
  50. 442a647 Support constant and varying colors in ProgramFragment. by Jason Sams · 16 years ago
  51. aec3e36 am 2d817f75: Free scanBuf in ZipFileRO by Kenny Root · 16 years ago
  52. 2d817f7 Free scanBuf in ZipFileRO by Kenny Root · 16 years ago
  53. 42d530f Merge "Fix native crash in SkiaShader." by Romain Guy · 16 years ago
  54. 6c07daf Fix native crash in SkiaShader. by Romain Guy · 16 years ago
  55. f61f33d Merge "Added ability to set font color. Propagating the name of meshes and allocations from native a3d to java" by Alex Sakhartchouk · 16 years ago
  56. fb10c16 Added ability to set font color. by Alex Sakhartchouk · 16 years ago
  57. b70c1db Adding parseSizesList, getSupportedPreviewSizes to CameraParameters. by Nipun Kwatra · 16 years ago
  58. 374b4d9 Merge "Adding onscreen frame and script time for debugging." by Alex Sakhartchouk · 16 years ago
  59. 6de5550 Adding onscreen frame and script time for debugging. by Alex Sakhartchouk · 16 years ago
  60. a275354 Merge "Adding drop shadow support" by Alex Sakhartchouk · 16 years ago
  61. db1938e Add support for ColorFilters. by Romain Guy · 16 years ago
  62. 89a524a Adding drop shadow support by Alex Sakhartchouk · 16 years ago
  63. eb4e0c3 Merge "Refactor Skia shaders handling." by Romain Guy · 16 years ago
  64. 06f96e2 Refactor Skia shaders handling. by Romain Guy · 16 years ago
  65. 51c2ec2 Adding getSupportedPictureSizes which returns a Vector of supported Sizes. by Nipun Kwatra · 16 years ago
  66. bc6ed6c am 3b724c83: am 00e5c613: Merge "Improve thread safety of input mappers." into gingerbread by Jeff Brown · 16 years ago
  67. 3b724c8 am 00e5c613: Merge "Improve thread safety of input mappers." into gingerbread by Jeff Brown · 16 years ago
  68. 00e5c61 Merge "Improve thread safety of input mappers." into gingerbread by Jeff Brown · 16 years ago
  69. 6328cdc Improve thread safety of input mappers. by Jeff Brown · 16 years ago
  70. 154a320 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 16 years ago
  71. b82da65 Fix improper clipping after a save() by Romain Guy · 16 years ago
  72. 3534531 Merge "Cleanup of signed/unsigned Make all functions overloadable." by Jason Sams · 16 years ago
  73. ce49d03 resolved conflicts for merge of 02513855 to master by Mathias Agopian · 16 years ago
  74. f0690c4 Cleanup of signed/unsigned Make all functions overloadable. by Jason Sams · 16 years ago
  75. b827f45 Merge "Fix gradients rendering and destructor crashes." by Romain Guy · 16 years ago
  76. ae5575b Fix gradients rendering and destructor crashes. by Romain Guy · 16 years ago
  77. 0251385 am 050b5624: Added SensorManager.getMinDelay() by Mathias Agopian · 16 years ago
  78. 050b562 Added SensorManager.getMinDelay() by Mathias Agopian · 16 years ago
  79. 8f5d160 am 0c51c98f: am 4506c62a: fix inaccurate copyrights by Jean-Baptiste Queru · 16 years ago
  80. 0c51c98 am 4506c62a: fix inaccurate copyrights by Jean-Baptiste Queru · 16 years ago
  81. edb2fc6 Merge "Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()" by Jim Miller · 16 years ago
  82. 83407b9 fix inaccurate copyrights by Jean-Baptiste Queru · 16 years ago
  83. 4506c62 fix inaccurate copyrights by Jean-Baptiste Queru · 16 years ago
  84. f82447e Merge "Moved all the rendering code to the new shader generator." by Romain Guy · 16 years ago
  85. 889f8d1 Moved all the rendering code to the new shader generator. by Romain Guy · 16 years ago
  86. 1fdacef am 06abd0a6: am 571180c4: Merge "Attempt to fix the SDK build" into gingerbread by Christopher Tate · 16 years ago
  87. 06abd0a am 571180c4: Merge "Attempt to fix the SDK build" into gingerbread by Christopher Tate · 16 years ago
  88. 571180c Merge "Attempt to fix the SDK build" into gingerbread by Christopher Tate · 16 years ago
  89. 466b22b Attempt to fix the SDK build by Christopher Tate · 16 years ago
  90. 74278c73 am 9c705411: am aab985b9: Fix touch input in landscape mode. by Jeff Brown · 16 years ago
  91. 9c70541 am aab985b9: Fix touch input in landscape mode. by Jeff Brown · 16 years ago
  92. b0a5750 am 6ec402b5: DO NOT MERGE: Fix input event injection ANRs on UI thread. by Jeff Brown · 16 years ago
  93. aab985b Fix touch input in landscape mode. by Jeff Brown · 16 years ago
  94. 6ec402b DO NOT MERGE: Fix input event injection ANRs on UI thread. by Jeff Brown · 16 years ago
  95. bbda99d Fixed StatusBar ANRs due to input event injection on UI thread. by Jeff Brown · 16 years ago
  96. 98d4a5c am 4dc8ead1: am 7b40518e: Merge "Change unistd.h to stddef.h to be correct" into gingerbread by Chris Tate · 16 years ago
  97. 4dc8ead am 7b40518e: Merge "Change unistd.h to stddef.h to be correct" into gingerbread by Chris Tate · 16 years ago
  98. 7b40518 Merge "Change unistd.h to stddef.h to be correct" into gingerbread by Chris Tate · 16 years ago
  99. a4879ba Change unistd.h to stddef.h to be correct by Kenny Root · 16 years ago
  100. d154855 am 47cf709a: am 8c5d9430: Merge "Add unistd.h for size_t typedef to fix sim-eng" into gingerbread by Kenny Root · 16 years ago