1. dfac814 Populate java objects with native data from a3d file. by Alex Sakhartchouk · 15 years ago
  2. 506821b Merge "Making Program*.Builder classes' setters return 'this'" by Jim Shuma · 15 years ago
  3. 288c871 Making Program*.Builder classes' setters return 'this' by Jim Shuma · 15 years ago
  4. 82e2b4c am 4fd41688: am 5352d237: am 38137d7a: Merge "docs: lots of additions to the resources docs new drawable resources add <merge> and <include> to layout resource update drawable class descriptioons to point to resources guide add ID resource type" into froyo by Scott Main · 15 years ago
  5. 4fd4168 am 5352d237: am 38137d7a: Merge "docs: lots of additions to the resources docs new drawable resources add <merge> and <include> to layout resource update drawable class descriptioons to point to resources guide add ID resource type" into froyo by Scott Main · 15 years ago
  6. 5352d23 am 38137d7a: Merge "docs: lots of additions to the resources docs new drawable resources add <merge> and <include> to layout resource update drawable class descriptioons to point to resources guide add ID resource type" into froyo by Scott Main · 15 years ago
  7. 172b79e am 98704f14: am 38eea8bf: Merge "Remove the YV16 format for simplicity\'s sake." into gingerbread by Mathias Agopian · 15 years ago
  8. 98704f1 am 38eea8bf: Merge "Remove the YV16 format for simplicity\'s sake." into gingerbread by Mathias Agopian · 15 years ago
  9. 058d039 Remove the YV16 format for simplicity's sake. by Mathias Agopian · 15 years ago
  10. e5e2855 Merge "Enable 32-bits only assets." by Romain Guy · 15 years ago
  11. 594f406 Enable 32-bits only assets. by Romain Guy · 15 years ago
  12. f35c96b Merge "Support bidi/shaping for getTextPath" by Kenny Root · 15 years ago
  13. 250fd11 Merge "Work on synchronizing a3d created files and java layer. Adding culling to ProgramRaster" by Alex Sakhartchouk · 15 years ago
  14. 6926c72 Correctly support pre-multiplied alpha, optimizations, more stuff. by Romain Guy · 15 years ago
  15. 80a4c2c Work on synchronizing a3d created files and java layer. by Alex Sakhartchouk · 15 years ago
  16. f7cb1f7 Support bidi/shaping for getTextPath by Doug Felt · 15 years ago
  17. 3a70b20 Merge "New cursor controller in TextViews." by Gilles Debunne · 15 years ago
  18. cc3ec6c New cursor controller in TextViews. by Gilles Debunne · 15 years ago
  19. 53a93d5 Remove points from fixed function. Add basic GL performance test. by Jason Sams · 15 years ago
  20. f26d01a Merge "Add boolean support for setVar." by Jason Sams · 15 years ago
  21. deba785 Add support to draw 9patches in OpenGL. by Romain Guy · 15 years ago
  22. 0b9a22c Add boolean support for setVar. by Jason Sams · 15 years ago
  23. 4beb8ff7 Support bidi layout for drawTextOnPath. by Doug Felt · 15 years ago
  24. 8287a9b Cleanup pass on the mesh api change. by Alex Sakhartchouk · 15 years ago
  25. 164aaed Start of mesh API cleanup. by Alex Sakhartchouk · 15 years ago
  26. ce0537b Add hooks for drawBitmap(). by Romain Guy · 15 years ago
  27. c7d5349 Implement quickReject() and drawRect(). by Romain Guy · 15 years ago
  28. 9b949fc Adding freetype font rendering to renderscript. by Alex Sakhartchouk · 15 years ago
  29. 8f31bd6 Merge "Add matrix ops to RSH headers." by Jason Sams · 15 years ago
  30. fae3f6b Add matrix ops to RSH headers. by Jason Sams · 15 years ago
  31. f6a11b8 Add support for transformations. by Romain Guy · 15 years ago
  32. 03f0292 New XmlDocumentProvider class. by Gilles Debunne · 15 years ago
  33. 85bf02f Fix the simulator build. by Romain Guy · 15 years ago
  34. 9e2b0c5 Fix build error. by Jason Sams · 15 years ago
  35. f110d4b Move ImageProcessing and ModelViewer to reflected files. by Jason Sams · 15 years ago
  36. dfe5c20 docs: lots of additions to the resources docs by Scott Main · 15 years ago
  37. 020bb7b Add skip to field packer. by Jason Sams · 15 years ago
  38. d4824c2 Merge "Add new API to check whether a Bitmap was modified." by Romain Guy · 15 years ago
  39. 0bbae08 Add new API to check whether a Bitmap was modified. by Romain Guy · 15 years ago
  40. 96ed4cf Remove InvokeData and add ContextFinish to generate a sync point. by Jason Sams · 15 years ago
  41. 0c702b8 Move shaping to native. by Doug Felt · 15 years ago
  42. 2d61459 Move OpenGL support out of ViewRoot into a new HardwareRenderer class. by Romain Guy · 15 years ago
  43. cbe4a73 Merge "Begin using reflected files." by Jason Sams · 15 years ago
  44. e29f3e7 Begin using reflected files. by Jason Sams · 15 years ago
  45. d994dcb am cefdedc3: merge from froyo-plus-aosp by The Android Open Source Project · 15 years ago
  46. c1038e7 merge from open-source master by The Android Open Source Project · 15 years ago
  47. aae74ad Creating the jni and java layer to integrate a3d by Alex Sakhartchouk · 15 years ago
  48. 92ce573 Canvas.drawVertices: correct color range-check by Erik Faye-Lund · 15 years ago
  49. 8cb39de Remove RS_KIND from vertex arrays types. by Jason Sams · 15 years ago
  50. d79b2e9 Begin naming cleanup for renderscript runtime. by Jason Sams · 15 years ago
  51. 1de0b87 Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. by Jason Sams · 15 years ago
  52. b42315d Delete old createFromClass methods. by Jason Sams · 15 years ago
  53. 54db59c Rename ProgramFragmentStore to ProgramStore. by Jason Sams · 15 years ago
  54. f47d740 Modify Canvas drawText to run bidi and shape. by Doug Felt · 15 years ago
  55. 4d33993 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 15 years ago
  56. 6430c94 Set a layered drawable's child callback to be the container. by Romain Guy · 15 years ago
  57. 79a63f7 Make sure that a drawable replacing a layer in a LayerDrawable gets a callback. by Romain Guy · 15 years ago
  58. 417675c Improved error handling when font loading fails. by Peter Eliasson · 15 years ago
  59. d404d6f update dox for FILL_AND_STROKE style by Mike Reed · 15 years ago
  60. 1e91b3f Added documentation in Drawable. by Gilles Debunne · 15 years ago
  61. 20fc9bf Fixed links in MipmapDrawable documentation. by Gilles Debunne · 15 years ago
  62. 78aaa97 New MipmapDrawable class. by Gilles Debunne · 15 years ago
  63. bb2890d Add Overlay mode to the PorterDuff list of supported modes. by Romain Guy · 15 years ago
  64. b7248b7 merge from open-source master by The Android Open Source Project · 15 years ago
  65. 758e8d1 am 2438894d: am 5849606d: merge from open-source master by The Android Open Source Project · 15 years ago
  66. 5849606 merge from open-source master by The Android Open Source Project · 15 years ago
  67. 5f3445d Fix typos in comment. by David Hoover · 15 years ago
  68. 2d71bc7 Update Script java classes and llvm samples. by Jason Sams · 15 years ago
  69. a70f416 Checkin new types for RS. by Jason Sams · 15 years ago
  70. 8e10a7b merge from open-source master by The Android Open Source Project · 15 years ago
  71. 54900e8 update dox that we ignore the exact parameter on computeBounds by Mike Reed · 15 years ago
  72. 1be46d7 setCornerRadii should be called when either of corners radius is specified by viral.vkm · 15 years ago
  73. a8551b1 Fix the build. by Romain Guy · 15 years ago
  74. 76d1e01 hidden api sameAs() to compare the pixels of 2 bitmaps for equality by Mike Reed · 15 years ago
  75. 8a64743 Add support for linking to a skia bitmap rather than always copying the data from the bitmap. by Jason Sams · 15 years ago
  76. c2908e6 Support defered generation of mipmaps. With this change we support mipmap generation when the texture is uploaded to GL without requiring RS to retain the full chain. by Jason Sams · 15 years ago
  77. a696f5d Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it. by Mathias Agopian · 15 years ago
  78. 35d2621 Merge "update dox" by Mike Reed · 15 years ago
  79. 2b95c24 Added more @RemotableViewMethod methods, mutate ImageView. by Jeff Sharkey · 16 years ago
  80. 7df9515 update dox by Mike Reed · 15 years ago
  81. 79b646f am 0b9bbb6d: DO NOT MERGE. Merge Froyo renderscript to Eclair to support live wallpapers on droid. This gives the necessary CPU reduction to allow the wallpapers to work on the slower CPU. by Jason Sams · 16 years ago
  82. 0b9bbb6 DO NOT MERGE. Merge Froyo renderscript to Eclair to support live wallpapers on droid. This gives the necessary CPU reduction to allow the wallpapers to work on the slower CPU. by Jason Sams · 16 years ago
  83. 3941411a am 1e90ab54: merge from open-source master by The Android Open Source Project · 16 years ago
  84. 1e90ab5 merge from open-source master by The Android Open Source Project · 16 years ago
  85. d2391fa Modify the API of YuvImage, so that callers do not need to deal with by Wei-Ta Chen · 16 years ago
  86. 704ff64 Preview seperating RenderScript into RenderScript and RenderScriptGL by Jason Sams · 16 years ago
  87. b81b144 Default RotateDrawable's pivot set to (50%, 50%) by Cyril Mottier · 16 years ago
  88. 57405b9 Merge "Hide field packer." by Jason Sams · 16 years ago
  89. 42d6c9e Hide field packer. by Jason Sams · 16 years ago
  90. 2a594b1 Merge "Implement holders for Matrix and Vector data." by Jason Sams · 16 years ago
  91. 25430d0 Implement holders for Matrix and Vector data. by Jason Sams · 16 years ago
  92. c58ffe8 Unhide YuvImage, which supports compressing a YUV rectangle region to JPEG. by Wei-Ta Chen · 16 years ago
  93. 5dbfe93 Fix some minor bugs with GL state setup that were exposed by Droids driver. by Jason Sams · 16 years ago
  94. bca2d61 Add a Java API that converts yuv data to a jpeg. by Wei-Ta Chen · 16 years ago
  95. ab4a0c1 add API to change default config on image decoders. by Mike Reed · 16 years ago
  96. 6dc9232 am a66baccc: Merge "Do not merge" into eclair by Mike Reed · 16 years ago
  97. 12bcbdc Do not merge by Mike Reed · 16 years ago
  98. ea87e96 Implement type generation for user uniforms in vertex shader. by Jason Sams · 16 years ago
  99. 6d7b907 Merge "Support npot on es 2.0 HW." by Jason Sams · 16 years ago
  100. 74e02ef Support npot on es 2.0 HW. by Jason Sams · 16 years ago