1. 340d15a unhide J API by Alex Sakhartchouk · 12 years ago
  2. ae8b795 Add in missing FONT support. by Stephen Hines · 12 years ago
  3. b322033 Implement IO_OUTPUT + SurfaceTexture by Jason Sams · 12 years ago
  4. f31fa92 Implement nan. by Jason Sams · 12 years ago
  5. 3c0c606 Wrapping new api's with proper RS_VERSION by Alex Sakhartchouk · 12 years ago
  6. f8e195e More rearrangement and renaming. by Alex Sakhartchouk · 12 years ago
  7. 89fbb45 Changing rsg to rs where functions don't rely on graphics. by Alex Sakhartchouk · 12 years ago
  8. 14607a6 Breaking up rs headers by logical components. by Alex Sakhartchouk · 12 years ago
  9. 09db907 Allocation sampling api prototypes. by Alex Sakhartchouk · 12 years ago
  10. 4b1872b am caaac348: Merge "Fix bugs with unsigned rsAtomicCas/Max/Min." by Stephen Hines · 12 years ago
  11. 36f8225 Merge "Fix bugs with unsigned rsAtomicCas/Max/Min." by Stephen Hines · 12 years ago
  12. fa54999 Fix bugs with unsigned rsAtomicCas/Max/Min. by Stephen Hines · 13 years ago
  13. 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
  14. 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
  15. b5bc39d update overview page for rs api docs to open iframe links in parent by Robert Ly · 13 years ago
  16. 180a80c cherrypick from master - add overview description for RS API reference Change-Id: Id5554c607ad4c435f92bfa939e4ce4833a638f62 by Robert Ly · 13 years ago
  17. a720a14 Adding ability to bind constants to shaders. by Alex Sakhartchouk · 13 years ago
  18. 25a59d0 Adding better error behavior to RS by Alex Sakhartchouk · 13 years ago
  19. cb58994 Missing getter and additional tests. by Alex Sakhartchouk · 13 years ago
  20. b7c8c52 Adding tests for element/mesh getters. Fixing bugs found by tests. by Alex Sakhartchouk · 13 years ago
  21. 50bfc35 Adding simple hal struct to type. Fixing off by 1 error in the element. by Alex Sakhartchouk · 13 years ago
  22. 8d0f59e Adding comments to RS headers. by Alex Sakhartchouk · 13 years ago
  23. b0fa3a6 Element getters. by Alex Sakhartchouk · 13 years ago
  24. 253325d Element HAL sturct, script side getters by Alex Sakhartchouk · 13 years ago
  25. f6216f7 Merge "Revert "Removing changes not meant for MR1"" into graphics-dev by Alex Sakhartchouk · 13 years ago
  26. 2e83f21 am f7f93048: Merge "NULL should not be const for RS." by Stephen Hines · 13 years ago
  27. 6a057c3 NULL should not be const for RS. by Stephen Hines · 13 years ago
  28. a3dcb49 am b1e72b68: Merge "add overview description for RS API reference" by Robert Ly · 13 years ago
  29. 5fde391 add overview description for RS API reference by Robert Ly · 13 years ago
  30. 5909d26 Revert "Removing changes not meant for MR1" by Alex Sakhartchouk · 13 years ago
  31. 9e0afb5 Path rendering by Jason Sams · 13 years ago
  32. ffe8777 Removing changes not meant for MR1 by Alex Sakhartchouk · 13 years ago
  33. bd7b1a9 Fixes and optimizations of two quaternion functions. by Alex Sakhartchouk · 13 years ago
  34. 407f8ca Adding getter functions for script side RS objects. by Alex Sakhartchouk · 13 years ago
  35. 4325387 Wrapping new API with #defines to prevent old apps from using them. by Alex Sakhartchouk · 13 years ago
  36. 1f57541 fix rs docs by Robert Ly · 13 years ago
  37. 4c11228 Merge "Finish the docs for rs_cl." by Jason Sams · 13 years ago
  38. dc2c3e6 Finish the docs for rs_cl. by Jason Sams · 13 years ago
  39. d14e2ba Merge "Document the basic RS math functions." by Jason Sams · 13 years ago
  40. ef82364 Document the basic RS math functions. by Jason Sams · 13 years ago
  41. d5dccb8 Updated time/type docs for Renderscript. by Stephen Hines · 13 years ago
  42. 82ea63a Merge "add renderscript doc comments for exposed headers" by Alex Sakhartchouk · 13 years ago
  43. 9996b75 add renderscript doc comments for exposed headers by Alex Sakhartchouk · 13 years ago
  44. 044e2ee Start refactoring RS headerfiles for docs. by Jason Sams · 13 years ago
  45. 1d526a4 Add RS docs for rs_core.rsh by Jason Sams · 13 years ago
  46. 9df3b2b Add docs to rs_types.rsh by Jason Sams · 13 years ago
  47. eb0dfed Add const to matrix by vector multiply routines. Cleanup ifdef for rsForEach. by Jason Sams · 13 years ago
  48. c500e74 Add size param to rsForEach bug 5074640 by Jason Sams · 13 years ago
  49. e1eb615 First cut of atomics for renderscript. by Jason Sams · 13 years ago
  50. 74a8279 Allocation copy functions. by Alex Sakhartchouk · 13 years ago
  51. 46f2e72 Start ICS header cleanup and finish type matrix. by Jason Sams · 13 years ago
  52. 7d9c5ff First draft of fbo in renderscript. Updating samples and benchmark by Alex Sakhartchouk · 13 years ago
  53. 31d42c1 am e2b2a02a: am 4fd70373: Merge "Fix bug 3421901 remove 2 functions from public headers in the SDK." into honeycomb by Jason Sams · 13 years ago
  54. fec5e12 Fix bug 3421901 remove 2 functions from public headers in the SDK. by Jason Sams · 13 years ago
  55. 6b3422f am a66b759a: am bd08c7c0: Merge "Clean up RS samples for SDK, bug 2943369 Fix bug 3403965 rsgSyncAll would not mark constants as changed found by inspection." into honeycomb by Jason Sams · 13 years ago
  56. 09aeb8a Clean up RS samples for SDK, bug 2943369 by Jason Sams · 13 years ago
  57. 861e9ba DO NOT MERGE by Jason Sams · 13 years ago
  58. 978e84a am 957ee34d: am b9d69d59: Merge "For rs_cl, fix _RS_STATIC (used while we do on-host linking). Now we do on-device linking, STATIC no longer makes sense. (b/2943524)" into honeycomb by Shih-wei Liao · 13 years ago
  59. 1cd2f78 Actually fix build. by Stephen Hines · 13 years ago
  60. e31775b For rs_cl, fix _RS_STATIC (used while we do on-host linking). Now we do by Shih-wei Liao · 13 years ago
  61. f8d07ce Fix build breakage. by Stephen Hines · 13 years ago
  62. 3710df4 am dde78c2b: am 79204b98: Merge "Part II of fixing b/2943524: On-device linking rs_core." into honeycomb by Shih-wei Liao · 13 years ago
  63. 7a43031 Part II of fixing b/2943524: On-device linking rs_core. by Shih-wei Liao · 13 years ago
  64. 7e90cb9 am 83af7012: (-s ours) am e0fc4b70: Merge "DO NOT MERGE Remove the rs_quaternion functions until mr1" into honeycomb by Jason Sams · 13 years ago
  65. 4cf7361 Merge "DO NOT MERGE Remove the rs_quaternion functions until mr1" into honeycomb by Jason Sams · 13 years ago
  66. f08efbd Merge "Migrating functions for on device linking." into honeycomb by Jason Sams · 13 years ago
  67. f02abfe DO NOT MERGE Remove the rs_quaternion functions until mr1 by Jason Sams · 13 years ago
  68. edf2240 Fix b/2943524: On-device linking the rs_cl. by Shih-wei Liao · 13 years ago
  69. 693080e Migrating functions for on device linking. by Jason Sams · 14 years ago
  70. 711e731 Add missing functions to math library. by Stephen Hines · 14 years ago
  71. 47b1530 Remove unnecessary library functions. by Stephen Hines · 14 years ago
  72. 3e6482f Clean up RS math fp library functions. by Stephen Hines · 14 years ago
  73. ed2ea27 c99 bool support by Shih-wei Liao · 14 years ago
  74. 5439184 1. fp_mad.rs: Pass C99 check. by Shih-wei Liao · 14 years ago
  75. 32086d8 Fix bug in modf library function (plus typos). by Stephen Hines · 14 years ago
  76. f6a28c6 Provide mechanism to switch between extern/static. by Stephen Hines · 14 years ago
  77. b902e4c Clean up simple integer operations. by Stephen Hines · 14 years ago
  78. 4741653 Clean up RS math headers. by Stephen Hines · 14 years ago
  79. ca3f09c Split time functions into rs_time.rsh header. by Stephen Hines · 14 years ago
  80. 8be47c7 Clean up Allocation buffer object api. by Jason Sams · 14 years ago
  81. b7e83bd Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers. by Jason Sams · 14 years ago
  82. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  83. 9966e21 Remove unneeded inclusion of rs_math.rsh. by Shih-wei Liao · 14 years ago
  84. 328049d Merge "Add support for rsDebug with 64-bit types." by Stephen Hines · 14 years ago
  85. 399dc9e Fix header file to always inline stub functions. by Jason Sams · 14 years ago
  86. df09719 Add support for rsDebug with 64-bit types. by Stephen Hines · 14 years ago
  87. 9bb32e1 Move rsDebug from rs_math.rsh to rs_core.rsh: rsDebug is more like core functionalities instead of math functionalities. Also portions of rsDebug implementation has been in rs_core.rsh already. by Shih-wei Liao · 14 years ago
  88. 09c6735 Adding text metrics to renderscript. by Alex Sakhartchouk · 14 years ago
  89. 1e5168d Adding ability to dirty the allocation and notify shaders using it. by Alex Sakhartchouk · 14 years ago
  90. c8dc45c Renderscript samples. by Alex Sakhartchouk · 14 years ago
  91. c45600c Merge "Added frustum plane extraction and sphere culling code." by Alex Sakhartchouk · 14 years ago
  92. 95333f9 Added frustum plane extraction and sphere culling code. by Alex Sakhartchouk · 14 years ago
  93. c093685 Support reference operations in RS scripts. by Jason Sams · 14 years ago
  94. 991f8f3 Merge "Adding bounding box computation." by Alex Sakhartchouk · 14 years ago
  95. ba4aa5c Adding bounding box computation. by Alex Sakhartchouk · 14 years ago
  96. 5e1a9bf Merge "Thread launch strategies." by Jason Sams · 14 years ago
  97. dd663fa Thread launch strategies. by Jason Sams · 14 years ago
  98. 0bd010a Preparing renderscript java code for use with phanton references. by Alex Sakhartchouk · 14 years ago
  99. 05f1cb4 Renaming stucts back. by Alex Sakhartchouk · 14 years ago
  100. 2985805 Adding quaternion functions to math library. by Alex Sakhartchouk · 14 years ago