1. 797e2b7 Merge "always pass the BufferQueue explicitely to consumers" by Mathias Agopian · 11 years ago
  2. d232558 always pass the BufferQueue explicitely to consumers by Mathias Agopian · 11 years ago
  3. 6ba6c66 Move linkloader into cpu_ref/ instead of driver/. by Stephen Hines · 11 years ago
  4. 140a7ac resolved conflicts for merge of 5376c9bf to master by Stephen Hines · 11 years ago
  5. b0934b6 Remove libutils and fix rsDebug for RS support library. by Stephen Hines · 11 years ago
  6. a221f56 Implement MemChunk::registerAllocFreeCallbacks(). by Stephen Hines · 11 years ago
  7. 582b364 Take absolute value of value for fast_length(). by Stephen Hines · 11 years ago
  8. 080e2ef Build NEON run-time when targetting cortex-a15 by Tobias Grosser · 11 years ago
  9. 5a47020 Move RS runtime to frameworks/rs. by Stephen Hines · 11 years ago
  10. c38948d Merge "Remove unnecessary tests from RS build." by Tim Murray · 11 years ago
  11. e881678 am c88bcef4: Don\'t call free on MallocPtr not from Malloc by Sakshi Agrawal · 11 years ago
  12. 224acfd Remove unnecessary tests from RS build. by Tim Murray · 11 years ago
  13. c88bcef Don't call free on MallocPtr not from Malloc by Sakshi Agrawal · 11 years ago
  14. 2734b50 am aafa7a84: Fix IO_OUTPUT teardown issue. by Tim Murray · 11 years ago
  15. aafa7a8 Fix IO_OUTPUT teardown issue. by Tim Murray · 11 years ago
  16. bef2bae Merge "Provide a mechanism for adjusting RSCompilerDriver after construction." by Stephen Hines · 11 years ago
  17. b7d9c80 Provide a mechanism for adjusting RSCompilerDriver after construction. by Stephen Hines · 11 years ago
  18. 4a17f28 Remove unnecessary set_buffer_count by Jason Sams · 11 years ago
  19. cca3d6c Add support for DEBUG context type. by Stephen Hines · 11 years ago
  20. 886e51b Merge "Add support for synchronous get()." into jb-mr2-dev by Tim Murray · 11 years ago
  21. 4961cce USAGE_IO notifications for new buffers. by Jason Sams · 11 years ago
  22. 9c64239 Add support for synchronous get(). by Tim Murray · 11 years ago
  23. 2df036b Merge "Add texturing support for USAGE_SHARED." into jb-mr2-dev by Jason Sams · 11 years ago
  24. ba24d08 Add texturing support for USAGE_SHARED. by Tim Murray · 11 years ago
  25. 3bbc0fd Add 3D allocation copies. by Jason Sams · 11 years ago
  26. 827237e Merge "Move frameworks/compile/linkloader into frameworks/rs." into jb-mr2-dev by Stephen Hines · 11 years ago
  27. b53c8a5 Move frameworks/compile/linkloader into frameworks/rs. by Stephen Hines · 11 years ago
  28. 46b65dd Merge "Use async CpuConsumer for IO_RECEIVE, and rework buffer acquire." into jb-mr2-dev by Eino-Ville Talvala · 11 years ago
  29. 0d44f12 Use async CpuConsumer for IO_RECEIVE, and rework buffer acquire. by Eino-Ville Talvala · 11 years ago
  30. d09b9d6 Support all get/set element in debug by Jason Sams · 11 years ago
  31. 3aeab4f Delete sampler optimization. by Jason Sams · 11 years ago
  32. 11d2f80 Merge "Disable sampler optimization until bugs are fixed." into jb-mr2-dev by Jason Sams · 11 years ago
  33. d6f1f46 Add some missing compat lib functions and fix a bug. by Tim Murray · 11 years ago
  34. fe3697b Disable sampler optimization until bugs are fixed. by Jason Sams · 11 years ago
  35. a8cd40f Merge "Start making RS 64-bit clean." into jb-mr2-dev by Tim Murray · 11 years ago
  36. 06b0f7d start refactoring rsSample by Jason Sams · 11 years ago
  37. 099bc26 Start making RS 64-bit clean. by Tim Murray · 11 years ago
  38. 0b575de Add x86 server support. by Tim Murray · 11 years ago
  39. 110f181 Reduce diffs with compat lib. by Jason Sams · 11 years ago
  40. 3468938 Add custom allocator support for Allocation objects. by Tim Murray · 11 years ago
  41. 9d8e5af Fix bug introduced with IO_INPUT. by Jason Sams · 11 years ago
  42. 5261a5e Add checked get/set element at. by Jason Sams · 11 years ago
  43. 3a25fdd Cleanup lots of things related to IO_OUTPUT and error checking. by Tim Murray · 11 years ago
  44. 733396b Implement usage IO INPUT by Jason Sams · 11 years ago
  45. 8880d49 Merge "Support typed YUV allocations" by Jason Sams · 11 years ago
  46. bc0ca6b Support typed YUV allocations by Jason Sams · 11 years ago
  47. 33c622e Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 11 years ago
  48. c2cfe6a Add alignment requirements with USAGE_SHARED. by Tim Murray · 11 years ago
  49. d616f4a Merge "Fix stride 16-byte alignment issues in RS." by Stephen Hines · 11 years ago
  50. 94999c3 Fix stride 16-byte alignment issues in RS. by Stephen Hines · 11 years ago
  51. f18f9d4 Add error to catch mismatched allocations and samplers. by Jason Sams · 11 years ago
  52. 10c9dd7 Release the surface texture object on allocation destruction. by Jason Sams · 11 years ago
  53. c0baffe Merge "Align all allocations to a 16-byte boundary." by Stephen Hines · 12 years ago
  54. 2913f38 Align all allocations to a 16-byte boundary. by Stephen Hines · 12 years ago
  55. a572aca Add support for YUV allocations. by Jason Sams · 12 years ago
  56. e7d4df3 Merge "Fix 3d Allocation support" by Jason Sams · 12 years ago
  57. f2b611e Fix 3d Allocation support by Jason Sams · 12 years ago
  58. 93eacc7 Cleanup diff with compat. by Jason Sams · 12 years ago
  59. 38ac5d4 Merge "Add USAGE_SHARED to driver." by Tim Murray · 12 years ago
  60. 9e2bda5 Add USAGE_SHARED to driver. by Tim Murray · 12 years ago
  61. 58fd6a5 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  62. f79af7e am b53dc856: am 02437a5c: Merge "Remove dangling ptr in rsdAllocationInit" by Stephen Hines · 12 years ago
  63. b53dc85 am 02437a5c: Merge "Remove dangling ptr in rsdAllocationInit" by Stephen Hines · 12 years ago
  64. ed419f3 Remove dangling ptr in rsdAllocationInit by You Kim · 12 years ago
  65. 20c535f Skip the memcpy if src/dst are the same. by Stephen Hines · 12 years ago
  66. 3e91927 am 36f07d85: Fix kernel bounds for ColorMatrix intrinsic. by Stephen Hines · 12 years ago
  67. 2e1a94d Add support for user-allocated buffers from the C++ API. by Tim Murray · 12 years ago
  68. 36f07d8 Fix kernel bounds for ColorMatrix intrinsic. by Stephen Hines · 12 years ago
  69. 2539203 am c4b6b3af: Fix kernel launch clipping. by Jason Sams · 12 years ago
  70. c4b6b3a Fix kernel launch clipping. by Jason Sams · 12 years ago
  71. 63d3760 am fb6dfa66: Remove hard coded limit on intrinsic blur buffer size. by Jason Sams · 12 years ago
  72. fb6dfa6 Remove hard coded limit on intrinsic blur buffer size. by Jason Sams · 12 years ago
  73. 358747a Add support for 2D strided copies to/from an allocation with the C++ API. by Tim Murray · 12 years ago
  74. f8a82cd am 8575a2b6: Fix convolve3x3 off-by-one error. by Tim Murray · 12 years ago
  75. 8575a2b Fix convolve3x3 off-by-one error. by Tim Murray · 12 years ago
  76. 1e84a97 am cef5fe99: Fix single-CPU/thread case. by Stephen Hines · 12 years ago
  77. 23ebeaa am 0d87d351: Merge "Fix intrinsic asm entry/exit names." by Stephen Hines · 12 years ago
  78. 0a29ed5 Fix intrinsic asm entry/exit names. by Jason Sams · 12 years ago
  79. 709a097 Separate CPU driver impl from reference driver. by Jason Sams · 12 years ago
  80. cef5fe9 Fix single-CPU/thread case. by Stephen Hines · 12 years ago
  81. e0e5e84 Merge commit 'f5ecac92' into manualmerge by Jason Sams · 12 years ago
  82. cd62caa Merge commit '054af68e' into manualmerge by Jason Sams · 12 years ago
  83. 3ea5b9c Fix performance when reading or writing large buffers. by Jason Sams · 12 years ago
  84. c5b34c6 Thread launch latency improvements. by Jason Sams · 12 years ago
  85. 46862ad Merge "Fix intrinsic asm entry/exit names." by Jason Sams · 12 years ago
  86. c1e6eb0 Fix intrinsic asm entry/exit names. by Jason Sams · 12 years ago
  87. 374a259 Update for new bcc build() interface. by Stephen Hines · 12 years ago
  88. bee28c6 Merge script groups. by Jason Sams · 12 years ago
  89. 2e5ef66 Fix intrinsics for clipped kernels. by Tim Murray · 12 years ago
  90. f598811 Fix use of rs_script_call_t. by Stephen Hines · 12 years ago
  91. 78b050e Fix bugs in scriptGroup. by Jason Sams · 12 years ago
  92. 15ff402 Fix potential null dereference in RS SG by Jason Sams · 12 years ago
  93. b801b94 Check for invalid configuration for Intrinsics. by Jason Sams · 12 years ago
  94. bd726b2 Fix bug in script groups. by Jason Sams · 12 years ago
  95. fa17cda Implement fast version of blend intrinsics. by Jason Sams · 12 years ago
  96. 36889a0 Implementations of various blend intrinsics. by Tim Murray · 12 years ago
  97. 7c355cc Implement optimized kernel kickoff for T30 by Jason Sams · 12 years ago
  98. cf9ea9f Implement backend of blend intrinsic by Jason Sams · 12 years ago
  99. a1b08e2 Performance fix for Intrinsic 5x5 convolve. by Jason Sams · 12 years ago
  100. 915aa96 yuv performance opts. by Jason Sams · 12 years ago