1. 5fccd07 Remove OVERRIDE_RS_DRIVER from libRS_internal by Miao Wang · 7 years ago
  2. 025a1f4 Break libgui and libui dependencies. by Miao Wang · 7 years ago
  3. 59f6142 Remove libgui and libui dependencies for vendor libs. by Miao Wang · 7 years ago
  4. 82e135c Remove libutils.so dependency from libRSDriver, libRSCpuRef, and most by Miao Wang · 7 years ago
  5. 2a61168 Remove libcutils dependency. by Miao Wang · 7 years ago
  6. 6223721 Remove RS_SERVER macros and references to unused headers. by Miao Wang · 7 years ago
  7. dd4c8f1 RenderScript HIDL client-side implementation by Miao Wang · 7 years ago
  8. 7974fc0 frameworks/rs: fix typos and clang-tidy warnings by Rahul Chaudhry · 7 years ago
  9. 75f0d31 Initial driver for RSoV (RenderScript over Vulkan/SPIR-V) by Yang Ni · 8 years ago
  10. 10ab8bb Fix google-explicit-constructor warnings in frameworks/rs. by Chih-Hung Hsieh · 8 years ago
  11. 013ff53 Guard general reduction logging output under property "debug.rs.reduce". by David Gross · 8 years ago
  12. 35dbc8c Multithreaded execution of certain general reduction kernels; reduction test overhaul. by David Gross · 8 years ago
  13. 98cb2d1 Move gDebuggerPresent to libRS.so, and fix up driver after split. by Stephen Hines · 8 years ago
  14. f502980 Add a flag to the API to specify -O0 on the bcc command line. by verena beckham · 9 years ago
  15. b268abd Allow drivers to alter the default driver name on rsdHalInit by Jon Parr · 9 years ago
  16. d5164d5 Added in wait for attach context flag. by Stephen McGroarty · 9 years ago
  17. 95fe644 Fix cache path initialization and set. by Jason Sams · 9 years ago
  18. 4c368af Add a way to link against different driver names. by Stephen Hines · 9 years ago
  19. 84bf95d Fix object logging by Jason Sams · 9 years ago
  20. ea6e062 Add cache dir to context object. by Tim Murray · 9 years ago
  21. 4efe3d3 Add fatal error check by Jason Sams · 9 years ago
  22. 0ca7cba Refactor hal loading by Jason Sams · 9 years ago
  23. b8353c5 Revert "Replaced android::Vector with std::vector." by Yang Ni · 9 years ago
  24. f3213d7 Make rsContext be able to have info about the path of native libs by Miao Wang · 9 years ago
  25. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  26. 93d6bc8 Replaced android::Vector with std::vector. by Chris Wailes · 10 years ago
  27. 416f4b6 Pass context creation flags to driver init. by Jason Sams · 10 years ago
  28. 2303748 Remove the obsolete ScriptCState. Simplify cascading #ifdefs. by Jean-Luc Brouillet · 10 years ago
  29. 397b0b1 Make object destruction asynchronous. by Tim Murray · 10 years ago
  30. f274827 implement finish by Jason Sams · 11 years ago
  31. 84e3dea Add flags word to context initialization. by Tim Murray · 11 years ago
  32. 574854b Fix up master issues with tracing/logging and the compatibility library. by Stephen Hines · 11 years ago
  33. fa85e91 Enable very basic tracing support. by Tim Murray · 11 years ago
  34. cca3d6c Add support for DEBUG context type. by Stephen Hines · 11 years ago
  35. 4961cce USAGE_IO notifications for new buffers. by Jason Sams · 11 years ago
  36. 93eacc7 Cleanup diff with compat. by Jason Sams · 12 years ago
  37. 4d252d6 enable synchronous mode (functional) by Tim Murray · 12 years ago
  38. 0e92fa3 Add flag for enabling CPU-only execution. by Tim Murray · 12 years ago
  39. 0c66f07 Move runtime loading into a separate helper function. by Tim Murray · 12 years ago
  40. dbe66d6 Add backed for script groups. by Jason Sams · 12 years ago
  41. da3b58d Fix build. New clang has stricter checking. by Shih-wei Liao · 12 years ago
  42. d1f7da6 Add prop to force cap compute threading. by Jason Sams · 12 years ago
  43. 4edf030 More header untangling. by Alex Sakhartchouk · 12 years ago
  44. d3e4b74 Merge commit 'bdeec118' into manualmerge by Jason Sams · 12 years ago
  45. 5f27d6f Implement RS VSync on new vsync infrastructure. by Jason Sams · 12 years ago
  46. 03f1910 resolved conflicts for merge of 08289f55 to graphics-dev by Steve Block · 12 years ago
  47. af12ac6 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 12 years ago
  48. 8310d96 am 50445568: Merge "Fixing FBO font rendering bug that resulted from using old surface size." by Alex Sakhartchouk · 13 years ago
  49. a74a8f6 Fixing FBO font rendering bug that resulted from using old surface size. by Alex Sakhartchouk · 13 years ago
  50. 9e0afb5 Path rendering by Jason Sams · 13 years ago
  51. 2382aba Add RS watchdog. by Jason Sams · 13 years ago
  52. cbb0b8a Start using bcinfo components within librs. by Stephen Hines · 13 years ago
  53. b81a0eb More work to make libRS buildable on the host. by Alex Sakhartchouk · 13 years ago
  54. eb4fe18 Start splitting allocation into hal and core. by Jason Sams · 13 years ago
  55. 7257c7e Preparing libRS for for compilation on host. by Alex Sakhartchouk · 13 years ago
  56. 1a4efa3 Core to client fifo on sockets. by Jason Sams · 13 years ago
  57. c19ff01 rsLib cleanup by Alex Sakhartchouk · 13 years ago
  58. a04e30d Moving renderscript GL code into the HAL by Alex Sakhartchouk · 13 years ago
  59. 83c451a Move TLS behind hal. by Jason Sams · 13 years ago
  60. 87fe59a Create runtime stubs for compute driver. by Jason Sams · 13 years ago
  61. 4b3de47 Migrate most GL from context to driver. by Jason Sams · 13 years ago
  62. 7d9c5ff First draft of fbo in renderscript. Updating samples and benchmark by Alex Sakhartchouk · 13 years ago
  63. cdfdb8f Migrate thread launch to driver. by Jason Sams · 13 years ago
  64. bad8074 Start seperating out RS compute implementation. Create hal by Jason Sams · 13 years ago
  65. 7b3e9bd Fix for bug 3434228 by Alex Sakhartchouk · 13 years ago
  66. 77d9f4b Cleaning up the serialization change. by Alex Sakhartchouk · 13 years ago
  67. 0f7785c Re-implement img npot support in HC. by Jason Sams · 13 years ago
  68. ca3f09c Split time functions into rs_time.rsh header. by Stephen Hines · 13 years ago
  69. 741aac9 Fix teardown bug found in books. by Jason Sams · 14 years ago
  70. 2d79197 Perf test by Alex Sakhartchouk · 14 years ago
  71. 366c9c8 Allocation API update. by Jason Sams · 14 years ago
  72. 87319de More error checks by Jason Sams · 14 years ago
  73. 6070925 Create holder inner class for pushing context state. by Jason Sams · 14 years ago
  74. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  75. aad4bc5 Handle user message ID 0 by Jason Sams · 14 years ago
  76. 5c1c79a RS Error cleanup. by Jason Sams · 14 years ago
  77. dc763f3 Adding nvidia extension for limited npot support. by Alex Sakhartchouk · 14 years ago
  78. 6b8552a Begin hooking up SurfaceConfig. by Jason Sams · 14 years ago
  79. c8fb69e Adding average fps counter. Removing rsLight from libRS by Alex Sakhartchouk · 14 years ago
  80. 889fe50 fixing bugs 3053960, 3044804, 3044798 by Alex Sakhartchouk · 14 years ago
  81. 605048a Add object validity checking. by Jason Sams · 14 years ago
  82. 886f11a More robust attribute binding by Alex Sakhartchouk · 14 years ago
  83. 8d957fa Fix safe for mp check in ScriptC. by Jason Sams · 14 years ago
  84. 383e5b1 Adding support for all allowed textures. by Alex Sakhartchouk · 14 years ago
  85. 900f161 Cleanup GL setup code and remove legacy 1.1 paths. by Jason Sams · 14 years ago
  86. f47eec3 Remove OOB object destruction. by Jason Sams · 14 years ago
  87. 0cae59f Adding onscreen frame and script time for debugging. by Alex Sakhartchouk · 14 years ago
  88. 1813340 Update imageprocessing to remove generated files. by Jason Sams · 14 years ago
  89. 7bf29dd Threading RS ForEach. by Jason Sams · 14 years ago
  90. 4e9a7a8 Start of mesh API cleanup. by Alex Sakhartchouk · 14 years ago
  91. 4ab16b5 am 177c405a: am c6e1d880: Merge "Introduce official public NativeWindow type." into gingerbread by Dianne Hackborn · 14 years ago
  92. 1c769c3 Introduce official public NativeWindow type. by Dianne Hackborn · 14 years ago
  93. d3e0ad4 Adding freetype font rendering to renderscript. by Alex Sakhartchouk · 14 years ago
  94. c61346b Rough implemetation of ForEach. Remove launchID from root graphics script. by Jason Sams · 14 years ago
  95. 22fa371 Begin naming cleanup for renderscript runtime. by Jason Sams · 14 years ago
  96. 771565f Change RS to use the passed surface size rather than EGL size. by Jason Sams · 14 years ago
  97. ccc010b Rename ProgramFragmentStore to ProgramStore. by Jason Sams · 14 years ago
  98. be36bf3 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 14 years ago
  99. 12b14ae Seperate out Mutex and Signal code into reusable classes. by Jason Sams · 14 years ago
  100. c1ed589 checkpoint animations by Jason Sams · 14 years ago