1. 46f2e72 Start ICS header cleanup and finish type matrix. by Jason Sams · 13 years ago
  2. 7d9c5ff First draft of fbo in renderscript. Updating samples and benchmark by Alex Sakhartchouk · 13 years ago
  3. 31d42c1 am e2b2a02a: am 4fd70373: Merge "Fix bug 3421901 remove 2 functions from public headers in the SDK." into honeycomb by Jason Sams · 13 years ago
  4. fec5e12 Fix bug 3421901 remove 2 functions from public headers in the SDK. by Jason Sams · 13 years ago
  5. 6b3422f am a66b759a: am bd08c7c0: Merge "Clean up RS samples for SDK, bug 2943369 Fix bug 3403965 rsgSyncAll would not mark constants as changed found by inspection." into honeycomb by Jason Sams · 13 years ago
  6. 09aeb8a Clean up RS samples for SDK, bug 2943369 by Jason Sams · 13 years ago
  7. 861e9ba DO NOT MERGE by Jason Sams · 13 years ago
  8. 978e84a am 957ee34d: am b9d69d59: Merge "For rs_cl, fix _RS_STATIC (used while we do on-host linking). Now we do on-device linking, STATIC no longer makes sense. (b/2943524)" into honeycomb by Shih-wei Liao · 13 years ago
  9. 1cd2f78 Actually fix build. by Stephen Hines · 13 years ago
  10. e31775b For rs_cl, fix _RS_STATIC (used while we do on-host linking). Now we do by Shih-wei Liao · 13 years ago
  11. f8d07ce Fix build breakage. by Stephen Hines · 13 years ago
  12. 3710df4 am dde78c2b: am 79204b98: Merge "Part II of fixing b/2943524: On-device linking rs_core." into honeycomb by Shih-wei Liao · 13 years ago
  13. 7a43031 Part II of fixing b/2943524: On-device linking rs_core. by Shih-wei Liao · 13 years ago
  14. 7e90cb9 am 83af7012: (-s ours) am e0fc4b70: Merge "DO NOT MERGE Remove the rs_quaternion functions until mr1" into honeycomb by Jason Sams · 13 years ago
  15. 4cf7361 Merge "DO NOT MERGE Remove the rs_quaternion functions until mr1" into honeycomb by Jason Sams · 13 years ago
  16. f08efbd Merge "Migrating functions for on device linking." into honeycomb by Jason Sams · 13 years ago
  17. f02abfe DO NOT MERGE Remove the rs_quaternion functions until mr1 by Jason Sams · 13 years ago
  18. edf2240 Fix b/2943524: On-device linking the rs_cl. by Shih-wei Liao · 13 years ago
  19. 693080e Migrating functions for on device linking. by Jason Sams · 13 years ago
  20. 711e731 Add missing functions to math library. by Stephen Hines · 13 years ago
  21. 47b1530 Remove unnecessary library functions. by Stephen Hines · 14 years ago
  22. 3e6482f Clean up RS math fp library functions. by Stephen Hines · 14 years ago
  23. ed2ea27 c99 bool support by Shih-wei Liao · 14 years ago
  24. 5439184 1. fp_mad.rs: Pass C99 check. by Shih-wei Liao · 14 years ago
  25. 32086d8 Fix bug in modf library function (plus typos). by Stephen Hines · 14 years ago
  26. f6a28c6 Provide mechanism to switch between extern/static. by Stephen Hines · 14 years ago
  27. b902e4c Clean up simple integer operations. by Stephen Hines · 14 years ago
  28. 4741653 Clean up RS math headers. by Stephen Hines · 14 years ago
  29. ca3f09c Split time functions into rs_time.rsh header. by Stephen Hines · 14 years ago
  30. 8be47c7 Clean up Allocation buffer object api. by Jason Sams · 14 years ago
  31. b7e83bd Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers. by Jason Sams · 14 years ago
  32. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  33. 9966e21 Remove unneeded inclusion of rs_math.rsh. by Shih-wei Liao · 14 years ago
  34. 328049d Merge "Add support for rsDebug with 64-bit types." by Stephen Hines · 14 years ago
  35. 399dc9e Fix header file to always inline stub functions. by Jason Sams · 14 years ago
  36. df09719 Add support for rsDebug with 64-bit types. by Stephen Hines · 14 years ago
  37. 9bb32e1 Move rsDebug from rs_math.rsh to rs_core.rsh: rsDebug is more like core functionalities instead of math functionalities. Also portions of rsDebug implementation has been in rs_core.rsh already. by Shih-wei Liao · 14 years ago
  38. 09c6735 Adding text metrics to renderscript. by Alex Sakhartchouk · 14 years ago
  39. 1e5168d Adding ability to dirty the allocation and notify shaders using it. by Alex Sakhartchouk · 14 years ago
  40. c8dc45c Renderscript samples. by Alex Sakhartchouk · 14 years ago
  41. c45600c Merge "Added frustum plane extraction and sphere culling code." by Alex Sakhartchouk · 14 years ago
  42. 95333f9 Added frustum plane extraction and sphere culling code. by Alex Sakhartchouk · 14 years ago
  43. c093685 Support reference operations in RS scripts. by Jason Sams · 14 years ago
  44. 991f8f3 Merge "Adding bounding box computation." by Alex Sakhartchouk · 14 years ago
  45. ba4aa5c Adding bounding box computation. by Alex Sakhartchouk · 14 years ago
  46. 5e1a9bf Merge "Thread launch strategies." by Jason Sams · 14 years ago
  47. dd663fa Thread launch strategies. by Jason Sams · 14 years ago
  48. 0bd010a Preparing renderscript java code for use with phanton references. by Alex Sakhartchouk · 14 years ago
  49. 05f1cb4 Renaming stucts back. by Alex Sakhartchouk · 14 years ago
  50. 2985805 Adding quaternion functions to math library. by Alex Sakhartchouk · 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. 20c6c1f Adding more matrix math functions. by Alex Sakhartchouk · 14 years ago
  54. 6445e52 Support constant and varying colors in ProgramFragment. by Jason Sams · 14 years ago
  55. 9fc9f03 Added ability to set font color. by Alex Sakhartchouk · 14 years ago
  56. 7349547 Cleanup of signed/unsigned Make all functions overloadable. by Jason Sams · 14 years ago
  57. e39fd06 Merge "Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()" by Jim Miller · 14 years ago
  58. a490f10 Fix 2877497: export rsgProgramVertexLoadProjectionMatrix() by Jim Miller · 14 years ago
  59. ef5867a Cleanup sendToClient and add rsGetDt(). by Jason Sams · 14 years ago
  60. 7bf29dd Threading RS ForEach. by Jason Sams · 14 years ago
  61. ace3e01 1st cut of ForEach and test. by Jason Sams · 14 years ago
  62. 479e292 Remove points from fixed function. Add basic GL performance test. by Jason Sams · 14 years ago
  63. c4cdf45 Fix image processing resource problem for non high-density devices. by Jason Sams · 14 years ago
  64. 17d72e8 Cleanup pass on the mesh api change. by Alex Sakhartchouk · 14 years ago
  65. 4e9a7a8 Start of mesh API cleanup. by Alex Sakhartchouk · 14 years ago
  66. 0df1e77 Merge "Adding freetype font rendering to renderscript." by Alex Sakhartchouk · 14 years ago
  67. c9b8d1c Fix return values for rsClamp. by Jason Sams · 14 years ago
  68. d3e0ad4 Adding freetype font rendering to renderscript. by Alex Sakhartchouk · 14 years ago
  69. 7fe6bce Add matrix ops to RSH headers. by Jason Sams · 14 years ago
  70. 5e9811f Move ImageProcessing and ModelViewer to reflected files. by Jason Sams · 14 years ago
  71. bdb0460 Remove legacy drawing functions. Skip element names starting with '#' by Jason Sams · 14 years ago
  72. 97589cb Add skip to field packer. by Jason Sams · 14 years ago
  73. 26721c7 Merge "Comment out rsqrt for now. Long-term: Need to figur out why rsqrt caused slang to abort." by Shih-wei Liao · 14 years ago
  74. f1e6ec3 Comment out rsqrt for now. Long-term: Need to figur out why rsqrt caused slang to abort. by Shih-wei Liao · 14 years ago
  75. efa1760 To enable the reflection of rs_mesh etc. Side benefit: Better type checking. by Shih-wei Liao · 14 years ago
  76. 1b937f5 Remove float8/16 from RS type list. by Jason Sams · 14 years ago
  77. 2a63bf6 Begin using reflected files. by Jason Sams · 14 years ago
  78. 79f52df Remove RS_KIND from vertex arrays types. by Jason Sams · 14 years ago
  79. 275b1e9 types update. by Jason Sams · 14 years ago
  80. c61346b Rough implemetation of ForEach. Remove launchID from root graphics script. by Jason Sams · 14 years ago
  81. 66070bf Remove noise functions and update images processing to use new rs namespace names. by Jason Sams · 14 years ago
  82. 22fa371 Begin naming cleanup for renderscript runtime. by Jason Sams · 14 years ago
  83. ce92d4b Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. by Jason Sams · 14 years ago
  84. be36bf3 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 14 years ago
  85. f2bcce7 Checkin new types for RS. by Jason Sams · 14 years ago
  86. fcee14d Change opaque RS typedefs from void * to int. These will likely become int64_t once proper support for >32bits is worked out. by Jason Sams · 14 years ago
  87. 51f36ab More rsh headers for renderscript and a llvm compatible test script for fountain. by Jason Sams · 14 years ago
  88. 717e34a First cut of basic RS headers for ScriptC. Not nearly complete. by Jason Sams · 14 years ago