1. 225bdc5 Rename the generated test files to avoid confusion. by Jean-Luc Brouillet · 10 years ago
  2. 6c4d797 Merge "Make compat lib able to load through the new HAL." by Miao Wang · 10 years ago
  3. 6b1b173 Make compat lib able to load through the new HAL. by Miao Wang · 10 years ago
  4. 24c5908 Merge "Revert "Retire RsExpandKernelParams and pass RsExpandKernelDriverInfo directly to kernel wrapper functions instead."" by David Gross · 10 years ago
  5. 05935c0 Revert "Retire RsExpandKernelParams and pass RsExpandKernelDriverInfo directly to kernel wrapper functions instead." by David Gross · 10 years ago
  6. bc3a1fb Merge "Retire RsExpandKernelParams and pass RsExpandKernelDriverInfo directly to kernel wrapper functions instead." by David Gross · 10 years ago
  7. 1cb0bb0 Merge "Image Processing using the new Script Group API" by Yang Ni · 10 years ago
  8. 20a093c Retire RsExpandKernelParams and pass RsExpandKernelDriverInfo directly to kernel wrapper functions instead. by David Gross · 10 years ago
  9. 958d8b2 Merge "Handle FP precision in kernel fusion" by Yang Ni · 10 years ago
  10. 20909bb Merge "Add new APIs rsGetDim[XYZ]() and add RSTest test cases to exercise them." by David Gross · 10 years ago
  11. dced5c9 Add new APIs rsGetDim[XYZ]() and add RSTest test cases to exercise them. by David Gross · 10 years ago
  12. edf4ea3 Handle FP precision in kernel fusion by Yang Ni · 10 years ago
  13. a261d16 Merge "Refactor hal loading" by Jason Sams · 10 years ago
  14. 0ca7cba Refactor hal loading by Jason Sams · 10 years ago
  15. 5ab5155 Image Processing using the new Script Group API by Yang Ni · 10 years ago
  16. d38f6e8 Merge "Runtime support for Script Group as single module" by Yang Ni · 10 years ago
  17. 062c287 Runtime support for Script Group as single module by Yang Ni · 10 years ago
  18. 30940f6 am ff523842: Merge "Make dispatchTable load AllocationGetPointer only when device api >= L" by Miao Wang · 10 years ago
  19. ff52384 Merge "Make dispatchTable load AllocationGetPointer only when device api >= L" by Miao Wang · 10 years ago
  20. 906e23b am 9a1f726c: Merge "Fix AllocationAdapter offseting" by Jason Sams · 10 years ago
  21. 9a1f726 Merge "Fix AllocationAdapter offseting" by Jason Sams · 10 years ago
  22. 442b7ff Fix AllocationAdapter offseting by Jason Sams · 10 years ago
  23. 0245c71 Make dispatchTable load AllocationGetPointer only when device api >= L by Miao Wang · 10 years ago
  24. a7b6801 am 9267ae55: Merge "added programaticly generated android volume model" by John Hoford · 10 years ago
  25. 9267ae5 Merge "added programaticly generated android volume model" by John Hoford · 10 years ago
  26. 5ee349c added programaticly generated android volume model by John Hoford · 10 years ago
  27. d5cb5f2 am a1f7816a: Merge "Specify EGL_PBUFFER_BIT when selecting EGL configuration." by Jason Sams · 10 years ago
  28. a1f7816 Merge "Specify EGL_PBUFFER_BIT when selecting EGL configuration." by Jason Sams · 10 years ago
  29. 506cb4f am ad1930cf: Merge "Add build fingerprint and ensure match on .so load" by Pirama Arumuga Nainar · 10 years ago
  30. ad1930c Merge "Add build fingerprint and ensure match on .so load" by Pirama Arumuga Nainar · 10 years ago
  31. aa6757f Add build fingerprint and ensure match on .so load by Pirama Arumuga Nainar · 10 years ago
  32. 84bec81 am f4e339d0: Merge "Fix corresponding .cpp file for the remove const CL." by Jean-Luc Brouillet · 10 years ago
  33. f4e339d Merge "Fix corresponding .cpp file for the remove const CL." by Jean-Luc Brouillet · 10 years ago
  34. fb2a33d Fix corresponding .cpp file for the remove const CL. by Jean-Luc Brouillet · 10 years ago
  35. 9207a90 am 1a518441: Merge "Remove the macro _RS_RUNTIME." by Jean-Luc Brouillet · 10 years ago
  36. a828cbf am 75cfeace: Merge "Added a typedef for rs_for_each_strategy." by Jean-Luc Brouillet · 10 years ago
  37. 8176471 am 1ec96579: Merge "Remove meaningless "const" from return types." by Jean-Luc Brouillet · 10 years ago
  38. 05d0063 am 871daa2d: Merge "Re-enable min() and max() for API 20." by Jean-Luc Brouillet · 10 years ago
  39. 1a51844 Merge "Remove the macro _RS_RUNTIME." by Jean-Luc Brouillet · 10 years ago
  40. 75cfeac Merge "Added a typedef for rs_for_each_strategy." by Jean-Luc Brouillet · 10 years ago
  41. 1ec9657 Merge "Remove meaningless "const" from return types." by Jean-Luc Brouillet · 10 years ago
  42. 871daa2 Merge "Re-enable min() and max() for API 20." by Jean-Luc Brouillet · 10 years ago
  43. 40da363 Remove meaningless "const" from return types. by Jean-Luc Brouillet · 10 years ago
  44. 3928233 Re-enable min() and max() for API 20. by Jean-Luc Brouillet · 10 years ago
  45. 72e6ece Added a typedef for rs_for_each_strategy. by Jean-Luc Brouillet · 10 years ago
  46. 209217f am 318a3f1c: Merge "Add the M_2_PI constant (correcting an embarrassing typo)" by Jean-Luc Brouillet · 10 years ago
  47. 318a3f1 Merge "Add the M_2_PI constant (correcting an embarrassing typo)" by Jean-Luc Brouillet · 10 years ago
  48. 080dd0f am 28847289: Merge "Bug fix: AllocationData3D & AllocationRead3D cannot handle z sections correctly. (use count \'d\' where \'d + zoff\' should be used)" by Miao Wang · 10 years ago
  49. 2884728 Merge "Bug fix: AllocationData3D & AllocationRead3D cannot handle z sections correctly. (use count 'd' where 'd + zoff' should be used)" by Miao Wang · 10 years ago
  50. 129c147 Remove the macro _RS_RUNTIME. by Jean-Luc Brouillet · 10 years ago
  51. f40cb4e Add the M_2_PI constant (correcting an embarrassing typo) by Jean-Luc Brouillet · 10 years ago
  52. 97b5ebf am 640279e7: Merge "add better support for landscape mode + minor cleanups" by John Hoford · 10 years ago
  53. 640279e Merge "add better support for landscape mode + minor cleanups" by John Hoford · 10 years ago
  54. c81b64d add better support for landscape mode + minor cleanups by John Hoford · 10 years ago
  55. a814de9 Bug fix: AllocationData3D & AllocationRead3D cannot handle z sections by Miao Wang · 10 years ago
  56. 0f65351 am 2f510be2: Merge "Fix error check for surface type in setSurface" by Jason Sams · 10 years ago
  57. 2f510be Merge "Fix error check for surface type in setSurface" by Jason Sams · 10 years ago
  58. 3b0efb6 Fix error check for surface type in setSurface by Jason Sams · 10 years ago
  59. 67b5672 am a43823a6: Merge "Fix issue when USAGE_IO_INPUT receives unexpected YUV format" by Jason Sams · 10 years ago
  60. a43823a Merge "Fix issue when USAGE_IO_INPUT receives unexpected YUV format" by Jason Sams · 10 years ago
  61. 7314cca Fix issue when USAGE_IO_INPUT receives unexpected YUV format by Jason Sams · 10 years ago
  62. 8bce1b6 am 3e5318a3: Merge "Move use of tempnam to mkstemp." by Yabin Cui · 10 years ago
  63. 3e5318a Merge "Move use of tempnam to mkstemp." by Yabin Cui · 10 years ago
  64. 433558f Move use of tempnam to mkstemp. by Yabin Cui · 10 years ago
  65. 4e02090 am ceb8d321: Merge "Fix the bug for AllocationRead() that cannot handle 3d Allocation correctly. Add the following functions to make it symmetric for read and write." by Miao Wang · 10 years ago
  66. ceb8d32 Merge "Fix the bug for AllocationRead() that cannot handle 3d Allocation correctly. Add the following functions to make it symmetric for read and write." by Miao Wang · 10 years ago
  67. cc8cea7 Fix the bug for AllocationRead() that cannot handle 3d Allocation by Miao Wang · 10 years ago
  68. 8186f5c am 405710bf: Merge "Moved class ScriptExecutable to its own module" by Yang Ni · 10 years ago
  69. 405710b Merge "Moved class ScriptExecutable to its own module" by Yang Ni · 10 years ago
  70. 2abfcc6 Moved class ScriptExecutable to its own module by Yang Ni · 10 years ago
  71. e9d5ce1 am e15ea72b: Merge "Remove STL references from header files" by Yang Ni · 10 years ago
  72. e15ea72 Merge "Remove STL references from header files" by Yang Ni · 10 years ago
  73. 5b15e92 am e9c79f66: Merge "Revert "Replaced android::Vector with std::vector."" by Yang Ni · 10 years ago
  74. c31585b Remove STL references from header files by Yang Ni · 10 years ago
  75. e9c79f6 Merge "Revert "Replaced android::Vector with std::vector."" by Yang Ni · 10 years ago
  76. 6673c80 Merge commit '5d459b53fbc1ad6e52940c358d009393945c4f45' into HEAD by Bill Yi · 10 years ago
  77. 5c061d1 Merge "Move bcc::getCommandLine to fw/rs" by Pirama Arumuga Nainar · 10 years ago
  78. 508b1af Move bcc::getCommandLine to fw/rs by Pirama Arumuga Nainar · 10 years ago
  79. 96652ef Merge "Add BLAS to supported intrinsics." by Tim Murray · 10 years ago
  80. 64c682b Add BLAS to supported intrinsics. by Tim Murray · 10 years ago
  81. b8353c5 Revert "Replaced android::Vector with std::vector." by Yang Ni · 10 years ago
  82. 5d459b5 am 38c0330e: Merge "fix rs_sample bugs in mirror and negative modes" by John Hoford · 10 years ago
  83. 38c0330 Merge "fix rs_sample bugs in mirror and negative modes" by John Hoford · 10 years ago
  84. 9e5a1bd am 1ce0dfd8: Merge "Reformat and remove STL reference from header" by Yang Ni · 10 years ago
  85. 1ce0dfd Merge "Reformat and remove STL reference from header" by Yang Ni · 10 years ago
  86. 6b86666 am 73211368: Merge "Add API check for loadSymbols(), so that functions being dlsymed will depend on the device API level. (default: only load functions in API <= 21);" by Miao Wang · 10 years ago
  87. 7321136 Merge "Add API check for loadSymbols(), so that functions being dlsymed will depend on the device API level. (default: only load functions in API <= 21);" by Miao Wang · 10 years ago
  88. 12c80a8 fix rs_sample bugs in mirror and negative modes by John Hoford · 10 years ago
  89. ff2bb54 Reformat and remove STL reference from header by Yang Ni · 10 years ago
  90. 46347e4 am 5efcbfc7: Merge "Not return false when dispatch InvokeID, to make compat lib able to load libRS.so on older devices." by Miao Wang · 10 years ago
  91. d37080c am 9aae7951: Merge "Fix the bug that rsYuvToRGBA_float4 bug for libclcore.bc on arm64" by Miao Wang · 10 years ago
  92. 9399095 am e25e9d5f: Merge "Fix the typo of ScriptGroup::execute" by Miao Wang · 10 years ago
  93. 8454c73 am 05c2cd07: Merge "Implement arrays and allocation adapters" by Jason Sams · 10 years ago
  94. cfea6c1 Implement arrays and allocation adapters by Jason Sams · 10 years ago
  95. 8a6a717 Add API check for loadSymbols(), so that functions being dlsymed by Miao Wang · 10 years ago
  96. 5efcbfc Merge "Not return false when dispatch InvokeID, to make compat lib able to load libRS.so on older devices." by Miao Wang · 10 years ago
  97. 9aae795 Merge "Fix the bug that rsYuvToRGBA_float4 bug for libclcore.bc on arm64" by Miao Wang · 10 years ago
  98. e25e9d5 Merge "Fix the typo of ScriptGroup::execute" by Miao Wang · 10 years ago
  99. 05c2cd0 Merge "Implement arrays and allocation adapters" by Jason Sams · 10 years ago
  100. bc9dc27 Implement arrays and allocation adapters by Jason Sams · 10 years ago