1. 807fdc4 Move memory layout to driver. by Jason Sams · 12 years ago
  2. 586e2a4 Fix runtime error by removing unnecessary code. by Shih-wei Liao · 12 years ago
  3. cca7ee6 Should be FP_Full instead of Full. by Shih-wei Liao · 12 years ago
  4. a3af2cd Start using new libbcc APIs. by Shih-wei Liao · 12 years ago
  5. 7aa31ae Merge "Generalize slicing." by Jason Sams · 12 years ago
  6. a1dd74c Add rsDebug implementations for all basic types by Rajeev Sharma · 12 years ago
  7. 0ab9f9f Generalize slicing. by Jason Sams · 12 years ago
  8. cd919a1 Update ANativeWindow clients for sync by Jamie Gennis · 12 years ago
  9. aa15210 Fix single level forEach threading by Jason Sams · 12 years ago
  10. 6597732 Remove old and unused functions. by Jason Sams · 12 years ago
  11. efd9609 am d2d868f9: Fix build - remove unused variable by Jean-Baptiste Queru · 12 years ago
  12. d2d868f Fix build - remove unused variable by Jean-Baptiste Queru · 12 years ago
  13. 6537404 Support float vector versions of rsDebug() directly. by Stephen Hines · 12 years ago
  14. 80291cf Merge "Fix warning from clang (class -> struct)." by Stephen Hines · 12 years ago
  15. 433d5f4 Merge "Link against NEON version of libclcore.bc when possible." into jb-dev by Stephen Hines · 12 years ago
  16. 1cd8493 Fix warning from clang (class -> struct). by Stephen Hines · 12 years ago
  17. ebee948 Link against NEON version of libclcore.bc when possible. by Stephen Hines · 12 years ago
  18. 1d89243 Fix leak when app does not exit cleanly. by Jason Sams · 12 years ago
  19. 298691a Patch up remaining issues with revert. by Stephen Hines · 12 years ago
  20. 070cb23 Revert "Start chewing new libbcc APIs." by Stephen Hines · 12 years ago
  21. 2980f07 Support additional element/dim information for FieldPacker. by Stephen Hines · 12 years ago
  22. ec3fc11 Start chewing new libbcc APIs. by Shih-wei Liao · 12 years ago
  23. 2275e9c Fix duplicate malloc pointers. by Jason Sams · 12 years ago
  24. 773d008 Setting the viewport for surface texture render targets. by Alex Sakhartchouk · 12 years ago
  25. 0dc6693 IO_OUTPUT + Rendertarget implemetation. by Jason Sams · 12 years ago
  26. f22c8ac Add support for stride != width. by Jason Sams · 12 years ago
  27. b322033 Implement IO_OUTPUT + SurfaceTexture by Jason Sams · 12 years ago
  28. 0e8435a rsdGL explicity connects the DummyConsumer by Daniel Lam · 12 years ago
  29. a6ab26a Workaround PDK issues. by Jason Sams · 12 years ago
  30. 65e9c8f Merge "State based shader recompile to support camera input." by Alex Sakhartchouk · 12 years ago
  31. 8ce904d rsdGL uses DummyConsumer by Daniel Lam · 12 years ago
  32. 6d6e114 State based shader recompile to support camera input. by Alex Sakhartchouk · 12 years ago
  33. 3522f40 Implement USAGE_IO_INPUT by Jason Sams · 12 years ago
  34. d1f7da6 Add prop to force cap compute threading. by Jason Sams · 12 years ago
  35. 4edf030 More header untangling. by Alex Sakhartchouk · 12 years ago
  36. ed8844c Remove references to sched_policy.h in RS by Glenn Kasten · 12 years ago
  37. 8588697 Merge "Add multisampling support to renderscript." by Alex Sakhartchouk · 12 years ago
  38. a277734 Merge "Using surface texture as a default renderscript surface." by Alex Sakhartchouk · 12 years ago
  39. da7a148 Add multisampling support to renderscript. by Alex Sakhartchouk · 12 years ago
  40. 5575cf1 Using surface texture as a default renderscript surface. by Alex Sakhartchouk · 12 years ago
  41. 354add2 Merge "Removing GL calls from librs" by Alex Sakhartchouk · 12 years ago
  42. b8eba19 remove dependency on android_native{s_priv|buffer}.h by Mathias Agopian · 12 years ago
  43. e255929 remove libui dependency on libEGL by Mathias Agopian · 12 years ago
  44. 653b53e Removing GL calls from librs by Alex Sakhartchouk · 12 years ago
  45. bb5c0b1 Merge "Support running ForEach on non-root functions." by Stephen Hines · 12 years ago
  46. 4419977 Support running ForEach on non-root functions. by Stephen Hines · 12 years ago
  47. 38c04ad Merge "Piping texture names through shader builder. Fixing uint size_t mismatch." by Alex Sakhartchouk · 12 years ago
  48. 748eb07 Piping texture names through shader builder. Fixing uint size_t mismatch. by Alex Sakhartchouk · 12 years ago
  49. 2543059 Merge "Fixing uint32 size_t mismatches." by Alex Sakhartchouk · 12 years ago
  50. 7ac2a4d Beging IO stream out from allocation to surface texture. by Jason Sams · 12 years ago
  51. c794cd5 Fixing uint32 size_t mismatches. by Alex Sakhartchouk · 12 years ago
  52. 26b8a16 Merge "Initialize all class members." by Stephen Hines · 12 years ago
  53. ebf4a14 Initialize all class members. by Stephen Hines · 12 years ago
  54. e98fc94 am 87a36a3b: Merge "Making shader compilation errors throw a Java exception." by Alex Sakhartchouk · 12 years ago
  55. d32b749 Merge "Making shader compilation errors throw a Java exception." by Alex Sakhartchouk · 12 years ago
  56. cf27eb4 Start implementing SurfaceTexture streaming into RS allocations. by Jason Sams · 12 years ago
  57. 7510992 Making shader compilation errors throw a Java exception. by Alex Sakhartchouk · 12 years ago
  58. d3e4b74 Merge commit 'bdeec118' into manualmerge by Jason Sams · 12 years ago
  59. 5f27d6f Implement RS VSync on new vsync infrastructure. by Jason Sams · 12 years ago
  60. ad4a428 am dfbcee6c: fix build by Mathias Agopian · 13 years ago
  61. 9170275 fix build by Mathias Agopian · 13 years ago
  62. 4b1872b am caaac348: Merge "Fix bugs with unsigned rsAtomicCas/Max/Min." by Stephen Hines · 13 years ago
  63. fa54999 Fix bugs with unsigned rsAtomicCas/Max/Min. by Stephen Hines · 13 years ago
  64. 2b5797f am d36f7d24: Merge "Add support for new root.expand() calls." by Stephen Hines · 13 years ago
  65. 41e373d Start implementing SurfaceTexture streaming into RS allocations. by Jason Sams · 13 years ago
  66. ee7aa2e Add support for new root.expand() calls. by Stephen Hines · 13 years ago
  67. 9719bd4 Plumbing for RS priority. by Jason Sams · 13 years ago
  68. 028f20a Fix LOGE. by Jason Sams · 13 years ago
  69. da042e7 Merge "Adding ability to bind constants to shaders." into graphics-dev by Alex Sakhartchouk · 13 years ago
  70. a720a14 Adding ability to bind constants to shaders. by Alex Sakhartchouk · 13 years ago
  71. 03f1910 resolved conflicts for merge of 08289f55 to graphics-dev by Steve Block · 13 years ago
  72. af12ac6 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  73. c0a6542 Cleanup based on comments. by Alex Sakhartchouk · 13 years ago
  74. 611c6b2 am a8719ad9: Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros" by Glenn Kasten · 13 years ago
  75. 84f304f Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros" by Glenn Kasten · 13 years ago
  76. 72f4f4c Use the standard CC_LIKELY and CC_UNLIKELY macros by Glenn Kasten · 13 years ago
  77. e460316 Merge "Adding better error behavior to RS" into graphics-dev by Alex Sakhartchouk · 13 years ago
  78. 8791e37 Merge "Adding RS comments, cleaning up the gl implementation with new Element hal." into graphics-dev by Alex Sakhartchouk · 13 years ago
  79. c7cb703 am 41891aea: Merge "Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE" by Steve Block · 13 years ago
  80. 4a48244 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  81. 25a59d0 Adding better error behavior to RS by Alex Sakhartchouk · 13 years ago
  82. 4a43e3e Adding RS comments, cleaning up the gl implementation with new Element hal. by Alex Sakhartchouk · 13 years ago
  83. ade1e22 am 12be3fff: Remove dead code. by Logan Chien · 13 years ago
  84. 1415ca4 Remove dead code. by Logan Chien · 13 years ago
  85. 179e9a4 Private API to support MFF transition. by Jason Sams · 13 years ago
  86. 9e0afb5 Path rendering by Jason Sams · 13 years ago
  87. 6598201 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  88. 064aa7e Remove ObjBaseRef from the hal struct by Alex Sakhartchouk · 13 years ago
  89. 96cd136 Fix bug with 1D arrays and threading. Some elements got launched multiple times. by Jason Sams · 13 years ago
  90. 7041511 Improve rsForEach overhead. by Jason Sams · 13 years ago
  91. 4ff2186 Fix crash running old HC apps. by Jason Sams · 13 years ago
  92. 86d842a Cleanup RS logs by Jason Sams · 13 years ago
  93. 2382aba Add RS watchdog. by Jason Sams · 13 years ago
  94. 4ee16ff Call .rs.dtor() when tearing down Scripts. by Stephen Hines · 13 years ago
  95. 3815bad Issue proper parameters to root() calls for RS. by Stephen Hines · 13 years ago
  96. 451cf2e Add structure to pack params for forEach. by Jason Sams · 13 years ago
  97. 319680d Merge "Migrate perf-critical functions away from librs." by Stephen Hines · 13 years ago
  98. 1e5149f Migrate perf-critical functions away from librs. by Stephen Hines · 13 years ago
  99. b2baef7 Merge "Fixing rs crash when no texture is bound." by Alex Sakhartchouk · 13 years ago
  100. ba15730 Fixing rs crash when no texture is bound. by Alex Sakhartchouk · 13 years ago