1. 4c5f99e Fix partial NP2 support and restrict mipmaps and clamp by Jason Sams · 14 years ago
  2. e7ae69f Shader changes to allow for more flexible constant binding. by Alex Sakhartchouk · 14 years ago
  3. d405c49 Merge "Reflected class name and bc file name changes." by Ying Wang · 14 years ago
  4. e7b4b86 Fix header path. by Anatol Pomazau · 14 years ago
  5. 5385a07 Fixing a3d files to reflect the new element structure. by Alex Sakhartchouk · 14 years ago
  6. 46e4554 Add arrays to elements. by Jason Sams · 14 years ago
  7. 6ae9112 Reflected class name and bc file name changes. by Ying Wang · 14 years ago
  8. 660ccc7 Fixing fragment shader bounding code by Alex Sakhartchouk · 14 years ago
  9. 1e5168d Adding ability to dirty the allocation and notify shaders using it. by Alex Sakhartchouk · 14 years ago
  10. 5192f45 Remove ACC and other legacy bits from RS. by Jason Sams · 14 years ago
  11. 5f0c84c SubElementData data upload functions. by Jason Sams · 14 years ago
  12. 6e93421 Fixing uniform binding for fragment shader. by Alex Sakhartchouk · 14 years ago
  13. af83e79 Fixing renderscript uniform binding bugs. Working on custom shaders. by Alex Sakhartchouk · 14 years ago
  14. 39cd317 Add matrix component types. Fix potental overflow in script -> java messages. by Jason Sams · 14 years ago
  15. 6e657c3 More work on the renderscript sample by Alex Sakhartchouk · 14 years ago
  16. c8dc45c Renderscript samples. by Alex Sakhartchouk · 14 years ago
  17. 3aef272 Should fix the build. by Alex Sakhartchouk · 14 years ago
  18. 1889010 Hopefully this fixes the build. by Alex Sakhartchouk · 14 years ago
  19. f211077 Merge "Renderscript samples. Merged two model related projects. Cleanup." by Alex Sakhartchouk · 14 years ago
  20. 35b9644 Renderscript samples. Merged two model related projects. Cleanup. by Alex Sakhartchouk · 14 years ago
  21. 013f7bf Merge "Fix bug looping non-blocking fifos." by Jason Sams · 14 years ago
  22. 72b0e8b Merge "Remove OOB object destruction." by Jason Sams · 14 years ago
  23. 8c46b10 Fix bug looping non-blocking fifos. by Jason Sams · 14 years ago
  24. 67cd352 Merge "Make java entry points for native fifo synchronized." by Jason Sams · 14 years ago
  25. f47eec3 Remove OOB object destruction. by Jason Sams · 14 years ago
  26. 46bafb3 Make java entry points for native fifo synchronized. by Jason Sams · 14 years ago
  27. 01bcef6 Propagating some useful font changes. by Alex Sakhartchouk · 14 years ago
  28. c45600c Merge "Added frustum plane extraction and sphere culling code." by Alex Sakhartchouk · 14 years ago
  29. 95333f9 Added frustum plane extraction and sphere culling code. by Alex Sakhartchouk · 14 years ago
  30. 62e744e Remove extra float<>int conversions in ImageProcessing. by Jason Sams · 14 years ago
  31. c093685 Support reference operations in RS scripts. by Jason Sams · 14 years ago
  32. 991f8f3 Merge "Adding bounding box computation." by Alex Sakhartchouk · 14 years ago
  33. ba4aa5c Adding bounding box computation. by Alex Sakhartchouk · 14 years ago
  34. 40dbbf0 Merge "Renderscript scenegraph prototype." by Alex Sakhartchouk · 14 years ago
  35. 265ad50 Renderscript scenegraph prototype. by Alex Sakhartchouk · 14 years ago
  36. 6b631f5 Merge "Start adding RS tests." by Jason Sams · 14 years ago
  37. bb060aa Start adding RS tests. by Jason Sams · 14 years ago
  38. 5e1a9bf Merge "Thread launch strategies." by Jason Sams · 14 years ago
  39. dd663fa Thread launch strategies. by Jason Sams · 14 years ago
  40. e7b3af2 Merge "Fix field packer bug for U32 data. Fix initial refcounts in allocations. Support null references in allocations." by Jason Sams · 14 years ago
  41. 10e5e57 Fix field packer bug for U32 data. by Jason Sams · 14 years ago
  42. 0bd010a Preparing renderscript java code for use with phanton references. by Alex Sakhartchouk · 14 years ago
  43. 797506a Merge "Fix anonymous struct." by Shih-wei Liao · 14 years ago
  44. 79c0705 Fix anonymous struct. by Shih-wei Liao · 14 years ago
  45. e6d9fbc Adding allocation reference counting to the a3d models. by Alex Sakhartchouk · 14 years ago
  46. 05f1cb4 Renaming stucts back. by Alex Sakhartchouk · 14 years ago
  47. d46996e Merge "Adding quaternion functions to math library." by Alex Sakhartchouk · 14 years ago
  48. 2985805 Adding quaternion functions to math library. by Alex Sakhartchouk · 14 years ago
  49. e3929c9 Refcounting in allocations. by Jason Sams · 14 years ago
  50. 78d4a74 Update image processing to cleaup code by not inlining by Jason Sams · 14 years ago
  51. 7dce6bc Fix debugging support for float vectors and add matrix debugging. by Jason Sams · 14 years ago
  52. 29a3fd5 Fix length normilization bug in rsMatrixLoadRotate. by Jason Sams · 14 years ago
  53. 0002a17 Use lowp colors in fixed funtion emulation. by Jason Sams · 14 years ago
  54. af30194 Fix behavior where the non-blocking sendToCliend would block by Jason Sams · 14 years ago
  55. ca5a454 Fixing fonts to use constant color instead of variable. by Alex Sakhartchouk · 14 years ago
  56. 20c6c1f Adding more matrix math functions. by Alex Sakhartchouk · 14 years ago
  57. 6445e52 Support constant and varying colors in ProgramFragment. by Jason Sams · 14 years ago
  58. 9fc9f03 Added ability to set font color. by Alex Sakhartchouk · 14 years ago
  59. 0cae59f Adding onscreen frame and script time for debugging. by Alex Sakhartchouk · 14 years ago
  60. 7349547 Cleanup of signed/unsigned Make all functions overloadable. by Jason Sams · 14 years ago
  61. e39fd06 Merge "Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()" by Jim Miller · 14 years ago
  62. a490f10 Fix 2877497: export rsgProgramVertexLoadProjectionMatrix() by Jim Miller · 14 years ago
  63. ef5867a Cleanup sendToClient and add rsGetDt(). by Jason Sams · 14 years ago
  64. 7c7c78a Query the CPU count and use the result to determine by Jason Sams · 14 years ago
  65. 0c08cdb Minor ImageProcessing script optimization to make it a better FP benchmark. by Jason Sams · 14 years ago
  66. 633b5b5 rs_types.rsh and rs_math.rsh are default include files. Remove their #include. by Shih-wei Liao · 14 years ago
  67. a226b16 Use bccGetExportVars to get mFieldCount, instead of hardwiring "100" in calloc. by Shih-wei Liao · 14 years ago
  68. 56dee03 Attempt to fix build '<>' works on mac but does not appear to work on linux yet. by Jason Sams · 14 years ago
  69. 1813340 Update imageprocessing to remove generated files. by Jason Sams · 14 years ago
  70. 032f359 Fixing potential buffer overrun errors. by Alex Sakhartchouk · 14 years ago
  71. 6856150 Merge "Fix Android build" by Shih-wei Liao · 14 years ago
  72. 0d5ef34 Fix Android build by Shih-wei Liao · 14 years ago
  73. 68a0353 Merge "Change the include path." by Shih-wei Liao · 14 years ago
  74. 8690ae9 Change the include path. by Shih-wei Liao · 14 years ago
  75. 591507a Merge "Port ModelViewer to use the new build system. Fix the simulator build on Fountain." by Shih-wei Liao · 14 years ago
  76. 86a1976 Port ModelViewer to use the new build system. by Shih-wei Liao · 14 years ago
  77. bcdbb14 Switch back to use the default search of include path by Ying Wang · 14 years ago
  78. 8a8072d Fix build by Ying Wang · 14 years ago
  79. 71a9485 .rs files are now built by the build system. by Ying Wang · 14 years ago
  80. 7bf29dd Threading RS ForEach. by Jason Sams · 14 years ago
  81. 0a5ecb1 Merge "Fix include path problem." by Shih-wei Liao · 14 years ago
  82. 8375a45 Fix include path problem. by Shih-wei Liao · 14 years ago
  83. c358c1d Merge "Preparing for build system change. Fix the build error in http://b/issue?id=2781522." by Shih-wei Liao · 14 years ago
  84. 7d9b922 Preparing for build system change. Fix the build error in http://b/issue?id=2781522. by Shih-wei Liao · 14 years ago
  85. 5190ac6 Merge "1st cut of ForEach and test." by Jason Sams · 14 years ago
  86. ace3e01 1st cut of ForEach and test. by Jason Sams · 14 years ago
  87. 417e6a4 Populate java objects with native data from a3d file. by Alex Sakhartchouk · 14 years ago
  88. d18c744 Work on synchronizing a3d created files and java layer. by Alex Sakhartchouk · 14 years ago
  89. 479e292 Remove points from fixed function. Add basic GL performance test. by Jason Sams · 14 years ago
  90. c4cdf45 Fix image processing resource problem for non high-density devices. by Jason Sams · 14 years ago
  91. fb1859c Merge "Improve multitouch support so pointers other than 0 can change colors." by Jason Sams · 14 years ago
  92. aa19b88 Merge "Cleanup pass on the mesh api change. Removed all the simple mesh related calls and temporary objects." by Jason Sams · 14 years ago
  93. 17d72e8 Cleanup pass on the mesh api change. by Alex Sakhartchouk · 14 years ago
  94. a045061 resolved conflicts for merge of f601ce2c to master by Jean-Baptiste Queru · 14 years ago
  95. 9700d0a merge from open-source master by The Android Open Source Project · 14 years ago
  96. 999e9e3 Improve multitouch support so pointers other than 0 can change colors. by Jason Sams · 14 years ago
  97. 4e9a7a8 Start of mesh API cleanup. by Alex Sakhartchouk · 14 years ago
  98. 85c1a5c Merge "Update fountain with multitouch support." by Jason Sams · 14 years ago
  99. 11fc920 Update fountain with multitouch support. by Jason Sams · 14 years ago
  100. e6dc608 Merge "Fixing freetype init/uninit code. Removing debug output from stream." by Alex Sakhartchouk · 14 years ago