1. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  2. 932e78e Add YUV element convenience function. by Tim Murray · 11 years ago
  3. c11e25c Improve RS documentation. by Tim Murray · 11 years ago
  4. dd6c8b3 Support typed YUV allocations. by Jason Sams · 11 years ago
  5. e68c1ce am 11f1c5b8: am b3a57191: am 0a00de11: am 805d2e2d: am 00f49084: Merge "docs: fix renderscript links that currently require redirect" into jb-mr1-dev by Scott Main · 12 years ago
  6. b47fa16 docs: fix renderscript links that currently require redirect by Scott Main · 12 years ago
  7. 8140d7b yuv by Jason Sams · 12 years ago
  8. 65c80f8 GFX api cleanup 1 of 2 by Jason Sams · 12 years ago
  9. 9c9ad3f8c2 Revert "Deprecate" by Stephen Hines · 12 years ago
  10. 9da1b5d Unhide FONT. by Stephen Hines · 12 years ago
  11. a0c2eb2 Deprecate by Alex Sakhartchouk · 12 years ago
  12. e267f5f Merge "Add missing support for Element.FONT()." by Stephen Hines · 12 years ago
  13. 3a29141 Add missing support for Element.FONT(). by Stephen Hines · 12 years ago
  14. 918e840 Unhiding J API's for Renderscript. by Alex Sakhartchouk · 12 years ago
  15. e07694b Validate context when using RS objects. by Jason Sams · 12 years ago
  16. 3beb60e Vectors of non-primitive types are not allowed. by Stephen Hines · 12 years ago
  17. 2094811 Update Element.isCompatible() to work with NONE. by Stephen Hines · 12 years ago
  18. a041adc Merge "Missing getter and additional tests." into graphics-dev by Alex Sakhartchouk · 13 years ago
  19. 60deb2d Merge "Adding tests for element/mesh getters. Fixing bugs found by tests." into graphics-dev by Alex Sakhartchouk · 13 years ago
  20. fc8d7a9 am 2b072677: am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, Project ACRE, round 4" into ics-mr1 by Joe Fernandez · 13 years ago
  21. 2b07267 am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, Project ACRE, round 4" into ics-mr1 by Joe Fernandez · 13 years ago
  22. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  23. fd79e02 Missing getter and additional tests. by Alex Sakhartchouk · 13 years ago
  24. 3aac0ab Adding tests for element/mesh getters. Fixing bugs found by tests. by Alex Sakhartchouk · 13 years ago
  25. f5d8ac7 Element getters. by Alex Sakhartchouk · 13 years ago
  26. e60149d Expand RS vector3 types to vector4. by Alex Sakhartchouk · 13 years ago
  27. 7d5f5e7 adding getters to Sampler ProgramRaster, ProgramStore, Element. by Alex Sakhartchouk · 13 years ago
  28. 3c0618b Merge "Add support for more vector types to RS." by Stephen Hines · 13 years ago
  29. f257e51 Add isCompatible() to RS Element. by Stephen Hines · 13 years ago
  30. 836c4a5 Add support for more vector types to RS. by Stephen Hines · 13 years ago
  31. 8e90f2b First draft of fbo in renderscript. Updating samples and benchmark by Alex Sakhartchouk · 13 years ago
  32. 3476977 Discovered a matrix element bug while writing cts unit tests. by Alex Sakhartchouk · 13 years ago
  33. 11518ac clean up and add javadocs by Robert Ly · 13 years ago
  34. 252c078 Add error checks to bitmap uploads. Fix java side calculation for pixel sizes. by Jason Sams · 14 years ago
  35. a23d4e7 unhide renderscript by Jason Sams · 14 years ago
  36. 4ef6650 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 14 years ago
  37. bf6ef8d API review cleanup. by Jason Sams · 14 years ago
  38. a1b13ed Document RS element and type and add validity checking to type creation. by Jason Sams · 14 years ago
  39. 06d69de Continue error check improvements and write some docs. by Jason Sams · 14 years ago
  40. c1d6210 More RS exceptions cleanup. Remove some dead code. by Jason Sams · 14 years ago
  41. 9e401bc Changing scenegraph sample to use arrays. by Alex Sakhartchouk · 14 years ago
  42. 52d8363 Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  43. ef1dac2 Support for 64-bit integer type. by Stephen Hines · 14 years ago
  44. 02f41705 Finish plumbing for double RS elements. by Stephen Hines · 14 years ago
  45. 70d4e50 Add arrays to elements. by Jason Sams · 14 years ago
  46. 1d45c47 Add matrix component types. Fix potental overflow in script -> java messages. by Jason Sams · 14 years ago
  47. 0de9444 Preparing renderscript java code for use with phanton references. by Alex Sakhartchouk · 14 years ago
  48. dfac814 Populate java objects with native data from a3d file. by Alex Sakhartchouk · 14 years ago
  49. f110d4b Move ImageProcessing and ModelViewer to reflected files. by Jason Sams · 14 years ago
  50. e29f3e7 Begin using reflected files. by Jason Sams · 14 years ago
  51. 8cb39de Remove RS_KIND from vertex arrays types. by Jason Sams · 14 years ago
  52. b42315d Delete old createFromClass methods. by Jason Sams · 14 years ago
  53. a70f416 Checkin new types for RS. by Jason Sams · 14 years ago
  54. a09a6e1 More complete support for named attribs. Adds user typed attribs as available to programVertex. Non user attribs are not treated like user for GL2 for simplicity. by Jason Sams · 15 years ago
  55. 7d46f61 Disable excessive RS logging. by Jason Sams · 15 years ago
  56. 718cd1f Element restructuring. Add support for new basic Element types including the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. by Jason Sams · 15 years ago
  57. 771bebb Add Java exceptions to catch RS calls with no context or no surface. by Jason Sams · 15 years ago
  58. 3c0dfba Improve logging code to dump more detaild rs object info. Fix bug with predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement. by Jason Sams · 15 years ago
  59. 768bc02 Implement more type checks on Allocations. by Jason Sams · 15 years ago
  60. ea84a7c Remove "predefined" elements from Java layer. Static elements continue to exist but are no longer treated as a special version of element. by Jason Sams · 15 years ago
  61. 2525a81 Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs. by Jason Sams · 15 years ago
  62. 07ae406 Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder. by Jason Sams · 15 years ago
  63. 25ffcdc Point Sprites by Jason Sams · 15 years ago
  64. 7ce033d Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base. by Jason Sams · 15 years ago
  65. 4f7136c Optimized Galaxy by Romain Guy · 15 years ago
  66. 334ea0c Update fountain and add writable flag to script slots. by Jason Sams · 15 years ago
  67. 81e4640 Add Galaxy wallpaper by Romain Guy · 15 years ago
  68. 43ee0685 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  69. 1bada8c Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  70. 2253417 Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement. by Jason Sams · 15 years ago
  71. 36e612a Begin splitting up RenderScript.java into seperate classes. First piece split off Element. by Jason Sams · 15 years ago