1. 8bdd9e2 Renderscript: rename .rs extension to .rscript by Jeff Vander Stoep · 5 years ago
  2. 11544c0 Workaround for outstanding LLVM assertions: Modify test cases. by David Gross · 7 years ago
  3. 1e5136c Fix some LLVM assertions and add workarounds for others. by David Gross · 7 years ago
  4. d80e58b Improve Java reflection for 32-bit versus 64-bit differences. by David Gross · 7 years ago
  5. 50ff263 Fix assertion when kernel has (illegal) anonymous-typed usrData. by David Gross · 7 years ago
  6. 58c8154 Make slang_test.py cache out_dir by Arthur Eubanks · 7 years ago
  7. 1df7239 Fix TreeHugger presubmit integration by Arthur Eubanks · 7 years ago
  8. 39c7520 Change test to use unittest for integration into treehugger by Arthur Eubanks · 7 years ago
  9. 23e6007 Move rs/scriptc to rs/script_api/include. by Jean-Luc Brouillet · 7 years ago
  10. b6a1435 Fix slang to compile with LLVM r275480 by Pirama Arumuga Nainar · 8 years ago
  11. d028326 Merge "Revised ODR validation flow; added more ODR tests" by I-Jui (Ray) Sung · 8 years ago
  12. ef17070 Revised ODR validation flow; added more ODR tests by I-Jui (Ray) Sung · 8 years ago
  13. af9cd02 Merge "Issue error for exported pointer-to-function or pointer-to-array." by David Gross · 8 years ago
  14. 4b5336d Merge "Fix Java reflec: Assert or uncompileable code for struct-typed field." by David Gross · 8 years ago
  15. 281b83d Issue error for exported pointer-to-function or pointer-to-array. by David Gross · 8 years ago
  16. f3edb00 Fix Java reflec: Assert or uncompileable code for struct-typed field. by David Gross · 8 years ago
  17. 9497cb5 Merge "Added type name check for ODR validation" by I-Jui (Ray) Sung · 8 years ago
  18. b9cb37b Added type name check for ODR validation by I-Jui (Ray) Sung · 8 years ago
  19. 6f898fc Remaster slang/tests/P_warnings_deprecated. by David Gross · 8 years ago
  20. c358725 resolve merge conflicts of 8ee018b to nyc-dev-plus-aosp by David Gross · 8 years ago
  21. 8ee018b Delete simple reduction implementation. by David Gross · 8 years ago
  22. 00d995f Disallow launching old-style kernels via rsForEach am: 40bac5d72a by Yang Ni · 8 years ago
  23. 40bac5d Disallow launching old-style kernels via rsForEach by Yang Ni · 8 years ago
  24. 55e0050 Merge "Fix Java reflection for anonymous result types." into nyc-dev am: 45cb6d3 by David Gross · 8 years ago
  25. 45cb6d3 Merge "Fix Java reflection for anonymous result types." into nyc-dev by David Gross · 8 years ago
  26. 5f05234 Merge "Reflected result_* class should destroy() temporary Allocations at the end of get()." into nyc-dev by David Gross · 8 years ago
  27. 79aa8d3 Merge "Reflected result_* class should destroy() temporary Allocations at the end of get()." into nyc-dev by David Gross · 8 years ago
  28. 812dcd0 Fix Java reflection for anonymous result types. by David Gross · 8 years ago
  29. d204e65 Reflected result_* class should destroy() temporary Allocations at the end of get(). by David Gross · 8 years ago
  30. 670ba1d Use empty list initializers to construct all zero-initialized variables. by Stephen Hines · 8 years ago
  31. 791967f Merge changes Id2e4ff88,I384f4723 am: 0bfae24 am: e5c3b75 by Stephen Hines · 8 years ago
  32. 0bfae24 Merge changes Id2e4ff88,I384f4723 by Stephen Hines · 8 years ago
  33. d9ed6b5 Use empty list initializers to construct all zero-initialized variables. by Stephen Hines · 8 years ago
  34. 2a7ec01 During reflection use FieldPacker.addI16 for half by Pirama Arumuga Nainar · 8 years ago
  35. 98564f9 Merge "During reflection use FieldPacker.addI16 for half" into nyc-dev by Pirama Arumuga Nainar · 8 years ago
  36. 29456ca During reflection use FieldPacker.addI16 for half by Pirama Arumuga Nainar · 8 years ago
  37. 5afcecd Fix up P_warnings_deprecated now that header has changed. by Stephen Hines · 8 years ago
  38. 3405e23 Update auto-generated P_all_api_24 test by Pirama Arumuga Nainar · 8 years ago
  39. 8f093e0 Update slang for LLVM rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  40. 98cfae4 Update slang for LLVM rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  41. 4d86eba Merge "Flesh out reduction support for half data types." by David Gross · 8 years ago
  42. 991096f Flesh out reduction support for half data types. by David Gross · 8 years ago
  43. 2d7f3f9 Flesh out reduction support for half data types. by David Gross · 8 years ago
  44. 9319dfc slang error on kernel launch from another kernel by Yang Ni · 8 years ago
  45. edfcc69 slang error on kernel launch from another kernel by Yang Ni · 8 years ago
  46. 8cfa1b5 Update P_all_api_24 with recent changes by Pirama Arumuga Nainar · 8 years ago
  47. 13a1474 Update all-API test for level 24 with f16 math functions by Pirama Arumuga Nainar · 8 years ago
  48. a8ce784 Fix reduction halter example. by Stephen Hines · 8 years ago
  49. e1dc3fb Update copyright dates on generated tests. by Stephen Hines · 8 years ago
  50. c1f8ecc Update copyright dates on generated tests. by Stephen Hines · 8 years ago
  51. 5e306b9 Change mechanism used to ensure #pragma rs reduce functions are not deleted. by David Gross · 8 years ago
  52. 1764067 Merge "Change mechanism used to ensure #pragma rs reduce functions are not deleted." by David Gross · 8 years ago
  53. 633f298 Change mechanism used to ensure #pragma rs reduce functions are not deleted. by David Gross · 8 years ago
  54. c6dd66e Update a test's expected output after RS header update by Pirama Arumuga Nainar · 8 years ago
  55. e2f8af5 Update a test's expected output after RS header update by Pirama Arumuga Nainar · 8 years ago
  56. 2bf94ba Merge "Update a test\'s expected output after RS header update" am: 2b6d2f4324 by Pirama Arumuga Nainar · 8 years ago
  57. 2b6d2f4 Merge "Update a test's expected output after RS header update" by Pirama Arumuga Nainar · 8 years ago
  58. aceb3da Update a test's expected output after RS header update by Pirama Arumuga Nainar · 8 years ago
  59. f3b3f5a Merge "General reduction should only support halter() at development API." by David Gross · 8 years ago
  60. 0563904 Merge "Remove array subrange (x1, x2) general reduction methods." am: 0c149cb4f1 by David Gross · 8 years ago
  61. 46a0334 General reduction should only support halter() at development API. by David Gross · 8 years ago
  62. 224ff00 Merge "Remaster test after rs_math.rsh changes." am: dc671e951d am: 93bab89720 by David Gross · 8 years ago
  63. 1381ae7 Remove array subrange (x1, x2) general reduction methods. by David Gross · 8 years ago
  64. c137f04 Remaster test after rs_math.rsh changes. by David Gross · 8 years ago
  65. d6d4fcc Add RS runtime API tests for API 24 (N) by Miao Wang · 8 years ago
  66. df3d7f3 Merge "Make general reduction available at release N." by David Gross · 8 years ago
  67. 1623659 Make general reduction available at release N. by David Gross · 8 years ago
  68. 905858a Merge "Updated slang tests for API level 24" by Yang Ni · 8 years ago
  69. 3c9bb72 Updated slang tests for API level 24 by Yang Ni · 8 years ago
  70. 4d492fe Merge "Add Java reflection for "#pragma rs reduce"." by David Gross · 8 years ago
  71. 277fd5e Add Java reflection for "#pragma rs reduce". by David Gross · 8 years ago
  72. ce581c8 Merge "Add semantic analysis of "#pragma rs reduce" script functions." by David Gross · 8 years ago
  73. 65f23ed Add semantic analysis of "#pragma rs reduce" script functions. by David Gross · 8 years ago
  74. 1a1f3c2 Update line numbers for P_warnings_deprecated diagnostics. by Stephen Hines · 8 years ago
  75. 35c04a9 Alphabetize tests. by David Gross · 8 years ago
  76. 5507f87 Merge "Use single quote in python script for consistency" by Yang Ni · 8 years ago
  77. 13fad85 Void pointers can't be exported. by Stephen Hines · 9 years ago
  78. aa0ad8e Merge "Restructure handling of special kernel parameters." by David Gross · 9 years ago
  79. 46e146e Restructure handling of special kernel parameters. by David Gross · 9 years ago
  80. 7b31d72 Merge "Remove PragmaRecorder." by David Gross · 9 years ago
  81. 15e44e6 Parse "#pragma rs reduce" and generate metadata. by David Gross · 9 years ago
  82. 34e6205 Remove PragmaRecorder. by David Gross · 9 years ago
  83. 3504996 Merge "Launch options & multi inputs for single-source RS" by Yang Ni · 9 years ago
  84. 1946749 Launch options & multi inputs for single-source RS by Yang Ni · 9 years ago
  85. 5f3da4b Extend C++ reflection layer constant arrays and fix matrix types. by Nicolas Collin · 9 years ago
  86. a5d846d Don't allow user-defined uninitialized const variables to be exported. by Stephen Hines · 9 years ago
  87. 4e90434 Use single quote in python script for consistency by Yang Ni · 9 years ago
  88. d4f6c68 Merge "Fix unnecessarily broken sections in slang tests." by Stephen Hines · 9 years ago
  89. 72b0683 Fix hard coded path to out directory in slang test by Yang Ni · 9 years ago
  90. 6ce15a7 Fix unnecessarily broken sections in slang tests. by Stephen Hines · 9 years ago
  91. 880d6ad Bump version to 2310 to account for RS object change. by Stephen Hines · 9 years ago
  92. c8d0297 Fix a broken test due to RS header file updates. by Stephen Hines · 9 years ago
  93. 1c6b927 Add C++ reflection for reduce-style kernels in slang. by Matt Wala · 9 years ago
  94. 75c4587 Merge "Restore missing min and max API." by Jean-Luc Brouillet · 9 years ago
  95. 617d0d9 Restore missing min and max API. by Jean-Luc Brouillet · 9 years ago
  96. 7682b66 Add Java reflection for reduce-style kernels in slang. by Matt Wala · 9 years ago
  97. e830bf4 Merge "When validating reduce kernels, ignore CV qualification differences between the return type and a parameter type." by Stephen Hines · 9 years ago
  98. ef43084 Change the name for the new rs_context parameter. by Jean-Luc Brouillet · 9 years ago
  99. f59fffe When validating reduce kernels, ignore CV qualification differences by Matt Wala · 9 years ago
  100. c0c5dd8 Add initial support for validating and exporting reduce kernels. by Matt Wala · 9 years ago