1. 7c1747c Merge "Remove verbose logging, update test app and docs." by Stephen Hines · 13 years ago
  2. 3d78266 Remove verbose logging, update test app and docs. by Stephen Hines · 13 years ago
  3. 0694cfe Merge "Add method to create a ParcelSurfaceTexture from android.view.Surface." by tedbo · 13 years ago
  4. b950b8e Merge "Fix the issue where onFrameAvailable is not triggered if SurfaceTexture is in sync mode." by Jamie Gennis · 13 years ago
  5. cf55937 Add onSurfaceTextureUpdated to the TextureView listener. by Grace Kloba · 13 years ago
  6. 4e8a5c9 Add method to create a ParcelSurfaceTexture from android.view.Surface. by tedbo · 13 years ago
  7. ad4f703 Fix flashing artifacts caused by invalidation bugs by Chet Haase · 13 years ago
  8. 925bcaa Fix the issue where onFrameAvailable is not triggered if SurfaceTexture is in sync mode. by Grace Kloba · 13 years ago
  9. dbe03ae Merge "Fix bugs in AllocationAdapter." by Jason Sams · 13 years ago
  10. ee2d809 Fix bugs in AllocationAdapter. by Jason Sams · 13 years ago
  11. 4190911 Merge "Support missing RS vector types." by Stephen Hines · 13 years ago
  12. 79ad3f2 Support missing RS vector types. by Stephen Hines · 13 years ago
  13. faa32b3 First cut at RSTextureView. by Jason Sams · 13 years ago
  14. 3c0618b Merge "Add support for more vector types to RS." by Stephen Hines · 13 years ago
  15. dc12262 Merge "POSITVE -> POSITIVE typo fix" by Stephen Hines · 13 years ago
  16. 2b1382d Merge "Add isCompatible() to RS Element." by Stephen Hines · 13 years ago
  17. f257e51 Add isCompatible() to RS Element. by Stephen Hines · 13 years ago
  18. 20fbd01 POSITVE -> POSITIVE typo fix by Stephen Hines · 13 years ago
  19. e5e0c50 Properly refcount SurfaceTexture in the JNI layer. by Romain Guy · 13 years ago
  20. e460e6d Merge "Add View.getResolvedLayoutDirection()" by Fabrice Di Meglio · 13 years ago
  21. c005322 Add View.getResolvedLayoutDirection() by Fabrice Di Meglio · 13 years ago
  22. 304b1f5 Allocation copy functions. by Alex Sakhartchouk · 13 years ago
  23. 4532c5e Merge "Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Binder." by Jamie Gennis · 13 years ago
  24. d54f3f4 Merge "Override equals()/hashCode() for RS BaseObj." by Stephen Hines · 13 years ago
  25. 0503161 Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Binder. by tedbo · 13 years ago
  26. 705d2ea Override equals()/hashCode() for RS BaseObj. by Stephen Hines · 13 years ago
  27. aece2cc Merge "Unhiding render target code for renderscript" by Alex Sakhartchouk · 13 years ago
  28. 85dae04 Unhiding render target code for renderscript by Alex Sakhartchouk · 13 years ago
  29. 6e66725 Fix the false-alarm bug when we skip to the end, which should be OK. by Shih-wei Liao · 13 years ago
  30. e27832a Improve validation in RS FieldPacker. by Stephen Hines · 13 years ago
  31. 260c77a Use android.os.Process.THREAD_PRIORITY_* symbols by Glenn Kasten · 13 years ago
  32. 836c4a5 Add support for more vector types to RS. by Stephen Hines · 13 years ago
  33. f5534a0 Fixes for AnimationDrawable by Chet Haase · 13 years ago
  34. 6a03640 Add support for Gravity BEFORE and AFTER by Fabrice Di Meglio · 13 years ago
  35. 6c72eec Preparing libRS for for compilation on host. by Alex Sakhartchouk · 13 years ago
  36. edbfabd Core to client fifo on sockets. by Jason Sams · 13 years ago
  37. 25999a0 Cleanup mesh creation. by Alex Sakhartchouk · 13 years ago
  38. 7a22e10 Add code for generating fifo command packing. by Jason Sams · 13 years ago
  39. a89094a Code Cleanup and better Sampler creation method by Alex Sakhartchouk · 13 years ago
  40. 2698536 Fix error checks on compute context creation. by Jason Sams · 13 years ago
  41. 8f0095c Allows to render with an OpenGL context inside a TextureView. by Romain Guy · 13 years ago
  42. e7cb25916 am 1eb31b43: am 718516f3: am 9fd8e057: Merge "Fix memory leak of SkMovie class" by Conley Owens · 13 years ago
  43. 1eb31b4 am 718516f3: am 9fd8e057: Merge "Fix memory leak of SkMovie class" by Conley Owens · 13 years ago
  44. 17f83df am 7dcdfd79: am f26ec38c: am 501f7bca: Merge "Eliminating dead logic - bitmap state simply cannot be null here." by Conley Owens · 13 years ago
  45. 7dcdfd7 am f26ec38c: am 501f7bca: Merge "Eliminating dead logic - bitmap state simply cannot be null here." by Conley Owens · 13 years ago
  46. 9fd8e05 Merge "Fix memory leak of SkMovie class" by Conley Owens · 13 years ago
  47. c576537 Pipe rsa function though the RS api table. by Jason Sams · 13 years ago
  48. 5ac02e7 am 697f8b33: am 00df8e23: Merge "Check setName() for null string + fix rsRand()." into honeycomb-mr1 by Stephen Hines · 13 years ago
  49. 6e494d3 Add dalvik code for forEach. by Jason Sams · 13 years ago
  50. 4658d77 Check setName() for null string + fix rsRand(). by Alex Sakhartchouk · 13 years ago
  51. 36f873c Merge "Cleanup rs.spec file and code generator." by Jason Sams · 13 years ago
  52. 65bdaf1 Cleanup rs.spec file and code generator. by Jason Sams · 13 years ago
  53. 64e0098 Merge "Start ICS header cleanup and finish type matrix." by Stephen Hines · 13 years ago
  54. e1c6ff4 Make setGradientCenter/Radius work. by Romain Guy · 13 years ago
  55. ee6d5cf Copy the solid color when mutating a gradient drawable. by Romain Guy · 13 years ago
  56. 4a123c4 Allow bitmap filtering on NinePatchDrawable. by Romain Guy · 13 years ago
  57. 6cc888e Start ICS header cleanup and finish type matrix. by Jason Sams · 13 years ago
  58. e7c4a75 Modifying libRS internal communication to handle network rendering. by Alex Sakhartchouk · 14 years ago
  59. 0a1413e Clean getTextRunAdvances() APIs by Fabrice Di Meglio · 13 years ago
  60. 44bc17c Rework display size access. by Dianne Hackborn · 13 years ago
  61. e42143a Eliminating dead logic - bitmap state simply cannot be null here. by Jozef BABJAK · 13 years ago
  62. 0343a7e Merge "TextLayoutCache - add glyphs caching" by Fabrice Di Meglio · 14 years ago
  63. fcf2be1 TextLayoutCache - add glyphs caching by Fabrice Di Meglio · 14 years ago
  64. fbb0788 Merge "Use jniThrowException for exception throwing from native code." by Elliott Hughes · 14 years ago
  65. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 14 years ago
  66. 8451b25 Use jniThrowException for exception throwing from native code. by Elliott Hughes · 14 years ago
  67. bd184c5 Cleanup character limits. by Jason Sams · 14 years ago
  68. 331bf9b Seperate ProgramRaster. Cleanup ProgramRaster and ProgramStore creation. by Jason Sams · 14 years ago
  69. 78a9f6a Merge "First draft of fbo in renderscript. Updating samples and benchmark" by Alex Sakhartchouk · 14 years ago
  70. ef353dd Make BaseObj a public class. by Stephen Hines · 14 years ago
  71. 8e90f2b First draft of fbo in renderscript. Updating samples and benchmark by Alex Sakhartchouk · 14 years ago
  72. eee49c6 Fix text redering issue where the text was sometimes truncated by Fabrice Di Meglio · 14 years ago
  73. a3cbe69 Merge "Move the drawable state to the correct class. Bug #4170455" by Romain Guy · 14 years ago
  74. 2660a3e Move the drawable state to the correct class. Bug #4170455 by Romain Guy · 14 years ago
  75. 37c1bbb am 8ef609ab: am a4206029: am 5d5a0ca5: Merge "Fixing the wrong link in YuvImage JavaDoc." by Brad Fitzpatrick · 14 years ago
  76. 8ef609a am a4206029: am 5d5a0ca5: Merge "Fixing the wrong link in YuvImage JavaDoc." by Brad Fitzpatrick · 14 years ago
  77. 08d7778 Fix memory leak of SkMovie class by Kimiyoshi Kusaka · 14 years ago
  78. 696257c merge libsurfaceflinger_client into libgui by Mathias Agopian · 14 years ago
  79. a5d42c8 Merge "NEW_API: Add getTimestamp() to SurfaceTexture." by Eino-Ville Talvala · 14 years ago
  80. ee0c116 Always apply the tile mode. Bug #4170455 by Romain Guy · 14 years ago
  81. 5d5a0ca Merge "Fixing the wrong link in YuvImage JavaDoc." by Brad Fitzpatrick · 14 years ago
  82. aa5eb64 Merge "Use Harfbuzz instead of ICU4C for computing advances" by Fabrice Di Meglio · 14 years ago
  83. 9f82b58 Use Harfbuzz instead of ICU4C for computing advances by Fabrice Di Meglio · 14 years ago
  84. e309a0f NEW_API: Add getTimestamp() to SurfaceTexture. by Eino-Ville Talvala · 14 years ago
  85. e4a06c5 Start seperating out RS compute implementation. Create hal by Jason Sams · 14 years ago
  86. ce06ebf Merge "Add support for timestamps into SurfaceTexture." by Eino-Ville Talvala · 14 years ago
  87. c5f94d8 Add support for timestamps into SurfaceTexture. by Eino-Ville Talvala · 14 years ago
  88. b4a5f95 am 6ff211e0: am 8f6c5226: am 55a9be3d: Merge "Fix for bug 3434228" into honeycomb-mr1 by Alex Sakhartchouk · 14 years ago
  89. 2c74ad9 Fix for bug 3434228 by Alex Sakhartchouk · 14 years ago
  90. d50349d Merge "Check setName() for null string + typo fixes." by Stephen Hines · 14 years ago
  91. 84a97ca Check setName() for null string + typo fixes. by Stephen Hines · 14 years ago
  92. ef65bb3 2X2 matrix needs 4 float elements. by Stephen Hines · 14 years ago
  93. 8cecbb5 DO NOT MERGE: Fix typos in RenderScript docs. by Stephen Hines · 14 years ago
  94. f7d75b3 Merge "Fix typos in RenderScript docs." by Stephen Hines · 14 years ago
  95. 98e88ca Merge "Fixing element count bug in renderscript." by Alex Sakhartchouk · 14 years ago
  96. 971ec7a Merge changes I9a202210,If26ef8be by Mathias Agopian · 14 years ago
  97. 58a7775 fix YV12 documentation by Mathias Agopian · 14 years ago
  98. 9ea30a6 Fixing element count bug in renderscript. by Alex Sakhartchouk · 14 years ago
  99. 9c4086a Fix typos in RenderScript docs. by Stephen Hines · 14 years ago
  100. 525af5d reformat file, which contained tabs instead of spaces by Mathias Agopian · 14 years ago