1. c84b56e Fix symbol table for libRS MatrixTranspose by yuyan · 13 years ago
  2. cb34168 Merge "Correctly align mSendBuffer to contain doubles." by Stephen Hines · 13 years ago
  3. a05e8dd Correctly align mSendBuffer to contain doubles. by Vladimir Stefanovic · 13 years ago
  4. 9dc5d30 Merge "Fix build. New clang has stricter checking." by Stephen Hines · 13 years ago
  5. bac597d Fix build. New clang has stricter checking. by Shih-wei Liao · 13 years ago
  6. 4777179 Merge "Fixed class previously declared as struct warning" by Jean-Baptiste Queru · 13 years ago
  7. f74b9d9 Fixed class previously declared as struct warning by Tareq A. Siraj · 13 years ago
  8. fd729de Merge "DO NOT MERGE - Fix stale realloc pointers." by Stephen Hines · 13 years ago
  9. 417d658 Merge "DO NOT MERGE - Cleanup pointer access in adapter and font." by Stephen Hines · 13 years ago
  10. 7e070a1 Merge "DO NOT MERGE - Move memory layout to driver." by Stephen Hines · 13 years ago
  11. 1a1b0f9 Merge "DO NOT MERGE - Plumb context through for serialization." by Stephen Hines · 13 years ago
  12. 5b9be08 DO NOT MERGE - Fix stale realloc pointers. by Jason Sams · 13 years ago
  13. 0db650c DO NOT MERGE - Cleanup pointer access in adapter and font. by Jason Sams · 13 years ago
  14. 57dc11a DO NOT MERGE - Move memory layout to driver. by Jason Sams · 13 years ago
  15. 43e3193 DO NOT MERGE - Plumb context through for serialization. by Jason Sams · 13 years ago
  16. 72f3ad8 Merge "fract() uses a float*, not an int*." by Stephen Hines · 13 years ago
  17. 52a1846 fract() uses a float*, not an int*. by Stephen Hines · 13 years ago
  18. 310fcd9 Merge "Add additional math constants" by Stephen Hines · 13 years ago
  19. 796ea15 Add additional math constants by Rajeev Sharma · 13 years ago
  20. 0bbb8e6 am 9d6b2b35: Fix single level forEach threading by Jason Sams · 13 years ago
  21. 9d6b2b3 Fix single level forEach threading by Jason Sams · 13 years ago
  22. d2d868f Fix build - remove unused variable by Jean-Baptiste Queru · 13 years ago
  23. 433d5f4 Merge "Link against NEON version of libclcore.bc when possible." into jb-dev by Stephen Hines · 13 years ago
  24. ebee948 Link against NEON version of libclcore.bc when possible. by Stephen Hines · 13 years ago
  25. 1d89243 Fix leak when app does not exit cleanly. by Jason Sams · 13 years ago
  26. 298691a Patch up remaining issues with revert. by Stephen Hines · 13 years ago
  27. 070cb23 Revert "Start chewing new libbcc APIs." by Stephen Hines · 13 years ago
  28. 2980f07 Support additional element/dim information for FieldPacker. by Stephen Hines · 13 years ago
  29. ec3fc11 Start chewing new libbcc APIs. by Shih-wei Liao · 13 years ago
  30. aaa4b34 Merge "unhide J API" by Alex Sakhartchouk · 13 years ago
  31. 2275e9c Fix duplicate malloc pointers. by Jason Sams · 13 years ago
  32. 340d15a unhide J API by Alex Sakhartchouk · 13 years ago
  33. 773d008 Setting the viewport for surface texture render targets. by Alex Sakhartchouk · 13 years ago
  34. ad62640 Merge "Removing unused dependencies" by Alex Sakhartchouk · 13 years ago
  35. ae8b795 Add in missing FONT support. by Stephen Hines · 13 years ago
  36. 0dc6693 IO_OUTPUT + Rendertarget implemetation. by Jason Sams · 13 years ago
  37. 5bab6bf Removing unused dependencies by Alex Sakhartchouk · 13 years ago
  38. f22c8ac Add support for stride != width. by Jason Sams · 13 years ago
  39. 90ac0fe update tests. by Jason Sams · 13 years ago
  40. 9f70a4e Move incRefs()/decRefs() logic from Allocation -> Type. by Stephen Hines · 13 years ago
  41. 69cccdf Make all references use smart pointers. by Jason Sams · 13 years ago
  42. a662edd Split cpp frontend to its own lib. by Jason Sams · 13 years ago
  43. b322033 Implement IO_OUTPUT + SurfaceTexture by Jason Sams · 13 years ago
  44. f31fa92 Implement nan. by Jason Sams · 13 years ago
  45. bb801bb Merge "rsdGL explicity connects the DummyConsumer" by Jamie Gennis · 13 years ago
  46. 0e8435a rsdGL explicity connects the DummyConsumer by Daniel Lam · 13 years ago
  47. e8c095f adjust PDK build workaround by Brian Swetland · 13 years ago
  48. a08c06f Correct PDK test in makefile. by Jason Sams · 13 years ago
  49. a6ab26a Workaround PDK issues. by Jason Sams · 13 years ago
  50. 65e9c8f Merge "State based shader recompile to support camera input." by Alex Sakhartchouk · 13 years ago
  51. 8ce904d rsdGL uses DummyConsumer by Daniel Lam · 13 years ago
  52. 6d6e114 State based shader recompile to support camera input. by Alex Sakhartchouk · 13 years ago
  53. 229929b Merge "Implement USAGE_IO_INPUT" by Jason Sams · 13 years ago
  54. 3522f40 Implement USAGE_IO_INPUT by Jason Sams · 13 years ago
  55. 3d1437e Merge "Wrapping new api's with proper RS_VERSION" by Alex Sakhartchouk · 13 years ago
  56. a703a6b Merge "More rearrangement and renaming." by Alex Sakhartchouk · 13 years ago
  57. 3c0c606 Wrapping new api's with proper RS_VERSION by Alex Sakhartchouk · 13 years ago
  58. c5512cd Merge remote-tracking branch 'goog/ics-aah-exp' into merge by Mike Lockwood · 13 years ago
  59. f8e195e More rearrangement and renaming. by Alex Sakhartchouk · 13 years ago
  60. 89fbb45 Changing rsg to rs where functions don't rely on graphics. by Alex Sakhartchouk · 13 years ago
  61. 14607a6 Breaking up rs headers by logical components. by Alex Sakhartchouk · 13 years ago
  62. d1f7da6 Add prop to force cap compute threading. by Jason Sams · 13 years ago
  63. 1fc0201 Fix minor C++ api issues. by Jason Sams · 13 years ago
  64. 8e412a1 Fix test makefile by Jason Sams · 13 years ago
  65. 13a57e2 Merge "Fix argument passing with dimLOD." by Stephen Hines · 13 years ago
  66. 19d9512 Fix argument passing with dimLOD. by Stephen Hines · 13 years ago
  67. 5e3c968 Split off driver code into a separate static library. by Alex Sakhartchouk · 13 years ago
  68. 4edf030 More header untangling. by Alex Sakhartchouk · 13 years ago
  69. e23d239 Starting to untangle header spaghetti. by Alex Sakhartchouk · 13 years ago
  70. 246fbee Moving lod's into hal struct. by Alex Sakhartchouk · 13 years ago
  71. ed8844c Remove references to sched_policy.h in RS by Glenn Kasten · 13 years ago
  72. 8588697 Merge "Add multisampling support to renderscript." by Alex Sakhartchouk · 13 years ago
  73. a277734 Merge "Using surface texture as a default renderscript surface." by Alex Sakhartchouk · 13 years ago
  74. c625583 Merge "Allocation sampling api prototypes." by Alex Sakhartchouk · 13 years ago
  75. 09db907 Allocation sampling api prototypes. by Alex Sakhartchouk · 13 years ago
  76. da7a148 Add multisampling support to renderscript. by Alex Sakhartchouk · 13 years ago
  77. 5575cf1 Using surface texture as a default renderscript surface. by Alex Sakhartchouk · 13 years ago
  78. 354add2 Merge "Removing GL calls from librs" by Alex Sakhartchouk · 13 years ago
  79. f7c0c7b Merge "remove dependency on android_native{s_priv|buffer}.h" by Mathias Agopian · 13 years ago
  80. b8eba19 remove dependency on android_native{s_priv|buffer}.h by Mathias Agopian · 13 years ago
  81. febbd7d Merge "test runs but I do not check results yet." by Jason Sams · 13 years ago
  82. e255929 remove libui dependency on libEGL by Mathias Agopian · 13 years ago
  83. f1e6d22 test runs but I do not check results yet. by Jason Sams · 13 years ago
  84. 653b53e Removing GL calls from librs by Alex Sakhartchouk · 13 years ago
  85. b2e3dc5 More RS cpp binding work. All classes for by Jason Sams · 13 years ago
  86. 9e666cb Merge "start new headers" by Jason Sams · 13 years ago
  87. bb5c0b1 Merge "Support running ForEach on non-root functions." by Stephen Hines · 13 years ago
  88. 4419977 Support running ForEach on non-root functions. by Stephen Hines · 13 years ago
  89. 221a4b1 start new headers by Jason Sams · 13 years ago
  90. 8bab275 frameworks/base refactoring. by Mathias Agopian · 13 years ago
  91. c1981c2 Merge "Work around VSync signal while screen is off." by Jason Sams · 13 years ago
  92. 9afd9a5 Work around VSync signal while screen is off. by Jason Sams · 13 years ago
  93. fdc6c0f Merge "Update prototype remote fifo. Tested primary connection using only fifo data transport." by Jason Sams · 13 years ago
  94. 5f5f9b5 Merge "Rename three header files to free namespace for api." by Jason Sams · 13 years ago
  95. bda75a9 Update prototype remote fifo. Tested primary connection by Jason Sams · 13 years ago
  96. 3715b00 Rename three header files to free namespace for api. by Jason Sams · 13 years ago
  97. 38c04ad Merge "Piping texture names through shader builder. Fixing uint size_t mismatch." by Alex Sakhartchouk · 13 years ago
  98. 748eb07 Piping texture names through shader builder. Fixing uint size_t mismatch. by Alex Sakhartchouk · 13 years ago
  99. 2543059 Merge "Fixing uint32 size_t mismatches." by Alex Sakhartchouk · 13 years ago
  100. 7ac2a4d Beging IO stream out from allocation to surface texture. by Jason Sams · 13 years ago