1. 4aacf93 Merge "Fix memory corruption in LayerRenderer::copyLayer" into jb-mr1-dev by Romain Guy · 12 years ago
  2. e49d7ec Fix memory corruption in LayerRenderer::copyLayer by Romain Guy · 12 years ago
  3. cd664f0 Merge "Add greyscale intrinsic test." into jb-mr1-dev by Jason Sams · 12 years ago
  4. 3f7bbe8 Merge "Document ColorMatrix intrinsic and add helpers" into jb-mr1-dev by Jason Sams · 12 years ago
  5. 75040f8 Handle different x, y scales in drawLines AA path by Chris Craik · 12 years ago
  6. c1ccbf5 Add greyscale intrinsic test. by Jason Sams · 12 years ago
  7. 8fd5853 Document ColorMatrix intrinsic and add helpers by Jason Sams · 12 years ago
  8. 378d131 Merge "Varying-based AA rect drawing" into jb-mr1-dev by Chris Craik · 12 years ago
  9. 6ebdc11 Varying-based AA rect drawing by Chris Craik · 12 years ago
  10. 6d617c2 Merge "Stabilize perf data." into jb-mr1-dev by Jason Sams · 12 years ago
  11. 3e777c7 Merge "Add ColorMatrix Intrinsic." into jb-mr1-dev by Jason Sams · 12 years ago
  12. 76fb297 Stabilize perf data. by Jason Sams · 12 years ago
  13. 5729fcd Add ColorMatrix Intrinsic. by Jason Sams · 12 years ago
  14. f1ffb4f Merge "update image processing to fix ScriptGroup names." into jb-mr1-dev by Jason Sams · 12 years ago
  15. c3f6d18 update image processing to fix ScriptGroup names. by Jason Sams · 12 years ago
  16. 9fc4b35 Add new hw acceleration test by Romain Guy · 12 years ago
  17. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  18. 7336569 Merge "Improve multi-user broadcasts." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  19. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  20. 2effa64 Fixed MemoryUsage issue with reporting results. by Maxim Siniavine · 12 years ago
  21. f967807 Merge "Fix bug in grain." into jb-mr1-dev by Jason Sams · 12 years ago
  22. a8309cb Merge "Move the kernel launch to specific intrinsic class." into jb-mr1-dev by Jason Sams · 12 years ago
  23. cdb0597 Merge "Switch to v8 (and appropriate llvm-rs-cc stuff)." into jb-mr1-dev by Stephen Hines · 12 years ago
  24. f1c051b Fix bug in grain. by Jason Sams · 12 years ago
  25. 19e1086 Move the kernel launch to specific intrinsic class. by Jason Sams · 12 years ago
  26. 02df84a am 34d85746: am b8da225f: Merge "Tests/RS: Add RS context check for RsBalls setAccel()" by Jean-Baptiste Queru · 12 years ago
  27. 34d8574 am b8da225f: Merge "Tests/RS: Add RS context check for RsBalls setAccel()" by Jean-Baptiste Queru · 12 years ago
  28. 9229700 Added a test to measure memory usage of apps. by Maxim Siniavine · 12 years ago
  29. 79af1dd Switch public APIs to use new UserHandle class for identifying users. by Dianne Hackborn · 12 years ago
  30. da1c93a Tests/RS: Add RS context check for RsBalls setAccel() by Yong Chen · 12 years ago
  31. 31bc7f9 Merge "Initial version of Renderscript Compute Benchmark" into jb-mr1-dev by Stephen Hines · 12 years ago
  32. 9196c9a Merge "Fisheye filter: approx version, general performance improvements" into jb-mr1-dev by Stephen Hines · 12 years ago
  33. 65b8734 Switch to v8 (and appropriate llvm-rs-cc stuff). by Stephen Hines · 12 years ago
  34. 14250cc Merge "Testing java compat lib for RS." into jb-mr1-dev by Jason Sams · 12 years ago
  35. 000dc53 Initial version of Renderscript Compute Benchmark by Rajeev Sharma · 12 years ago
  36. 50b1ba0 Fisheye filter: approx version, general performance improvements by Rajeev Sharma · 12 years ago
  37. ebefb2c Testing java compat lib for RS. by Jason Sams · 12 years ago
  38. 9630704 Power manager rewrite. by Jeff Brown · 12 years ago
  39. 34743ac Merge "Add API to create new contexts with custom configurations." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  40. 756220b Add API to create new contexts with custom configurations. by Dianne Hackborn · 12 years ago
  41. 6ab9768 Intrinsics test by Jason Sams · 12 years ago
  42. e816bae Optimize interactions with glyph cache by Chet Haase · 12 years ago
  43. dc39e86 Fix build issue with new error checks. by Jason Sams · 12 years ago
  44. 423ebcb Implement ScriptGroup and add test. by Jason Sams · 12 years ago
  45. 320d46b Reduce gradients textures size whenever possible by Romain Guy · 12 years ago
  46. 5379158 Merge "More mult-user API work." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  47. 7d19e02 More mult-user API work. by Dianne Hackborn · 12 years ago
  48. 0a332e3 Merge "Draw an empty border around glyphs to avoid sampling issues Bug #6942209" into jb-mr1-dev by Romain Guy · 12 years ago
  49. 33fa1f7 Draw an empty border around glyphs to avoid sampling issues Bug #6942209 by Romain Guy · 12 years ago
  50. 6e1b917 Add case for NEON min to RSTest by Rajeev Sharma · 12 years ago
  51. 8fa5711 Add approximate version of Vignette filter to Image Processing test by Rajeev Sharma · 12 years ago
  52. a70cd04 Merge "Add dithering to gradients" into jb-mr1-dev by Romain Guy · 12 years ago
  53. b4163a6 Add APIs for interacting across users. by Dianne Hackborn · 12 years ago
  54. 211efea Add dithering to gradients by Romain Guy · 12 years ago
  55. c1deaa2 Vignette filter: precompute more values, simplify math, cleanup code by Rajeev Sharma · 12 years ago
  56. 42e1e0d Improve gradients by Romain Guy · 12 years ago
  57. 41bd350 save 2ms replace div with mul. by Jason Sams · 12 years ago
  58. bb0dbf7 Add vignette filter to Image Processing test by Rajeev Sharma · 12 years ago
  59. bb2c947 Add fisheye filter to Image Processing benchmark by Rajeev Sharma · 12 years ago
  60. 440f32b am ddd88726: am 71930dd7: am a45746ef: Fix several cases of broken droiddoc syntax external issue 35214 by Jeff Smith · 12 years ago
  61. a807a50 Add unsigned tests to math agreement test by Rajeev Sharma · 12 years ago
  62. ddd8872 am 71930dd7: am a45746ef: Fix several cases of broken droiddoc syntax external issue 35214 by Jeff Smith · 12 years ago
  63. 3253112 Merge "Test for unsigned RS setters." by Stephen Hines · 12 years ago
  64. 85dae98 Test for unsigned RS setters. by Stephen Hines · 12 years ago
  65. 71930dd am a45746ef: Fix several cases of broken droiddoc syntax external issue 35214 by Jeff Smith · 12 years ago
  66. a45746e Fix several cases of broken droiddoc syntax external issue 35214 by Jeff Smith · 12 years ago
  67. 786fc93 Make HardwareRenderer able to target generic Surface objects by Romain Guy · 12 years ago
  68. d8031f0 Merge "Make gradients look slightly better" by Romain Guy · 12 years ago
  69. 98ba894 Make gradients look slightly better by Romain Guy · 12 years ago
  70. b10f455 Merge "Updated math_agree test" by Stephen Hines · 12 years ago
  71. 5666d8f Updated math_agree test by Rajeev Sharma · 12 years ago
  72. 4a45de8 Add film grain test. by Jason Sams · 12 years ago
  73. 52541816 Refactor ImageProcessing benchmark and stabilize results. by Jason Sams · 12 years ago
  74. 33034b13 Create telephony-common and mms-common - DO NOT MERGE by Wink Saville · 12 years ago
  75. 5362f17 Merge commit '1b003ef0' into mit by Wink Saville · 12 years ago
  76. a639b31 Create telephony-common and mms-common by Wink Saville · 12 years ago
  77. 702fb2c Cleanup filter preview test. by Jason Sams · 12 years ago
  78. ba92994 Merge "Filter performance tests." by Jason Sams · 12 years ago
  79. 10efb53 Switch to "tests" instead of "optional" for build. by Stephen Hines · 12 years ago
  80. ba64974 Removing setChildrenLayersEnabled by Michael Jurka · 12 years ago
  81. 9ec426a am 2b7df368: am cab997b2: Merge "Fix 6667238: allow market apps to support ACTION_ASSIST" into jb-dev by Jim Miller · 12 years ago
  82. 45308b1 Fix 6667238: allow market apps to support ACTION_ASSIST by Jim Miller · 12 years ago
  83. 0cb555f Filter performance tests. by Jason Sams · 12 years ago
  84. ca2ef2c Merge "Fix style for Geolocation mock mechanism" by Steve Block · 12 years ago
  85. c3c682f Add missing </head> tag to last commit. by Ben Murdoch · 12 years ago
  86. 963a730 Add JavaBridge test to ensure objects injected into child frames. by Ben Murdoch · 12 years ago
  87. 8547d55 Merge "Add math agreement test. float_distance and float_almost_agree added to header" by Stephen Hines · 12 years ago
  88. 325ca45 Add math agreement test. float_distance and float_almost_agree added to header by Rajeev Sharma · 12 years ago
  89. b56ed30 Fix style for Geolocation mock mechanism by Steve Block · 12 years ago
  90. 830698b Avoid unintended side-effects of loading javascript: URLS in Java Bridge tests by Steve Block · 12 years ago
  91. 9fc54f3 Revert "Large matrix test" by Stephen Hines · 12 years ago
  92. 4af8665 Large matrix test by Jason Sams · 12 years ago
  93. 7c22b18 Merge "Switch Geolocation DRT methods to control client-based mock" by Steve Block · 12 years ago
  94. f3f60d9 Switch Geolocation DRT methods to control client-based mock by Steve Block · 12 years ago
  95. 602e3ad am 6e153128: am 1b283b4e: Merge "Fix TextureView OpenGL sample" into jb-dev by Romain Guy · 12 years ago
  96. 519b492 am df06d51f: am 4ee6a63d: Merge "Move gfx samples to test directory for compatibility testing." into jb-dev by Jason Sams · 12 years ago
  97. 1b283b4 Merge "Fix TextureView OpenGL sample" into jb-dev by Romain Guy · 12 years ago
  98. 4c43f66 Fix TextureView OpenGL sample by Romain Guy · 12 years ago
  99. e5f2f66 Move gfx samples to test directory for compatibility testing. by Jason Sams · 12 years ago
  100. 030ab67 am 69b2bda2: am a7ea0d39: Merge "Add unit tests for convert (with relaxed precision)." into jb-dev by Stephen Hines · 12 years ago