1. fa6f90e Switch to large objects for 64-bit. by Tim Murray · 10 years ago
  2. e3af53b Update structs and defines for 64-bit. by Tim Murray · 10 years ago
  3. 9d26171 Added the RS_KERNEL macro. by Chris Wailes · 10 years ago
  4. 3ff0fe7 Cleanup 64bit and remove deprecated functions by Jason Sams · 10 years ago
  5. 46ebc97 Fix issues in long and double testing. by Jean-Luc Brouillet · 10 years ago
  6. 564a400 Mark convert_(long/double) as API 21 by Jason Sams · 10 years ago
  7. 087fa6e Merge "Remove VP9-related runtime functions." by Tim Murray · 10 years ago
  8. bcd5b9a Enable more advanced CTS tests. by Jean-Luc Brouillet · 11 years ago
  9. 8e1f8dc Add unsigned atomics by Jason Sams · 11 years ago
  10. 41660c4 Implement vector load/store. by Jason Sams · 11 years ago
  11. 4634143 Multiple improvements to the rs_core_math CTS tests. by Jean-Luc Brouillet · 11 years ago
  12. 531ee4e Remove VP9-related runtime functions. by Tim Murray · 11 years ago
  13. 47a4f5f Merge "gen_runtime now creates test Java and .rs files for the functions." by Jean-Luc Brouillet · 11 years ago
  14. 963c367 gen_runtime now creates test Java and .rs files for the functions. by Jean-Luc Brouillet · 11 years ago
  15. d22e2e2 Clean up naming of VP9 support functions. by Jason Sams · 11 years ago
  16. afdb47f Merge "Add image computing oriented builtin functions" by Jason Sams · 11 years ago
  17. 197fc09 Add image computing oriented builtin functions by Matthieu Delahaye · 11 years ago
  18. 43587eb Fix overlap between scalar and vector usage of functions. by Jean-Luc Brouillet · 11 years ago
  19. 0ec1635 Implement version of step() that takes a scalar edge and a vector for the other argument. by Jean-Luc Brouillet · 11 years ago
  20. 29087fa Switch to generated headers. by Jason Sams · 11 years ago
  21. 07fe4ce Comment out unimplemented smoothstep() functions. by Stephen Hines · 11 years ago
  22. 5f18e1f Remove unimplemented atomic functions from RS header files. by Stephen Hines · 11 years ago
  23. e781228 Update header declarations for doxygen. by Stephen Hines · 11 years ago
  24. 62adb6b am e227f9a1: s/Renderscript/RenderScript and remove rs_graphics.rsh reference. by Stephen Hines · 11 years ago
  25. e227f9a s/Renderscript/RenderScript and remove rs_graphics.rsh reference. by Stephen Hines · 11 years ago
  26. c626135 Implement vector clamp for all types. by Jason Sams · 11 years ago
  27. 5213247 Mark math functions const/pure if possible. by Stephen Hines · 11 years ago
  28. 4cb9687 Add yuv prototypes by Jason Sams · 12 years ago
  29. 988bfc4 Headers for 3d typed get/set element by Jason Sams · 12 years ago
  30. 8880d49 Merge "Support typed YUV allocations" by Jason Sams · 12 years ago
  31. bc0ca6b Support typed YUV allocations by Jason Sams · 12 years ago
  32. 9e913f4 Add MIRRORED_REPEAT. by Tim Murray · 12 years ago
  33. aa49395 Implement fast log and pow. by Jason Sams · 12 years ago
  34. 87212a2 Merge "Construct fract(float) as a static inline call, instead of a new function." by Stephen Hines · 12 years ago
  35. 59531f7 Implement fast native_exp* by Jason Sams · 12 years ago
  36. 891bcfe Construct fract(float) as a static inline call, instead of a new function. by Stephen Hines · 12 years ago
  37. 4d3201d Add float fract(float v) prototype. by Tim Murray · 12 years ago
  38. 1a56976 Add rsSetElementAt_<type>. by Tim Murray · 12 years ago
  39. 7fb897d Merge "Add 1D and 2D rsSetElementAt." by Tim Murray · 12 years ago
  40. cc63efe Add 1D and 2D rsSetElementAt. by Tim Murray · 12 years ago
  41. f598811 Fix use of rs_script_call_t. by Stephen Hines · 12 years ago
  42. 9c7d4c4 Implement FS compatible getElementAt_* by Jason Sams · 12 years ago
  43. 08695a9 Mark getAllocation as deprecated. by Jason Sams · 12 years ago
  44. ab4b0ef Fix approx function naming. bug 7205089 by Jason Sams · 12 years ago
  45. 7150c93 Add approx_atan and header guards to rs_cl.rsh by Rajeev Sharma · 12 years ago
  46. 65723fe Add initial approximate function prototypes and cleanup rs_cl.rsh by Rajeev Sharma · 12 years ago
  47. c4b6831 am 310fcd94: Merge "Add additional math constants" by Stephen Hines · 12 years ago
  48. 796ea15 Add additional math constants by Rajeev Sharma · 12 years ago
  49. 7539820 Revert "Add additional math constants" by Rajeev Sharma · 12 years ago
  50. abb4305 Add additional math constants by Rajeev Sharma · 12 years ago
  51. a1dd74c Add rsDebug implementations for all basic types by Rajeev Sharma · 12 years ago
  52. 4b768a6 Add yuv headers by Jason Sams · 12 years ago
  53. cb05802 Add docs for abs(), etc. + fix minor spacing issues. by Stephen Hines · 12 years ago
  54. 6537404 Support float vector versions of rsDebug() directly. by Stephen Hines · 12 years ago
  55. 340d15a unhide J API by Alex Sakhartchouk · 13 years ago
  56. ae8b795 Add in missing FONT support. by Stephen Hines · 13 years ago
  57. b322033 Implement IO_OUTPUT + SurfaceTexture by Jason Sams · 13 years ago
  58. f31fa92 Implement nan. by Jason Sams · 13 years ago
  59. 3c0c606 Wrapping new api's with proper RS_VERSION by Alex Sakhartchouk · 13 years ago
  60. f8e195e More rearrangement and renaming. by Alex Sakhartchouk · 13 years ago
  61. 89fbb45 Changing rsg to rs where functions don't rely on graphics. by Alex Sakhartchouk · 13 years ago
  62. 14607a6 Breaking up rs headers by logical components. by Alex Sakhartchouk · 13 years ago
  63. 09db907 Allocation sampling api prototypes. by Alex Sakhartchouk · 13 years ago
  64. 4b1872b am caaac348: Merge "Fix bugs with unsigned rsAtomicCas/Max/Min." by Stephen Hines · 13 years ago
  65. 36f8225 Merge "Fix bugs with unsigned rsAtomicCas/Max/Min." by Stephen Hines · 13 years ago
  66. fa54999 Fix bugs with unsigned rsAtomicCas/Max/Min. by Stephen Hines · 13 years ago
  67. b8c6280 am b41c96a3: am 43fda84e: am 6ad9ea7d: Merge "update overview page for rs api docs to open iframe links in parent" into ics-mr1 by Robert Ly · 13 years ago
  68. aca431c am 43fda84e: am 6ad9ea7d: Merge "update overview page for rs api docs to open iframe links in parent" into ics-mr1 by Robert Ly · 13 years ago
  69. b5bc39d update overview page for rs api docs to open iframe links in parent by Robert Ly · 13 years ago
  70. 180a80c cherrypick from master - add overview description for RS API reference Change-Id: Id5554c607ad4c435f92bfa939e4ce4833a638f62 by Robert Ly · 13 years ago
  71. a720a14 Adding ability to bind constants to shaders. by Alex Sakhartchouk · 13 years ago
  72. 25a59d0 Adding better error behavior to RS by Alex Sakhartchouk · 13 years ago
  73. cb58994 Missing getter and additional tests. by Alex Sakhartchouk · 13 years ago
  74. b7c8c52 Adding tests for element/mesh getters. Fixing bugs found by tests. by Alex Sakhartchouk · 13 years ago
  75. 50bfc35 Adding simple hal struct to type. Fixing off by 1 error in the element. by Alex Sakhartchouk · 13 years ago
  76. 8d0f59e Adding comments to RS headers. by Alex Sakhartchouk · 13 years ago
  77. b0fa3a6 Element getters. by Alex Sakhartchouk · 13 years ago
  78. 253325d Element HAL sturct, script side getters by Alex Sakhartchouk · 13 years ago
  79. f6216f7 Merge "Revert "Removing changes not meant for MR1"" into graphics-dev by Alex Sakhartchouk · 13 years ago
  80. 2e83f21 am f7f93048: Merge "NULL should not be const for RS." by Stephen Hines · 13 years ago
  81. 6a057c3 NULL should not be const for RS. by Stephen Hines · 13 years ago
  82. a3dcb49 am b1e72b68: Merge "add overview description for RS API reference" by Robert Ly · 13 years ago
  83. 5fde391 add overview description for RS API reference by Robert Ly · 13 years ago
  84. 5909d26 Revert "Removing changes not meant for MR1" by Alex Sakhartchouk · 13 years ago
  85. 9e0afb5 Path rendering by Jason Sams · 13 years ago
  86. ffe8777 Removing changes not meant for MR1 by Alex Sakhartchouk · 13 years ago
  87. bd7b1a9 Fixes and optimizations of two quaternion functions. by Alex Sakhartchouk · 13 years ago
  88. 407f8ca Adding getter functions for script side RS objects. by Alex Sakhartchouk · 13 years ago
  89. 4325387 Wrapping new API with #defines to prevent old apps from using them. by Alex Sakhartchouk · 13 years ago
  90. 1f57541 fix rs docs by Robert Ly · 13 years ago
  91. 4c11228 Merge "Finish the docs for rs_cl." by Jason Sams · 13 years ago
  92. dc2c3e6 Finish the docs for rs_cl. by Jason Sams · 13 years ago
  93. d14e2ba Merge "Document the basic RS math functions." by Jason Sams · 13 years ago
  94. ef82364 Document the basic RS math functions. by Jason Sams · 13 years ago
  95. d5dccb8 Updated time/type docs for Renderscript. by Stephen Hines · 13 years ago
  96. 82ea63a Merge "add renderscript doc comments for exposed headers" by Alex Sakhartchouk · 13 years ago
  97. 9996b75 add renderscript doc comments for exposed headers by Alex Sakhartchouk · 13 years ago
  98. 044e2ee Start refactoring RS headerfiles for docs. by Jason Sams · 13 years ago
  99. 1d526a4 Add RS docs for rs_core.rsh by Jason Sams · 13 years ago
  100. 9df3b2b Add docs to rs_types.rsh by Jason Sams · 13 years ago