1. 59f6142 Remove libgui and libui dependencies for vendor libs. by Miao Wang · 8 years ago
  2. e939ce7 Fix google-build-using-namespace warnings in driver. by Chih-Hung Hsieh · 8 years ago
  3. ae2ec3f Delete simple reduction implementation. by David Gross · 9 years ago nougat-dev
  4. 8e70791 Add HAL version check, with fallback to CPU reference driver on failure. by David Gross · 9 years ago
  5. 6c1876b Support for general reduction kernels. by David Gross · 9 years ago
  6. 14ce007 Add a basic implementation of the reduce kernel API to the CPU by Matt Wala · 10 years ago
  7. 47a5881 Add AllocationCreateStrided to support lib CPU driver by Miao Wang · 10 years ago
  8. b043df0 Remove dead uses of RSCompilerDriver and of compiler callbacks. by David Gross · 10 years ago
  9. 8ce1281 Notify drivers when user get a pointer to allocation by Jason Sams · 10 years ago
  10. f82b626 Add USAGE_OEM by Jason Sams · 10 years ago
  11. 0ca7cba Refactor hal loading by Jason Sams · 10 years ago
  12. cc8cea7 Fix the bug for AllocationRead() that cannot handle 3d Allocation by Miao Wang · 10 years ago
  13. bc9dc27 Implement arrays and allocation adapters by Jason Sams · 10 years ago
  14. 45e753a Remove linkloader from frameworks/rs. by Stephen Hines · 10 years ago
  15. 2bd78f2 Adding USAGE_IO_OUTPUT support for RS Compat lib. by Miao Wang · 10 years ago
  16. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 11 years ago
  17. a36c50a Add 64bit large object support by Jason Sams · 11 years ago
  18. 4b3c34e Adds support for multi-input kernels to Frameworks/RS. by Chris Wailes · 11 years ago
  19. 07ef704 Solve four separate memory leaks related to rsdHalInit by Jens Gulin · 11 years ago
  20. 9761c3f implement finish by Jason Sams · 11 years ago
  21. 2d7d0b2 am 470a2f85: am 10f31703: Fix up dependencies further for RS compatibility library. by Stephen Hines · 12 years ago
  22. 10f3170 Fix up dependencies further for RS compatibility library. by Stephen Hines · 12 years ago
  23. ddceab9 Refactor hal to remove cpuConsumer from drivers by Jason Sams · 12 years ago
  24. a221f56 Implement MemChunk::registerAllocFreeCallbacks(). by Stephen Hines · 12 years ago
  25. b7d9c80 Provide a mechanism for adjusting RSCompilerDriver after construction. by Stephen Hines · 12 years ago
  26. 9c64239 Add support for synchronous get(). by Tim Murray · 12 years ago
  27. 0b575de Add x86 server support. by Tim Murray · 12 years ago
  28. 110f181 Reduce diffs with compat lib. by Jason Sams · 12 years ago
  29. 3468938 Add custom allocator support for Allocation objects. by Tim Murray · 12 years ago
  30. 733396b Implement usage IO INPUT by Jason Sams · 12 years ago
  31. 709a097 Separate CPU driver impl from reference driver. by Jason Sams · 12 years ago
  32. c5b34c6 Thread launch latency improvements. by Jason Sams · 12 years ago
  33. dbe66d6 Add backed for script groups. by Jason Sams · 12 years ago
  34. 414a461 Attempt to create libRSDriver as shared library. by Stephen Hines · 13 years ago
  35. 8eaba4f Intrinisics by Jason Sams · 13 years ago
  36. abd6d04 Don't cap max-threads to current cpu count. by Jason Sams · 13 years ago
  37. 61a4bb7 Cleanup pointer access in adapter and font. by Jason Sams · 13 years ago
  38. 807fdc4 Move memory layout to driver. by Jason Sams · 13 years ago
  39. a3af2cd Start using new libbcc APIs. by Shih-wei Liao · 13 years ago
  40. d2d868f Fix build - remove unused variable by Jean-Baptiste Queru · 13 years ago
  41. 070cb23 Revert "Start chewing new libbcc APIs." by Stephen Hines · 13 years ago
  42. 2980f07 Support additional element/dim information for FieldPacker. by Stephen Hines · 13 years ago
  43. ec3fc11 Start chewing new libbcc APIs. by Shih-wei Liao · 13 years ago
  44. 3522f40 Implement USAGE_IO_INPUT by Jason Sams · 13 years ago
  45. d1f7da6 Add prop to force cap compute threading. by Jason Sams · 13 years ago
  46. ed8844c Remove references to sched_policy.h in RS by Glenn Kasten · 13 years ago
  47. 7ac2a4d Beging IO stream out from allocation to surface texture. by Jason Sams · 13 years ago
  48. 2b5797f am d36f7d24: Merge "Add support for new root.expand() calls." by Stephen Hines · 13 years ago
  49. 41e373d Start implementing SurfaceTexture streaming into RS allocations. by Jason Sams · 13 years ago
  50. ee7aa2e Add support for new root.expand() calls. by Stephen Hines · 13 years ago
  51. 9719bd4 Plumbing for RS priority. by Jason Sams · 13 years ago
  52. 03f1910 resolved conflicts for merge of 08289f55 to graphics-dev by Steve Block · 13 years ago
  53. af12ac6 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  54. 9e0afb5 Path rendering by Jason Sams · 13 years ago
  55. 6598201 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  56. 7041511 Improve rsForEach overhead. by Jason Sams · 13 years ago
  57. 86d842a Cleanup RS logs by Jason Sams · 13 years ago
  58. 4ee16ff Call .rs.dtor() when tearing down Scripts. by Stephen Hines · 14 years ago
  59. 3815bad Issue proper parameters to root() calls for RS. by Stephen Hines · 14 years ago
  60. 74a8279 Allocation copy functions. by Alex Sakhartchouk · 14 years ago
  61. b81a0eb More work to make libRS buildable on the host. by Alex Sakhartchouk · 14 years ago
  62. eb4fe18 Start splitting allocation into hal and core. by Jason Sams · 14 years ago
  63. da6d34a Moves fbo support in renderscript behind the hal by Alex Sakhartchouk · 14 years ago
  64. 7f126c7 Moving samplers behind the hal. by Alex Sakhartchouk · 14 years ago
  65. a04e30d Moving renderscript GL code into the HAL by Alex Sakhartchouk · 14 years ago
  66. 83c451a Move TLS behind hal. by Jason Sams · 14 years ago
  67. 87fe59a Create runtime stubs for compute driver. by Jason Sams · 14 years ago
  68. 4b3de47 Migrate most GL from context to driver. by Jason Sams · 14 years ago
  69. 721acc4 Seperate ProgramRaster. Cleanup ProgramRaster and ProgramStore creation. by Jason Sams · 14 years ago
  70. 8feea4e Seperate GL from RS program store. by Jason Sams · 14 years ago
  71. 2cfe51e Fix bug with hal init uninitialized var. by Jason Sams · 14 years ago
  72. cdfdb8f Migrate thread launch to driver. by Jason Sams · 14 years ago
  73. bad8074 Start seperating out RS compute implementation. Create hal by Jason Sams · 14 years ago