1. 5abbe0e Replace the NULL macro with nullptr literal. by Chris Wailes · 10 years ago
  2. afa84a9 Merge "Adds support for multi-input kernels to Slang." by Stephen Hines · 10 years ago
  3. c9454af Adds support for multi-input kernels to Slang. by Chris Wailes · 10 years ago
  4. 3a38b74 Reflect Java size information using mElement.getBytesSize(). by Tim Murray · 10 years ago
  5. c643ceb Remove the ugly EB_ADD macro and related hacks. by Jean-Luc Brouillet · 10 years ago
  6. 59f22c3 Set the reflection parameters in the constructors. by Jean-Luc Brouillet · 10 years ago
  7. f33e156 Use GeneratedFile in Java reflection by Jean-Luc Brouillet · 10 years ago
  8. efcff10 Remove ReflectionBase. by Jean-Luc Brouillet · 10 years ago
  9. 2e205d0 Merge RSReflectionJava::Context into RSReflectionJava. by Jean-Luc Brouillet · 10 years ago
  10. 1ce012a Fix typo in function name. by Stephen Hines · 10 years ago
  11. 2ce118e Reformat the reflection code using clang-format by Jean-Luc Brouillet · 10 years ago
  12. 602def7 Rename RSReflection to RSReflectionJava. by Jean-Luc Brouillet · 10 years ago
  13. a7c8e60 Merge "Remove useless "return;" statements." by Jean-Luc Brouillet · 10 years ago
  14. 796e7b1 Remove useless "return;" statements. by Jean-Luc Brouillet · 10 years ago
  15. 4c8b659 Generate calls to getBitCode32() for new constructor type. by Stephen Hines · 10 years ago
  16. 44d495d Clean up embedded bitcode path for Java. by Stephen Hines · 10 years ago
  17. 8070683 Fix initializers and add vector reflection support. by Stephen Hines · 11 years ago
  18. 28d60bc Only generate getFieldID_*() for non-Pointer (bind) types. by Stephen Hines · 12 years ago
  19. 0a813a3 Add RS package name option + support. by Stephen Hines · 12 years ago
  20. 1f6c331 Fix reflection of setters for unsigned primitive types. by Stephen Hines · 12 years ago
  21. 0d26cef Refactor using genSetExportVariable(). by Stephen Hines · 12 years ago
  22. a6b5414 Reflect element/dim information for FieldPacker. by Stephen Hines · 12 years ago
  23. 5d67178 Reflect constant primitive types back to Java. by Stephen Hines · 12 years ago
  24. a9ae5ae Generate/skip padding and use new prefix for ICS. by Stephen Hines · 13 years ago
  25. 38eca1a Fixing copyNow reflection. Adding synchronization to setters/getters by Alex Sakhartchouk · 13 years ago
  26. 48b72bf Type-checking for ForEach with RS types. by Stephen Hines · 13 years ago
  27. b5a89fb Clean up forEach reflection code. by Stephen Hines · 13 years ago
  28. 593a894 Simple support for reflecting rsForEach(). by Stephen Hines · 13 years ago
  29. 6e6578a Add support for assertions in llvm-rs-cc. by Stephen Hines · 13 years ago
  30. 4cc67fc Support for generating .java dependencies for RS. by Stephen Hines · 13 years ago
  31. e639eb5 Improve code style. by Stephen Hines · 14 years ago
  32. d42a429 b/3093518 Add resize() method in the reflected of ScriptField_*.java. by Zonr Chang · 14 years ago
  33. 89273bd b/3093447 Create element of constant array using Element.add(Element element, by Zonr Chang · 14 years ago
  34. c383a50 Prepend legal announcement in all files. by Zonr Chang · 14 years ago
  35. b81c6a4 Revert "Revert "New implementation of llvm-rs-cc (replacement of slang_driver)."" by Shih-wei Liao · 14 years ago
  36. a6d6067 Revert "New implementation of llvm-rs-cc (replacement of slang_driver)." by Shih-wei Liao · 14 years ago
  37. 6791df2 New implementation of llvm-rs-cc (replacement of slang_driver). by Shih-wei Liao · 14 years ago
  38. 8c6d9b2 Use llvm::sys::Path to implement "mkdir -p". by Zonr Chang · 14 years ago
  39. 2e1dba6 Rewrite the RSExportConstantArrayType to better support reflecting by Zonr Chang · 14 years ago
  40. 92b344a Create RSExportMatrixType which is a subclass of RSExportType by Zonr Chang · 14 years ago
  41. 66aa299 Fix FieldIndex issue and re-enable it in reflection. by Zonr Chang · 14 years ago
  42. 6315f76 More coding style fixing to improve the readability. No actual semantics by zonr · 14 years ago[Renamed (95%) from slang_rs_reflection.hpp]
  43. 9ef2f78 The Mother-of-All code review: by Shih-wei Liao · 14 years ago
  44. cecd11d Fix warnings. Bug fix. by Shih-wei Liao · 14 years ago
  45. 9c631ff Simplify field getters by removing unnecessary null checks. Add reflection for component-level getter and setter. by Shih-wei Liao · 14 years ago
  46. fb7fafc Revert "Add reflection for component-level getter and setter." by Shih-wei Liao · 14 years ago
  47. 30a1c52 Add reflection for component-level getter and setter. by Shih-wei Liao · 14 years ago
  48. 4e34844 Add header and annotation to reflected java files by Ying Wang · 14 years ago
  49. 9b1f50b Implement accessor (getter) for retrieving an item for TypeClass in reflection by Shih-wei Liao · 14 years ago
  50. 8b1d0dd Create path if needed and add RSReflection::openScriptFile. by Shih-wei Liao · 14 years ago
  51. 6de8927 Add --output-java-reflection-path | -p by Shih-wei Liao · 14 years ago
  52. d8a0d18 Add pragma rs set_reflect_license by Victor Hsieh · 14 years ago
  53. 48bac23 Add genInitBoolExportVariable. by Shih-wei Liao · 14 years ago
  54. 324c047 Reflect initializer of an exported variable if any. by Shih-wei Liao · 14 years ago
  55. 9e86e19 Add "public static createElement" as part of reflected files for the fields. by Shih-wei Liao · 14 years ago
  56. 462aefd Initialize slang and Android.mk. by Shih-wei Liao · 14 years ago