1. 8be47c7 Clean up Allocation buffer object api. by Jason Sams · 14 years ago
  2. b7e83bd Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers. by Jason Sams · 14 years ago
  3. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  4. 9966e21 Remove unneeded inclusion of rs_math.rsh. by Shih-wei Liao · 14 years ago
  5. 328049d Merge "Add support for rsDebug with 64-bit types." by Stephen Hines · 14 years ago
  6. 399dc9e Fix header file to always inline stub functions. by Jason Sams · 14 years ago
  7. df09719 Add support for rsDebug with 64-bit types. by Stephen Hines · 14 years ago
  8. 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
  9. 09c6735 Adding text metrics to renderscript. by Alex Sakhartchouk · 14 years ago
  10. 1e5168d Adding ability to dirty the allocation and notify shaders using it. by Alex Sakhartchouk · 14 years ago
  11. c8dc45c Renderscript samples. by Alex Sakhartchouk · 14 years ago
  12. c45600c Merge "Added frustum plane extraction and sphere culling code." by Alex Sakhartchouk · 14 years ago
  13. 95333f9 Added frustum plane extraction and sphere culling code. by Alex Sakhartchouk · 14 years ago
  14. c093685 Support reference operations in RS scripts. by Jason Sams · 14 years ago
  15. 991f8f3 Merge "Adding bounding box computation." by Alex Sakhartchouk · 14 years ago
  16. ba4aa5c Adding bounding box computation. by Alex Sakhartchouk · 14 years ago
  17. 5e1a9bf Merge "Thread launch strategies." by Jason Sams · 14 years ago
  18. dd663fa Thread launch strategies. by Jason Sams · 14 years ago
  19. 0bd010a Preparing renderscript java code for use with phanton references. by Alex Sakhartchouk · 14 years ago
  20. 05f1cb4 Renaming stucts back. by Alex Sakhartchouk · 14 years ago
  21. 2985805 Adding quaternion functions to math library. by Alex Sakhartchouk · 14 years ago
  22. 7dce6bc Fix debugging support for float vectors and add matrix debugging. by Jason Sams · 14 years ago
  23. 29a3fd5 Fix length normilization bug in rsMatrixLoadRotate. by Jason Sams · 14 years ago
  24. 20c6c1f Adding more matrix math functions. by Alex Sakhartchouk · 14 years ago
  25. 6445e52 Support constant and varying colors in ProgramFragment. by Jason Sams · 14 years ago
  26. 9fc9f03 Added ability to set font color. by Alex Sakhartchouk · 14 years ago
  27. 7349547 Cleanup of signed/unsigned Make all functions overloadable. by Jason Sams · 14 years ago
  28. e39fd06 Merge "Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()" by Jim Miller · 14 years ago
  29. a490f10 Fix 2877497: export rsgProgramVertexLoadProjectionMatrix() by Jim Miller · 14 years ago
  30. ef5867a Cleanup sendToClient and add rsGetDt(). by Jason Sams · 14 years ago
  31. 7bf29dd Threading RS ForEach. by Jason Sams · 14 years ago
  32. ace3e01 1st cut of ForEach and test. by Jason Sams · 14 years ago
  33. 479e292 Remove points from fixed function. Add basic GL performance test. by Jason Sams · 14 years ago
  34. c4cdf45 Fix image processing resource problem for non high-density devices. by Jason Sams · 14 years ago
  35. 17d72e8 Cleanup pass on the mesh api change. by Alex Sakhartchouk · 14 years ago
  36. 4e9a7a8 Start of mesh API cleanup. by Alex Sakhartchouk · 14 years ago
  37. 0df1e77 Merge "Adding freetype font rendering to renderscript." by Alex Sakhartchouk · 14 years ago
  38. c9b8d1c Fix return values for rsClamp. by Jason Sams · 14 years ago
  39. d3e0ad4 Adding freetype font rendering to renderscript. by Alex Sakhartchouk · 14 years ago
  40. 7fe6bce Add matrix ops to RSH headers. by Jason Sams · 14 years ago
  41. 5e9811f Move ImageProcessing and ModelViewer to reflected files. by Jason Sams · 14 years ago
  42. bdb0460 Remove legacy drawing functions. Skip element names starting with '#' by Jason Sams · 14 years ago
  43. 97589cb Add skip to field packer. by Jason Sams · 14 years ago
  44. 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
  45. 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
  46. efa1760 To enable the reflection of rs_mesh etc. Side benefit: Better type checking. by Shih-wei Liao · 14 years ago
  47. 1b937f5 Remove float8/16 from RS type list. by Jason Sams · 14 years ago
  48. 2a63bf6 Begin using reflected files. by Jason Sams · 14 years ago
  49. 79f52df Remove RS_KIND from vertex arrays types. by Jason Sams · 14 years ago
  50. 275b1e9 types update. by Jason Sams · 14 years ago
  51. c61346b Rough implemetation of ForEach. Remove launchID from root graphics script. by Jason Sams · 14 years ago
  52. 66070bf Remove noise functions and update images processing to use new rs namespace names. by Jason Sams · 14 years ago
  53. 22fa371 Begin naming cleanup for renderscript runtime. by Jason Sams · 14 years ago
  54. ce92d4b Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. by Jason Sams · 14 years ago
  55. be36bf3 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 14 years ago
  56. f2bcce7 Checkin new types for RS. by Jason Sams · 14 years ago
  57. 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
  58. 51f36ab More rsh headers for renderscript and a llvm compatible test script for fountain. by Jason Sams · 14 years ago
  59. 717e34a First cut of basic RS headers for ScriptC. Not nearly complete. by Jason Sams · 14 years ago