1. 69011ff Merge "Move adapter2D to a derived class from Allocation." by Jason Sams · 14 years ago
  2. 49a05d7 Move adapter2D to a derived class from Allocation. by Jason Sams · 14 years ago
  3. b3b89f6 Fixing a bug in the load function. by Alex Sakhartchouk · 14 years ago
  4. b4d7bb6 API cleanup for renderscript. This will be a multiproject commit. by Alex Sakhartchouk · 14 years ago
  5. 96abab2 Merge "Ensure bitmaps aren't freed while referenced from a display list" by Patrick Dubroy · 14 years ago
  6. f890fab Ensure bitmaps aren't freed while referenced from a display list by Patrick Dubroy · 14 years ago
  7. e688213 Merge "Clean up Allocation buffer object api." by Jason Sams · 14 years ago
  8. d195240 Clean up Allocation buffer object api. by Jason Sams · 14 years ago
  9. eeca435 Stale cache management to address a P1 bug # 3296131. by Shih-wei Liao · 14 years ago
  10. 2118b25 Eliminate tracked allocations and the inNativeAlloc option. by Carl Shapiro · 14 years ago
  11. e27cdee API reaview cleanup by Alex Sakhartchouk · 14 years ago
  12. 27c1d4d Fix minor animation and doc issues by Chet Haase · 14 years ago
  13. e5d3712 Remove outdated texture upload functions. by Jason Sams · 14 years ago
  14. 0857196 Cleanup and refactoring of an earlier cl. by Alex Sakhartchouk · 14 years ago
  15. 6d8eb26 Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers. by Jason Sams · 14 years ago
  16. 82d4a3a Merge "Make Drawable.mCallback a WeakReference." by Romain Guy · 14 years ago
  17. f2a4778 Make Drawable.mCallback a WeakReference. by Romain Guy · 14 years ago
  18. 982b71b Merge "Allocate bitmap backing buffers in the Java heap." by Patrick Dubroy · 14 years ago
  19. e4ac2d6 Allocate bitmap backing buffers in the Java heap. by Patrick Dubroy · 14 years ago
  20. 6b32fab 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 14 years ago
  21. d4b23b5 More API updates. by Jason Sams · 14 years ago
  22. ad3ec1b Merge "Add ability to reuse bitmaps when decoding PNG content" by Chet Haase · 14 years ago
  23. decc8cd Add ability to reuse bitmaps when decoding PNG content by Chet Haase · 14 years ago
  24. 4ef6650 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 14 years ago
  25. 37f74ca Add ability to reuse bitmaps when loading new content by Chet Haase · 14 years ago
  26. 5476b45 Allocation API update. by Jason Sams · 14 years ago
  27. 0e007d7 Unhide inPreferQualityOverSpeed in BitmapFactory.Options. by Wei-Ta Chen · 14 years ago
  28. bf6ef8d API review cleanup. by Jason Sams · 14 years ago
  29. 953f909 Add inPreferQualityOverSpeed into BitmapFactory.Options. by Wei-Ta Chen · 14 years ago
  30. 8c7a580 Some theme cleanup. by Dianne Hackborn · 14 years ago
  31. 0bb0009 Fix in vertical measurement in text lines with different text sizes by Gilles Debunne · 14 years ago
  32. 2970c49 various fixes for animations and javadocs by Chet Haase · 14 years ago
  33. add9d96 More error checks by Jason Sams · 14 years ago
  34. 67f2e44 Support for cubemaps. by Alex Sakhartchouk · 14 years ago
  35. a914f34 Add caching support of BCC binaries. by Shih-wei Liao · 14 years ago
  36. e70b375 Add an opacity attribute to LayerDrawable that lets you control the opacity directly instead of by Joe Onorato · 14 years ago
  37. 68f0a32 Merge "Fix ref counting for globals when set from java code." by Jason Sams · 14 years ago
  38. 6f4cf0b Fix ref counting for globals when set from java code. by Jason Sams · 14 years ago
  39. 4bd1a3d Show Bitmap.Config value when unable to handle. by Jeff Sharkey · 14 years ago
  40. 6af97e1 Revised assets for progress bars and indeterminate progress spinners. by Adam Powell · 14 years ago
  41. 7194a7b Merge "Document RS element and type and add validity checking to type creation." by Jason Sams · 14 years ago
  42. a1b13ed Document RS element and type and add validity checking to type creation. by Jason Sams · 14 years ago
  43. d99a7be Merge "More documentation." by Jason Sams · 14 years ago
  44. 021aad9 First pass at styling progress bars for Holo. by Adam Powell · 14 years ago
  45. 449bb11 Merge "Add invalidation to Drawable when its properties change" by Chet Haase · 14 years ago
  46. 9891e1f Add invalidation to Drawable when its properties change by Chet Haase · 14 years ago
  47. 27676fe More documentation. by Jason Sams · 14 years ago
  48. 06d69de Continue error check improvements and write some docs. by Jason Sams · 14 years ago
  49. 1c41517 Handle user message ID 0 by Jason Sams · 14 years ago
  50. 9d71e21 Moving attrib creation to Mesh. Adding arrays as shader inputs. by Alex Sakhartchouk · 14 years ago
  51. afb9965 Merge "More RS exceptions cleanup. Remove some dead code." by Jason Sams · 14 years ago
  52. c1d6210 More RS exceptions cleanup. Remove some dead code. by Jason Sams · 14 years ago
  53. 8ad4b47 Merge "Fix possible rendering issue when drawing a path." by Romain Guy · 14 years ago
  54. 1041ade Fix possible rendering issue when drawing a path. by Romain Guy · 14 years ago
  55. 6b81399 Merge "Update ScriptC constructor to remove depricated param." by Jason Sams · 14 years ago
  56. 3ba02b3 Update ScriptC constructor to remove depricated param. by Jason Sams · 14 years ago
  57. 079e235 Add new fade in/out feature for drawable containers. by Dianne Hackborn · 14 years ago
  58. d5f0630 RS Error cleanup. by Jason Sams · 14 years ago
  59. 7d5411f Merge "Fix race condition in resize that was created when GetType for allocation and Types became async." by Jason Sams · 14 years ago
  60. d26297f Fix race condition in resize that was created when by Jason Sams · 14 years ago
  61. 70d4ba1 Performance optimizations for animations and toolkit by Chet Haase · 14 years ago
  62. 5585e36 Balls test app. by Jason Sams · 14 years ago
  63. 581cc64 Adding nvidia extension for limited npot support. by Alex Sakhartchouk · 14 years ago
  64. 64eb351 Merge "Begin adding async allocation creation." by Jason Sams · 14 years ago
  65. 31a7e42 Begin adding async allocation creation. by Jason Sams · 14 years ago
  66. ad93c2b Optimizing ColorFilter in display lists by Chet Haase · 14 years ago
  67. 98bfe5d Some cleanup by Alex Sakhartchouk · 14 years ago
  68. 9c25aee Fix object cast. by Jason Sams · 14 years ago
  69. 3b9c52a Async type creation. by Jason Sams · 14 years ago
  70. 838c6a1 Merge "Changing scenegraph sample to use arrays." by Alex Sakhartchouk · 14 years ago
  71. c9332fa Delete unused WebView drag tracking code by Bjorn Bringert · 14 years ago
  72. 0726fd9 Merge "Begin hooking up SurfaceConfig." by Jason Sams · 14 years ago
  73. 11c8af9 Begin hooking up SurfaceConfig. by Jason Sams · 14 years ago
  74. 9e401bc Changing scenegraph sample to use arrays. by Alex Sakhartchouk · 14 years ago
  75. 41030da Add a getNativeMatrix() API. by Romain Guy · 14 years ago
  76. 4bb9420 Optimize 9patch rendering. by Romain Guy · 14 years ago
  77. 9db9124 Simplify black texture fragment shader. by Romain Guy · 14 years ago
  78. 52d8363 Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  79. 26ae390 Update allocation from bitmap. GL attribute cleanup in type. by Alex Sakhartchouk · 14 years ago
  80. 031ec58c Fix support for 64-bit integers. by Stephen Hines · 14 years ago
  81. 2222aa9 Cleanup error message for null binding address. by Jason Sams · 14 years ago
  82. 38d50969 Merge "changing vec4 to vec2 for perf reasons." by Alex Sakhartchouk · 14 years ago
  83. d209163 changing vec4 to vec2 for perf reasons. by Alex Sakhartchouk · 14 years ago
  84. 68159aa Merge "Implement allocation resizing." by Jason Sams · 14 years ago
  85. 5edc608 Implement allocation resizing. by Jason Sams · 14 years ago
  86. 5e9f64c am b12bfbd4: am eb6e22f2: Merge "Document Bitmap.createScaledBitmap" into gingerbread by Brad Fitzpatrick · 14 years ago
  87. 95930e1 Apply all Canvas transformations to ColorDrawable. by Romain Guy · 14 years ago
  88. b12bfbd am eb6e22f2: Merge "Document Bitmap.createScaledBitmap" into gingerbread by Brad Fitzpatrick · 14 years ago
  89. 02d9102 Document Bitmap.createScaledBitmap by Brad Fitzpatrick · 14 years ago
  90. 2b282d3 am 3d019a37: am 83d52229: Doc fix: duplicate word \'of\' by Brad Fitzpatrick · 14 years ago
  91. 3d019a3 am 83d52229: Doc fix: duplicate word \'of\' by Brad Fitzpatrick · 14 years ago
  92. 83d52229 Doc fix: duplicate word 'of' by Brad Fitzpatrick · 14 years ago
  93. 42ca268 Merge "Support for 64-bit integer type." by Stephen Hines · 14 years ago
  94. ef1dac2 Support for 64-bit integer type. by Stephen Hines · 14 years ago
  95. eeac43a am f7681f84: Do not merge. by Wei-Ta Chen · 14 years ago
  96. f7681f84 Do not merge. by Wei-Ta Chen · 14 years ago
  97. be0488d Merge "Make simple paths made of lines work." by Romain Guy · 14 years ago
  98. d799912 Make simple paths made of lines work. by Romain Guy · 14 years ago
  99. 02f41705 Finish plumbing for double RS elements. by Stephen Hines · 14 years ago
  100. f5b3510 Adding anisotropic filtering and related samples. by Alex Sakhartchouk · 14 years ago