1. 82e135c Remove libutils.so dependency from libRSDriver, libRSCpuRef, and most by Miao Wang · 7 years ago
  2. 7974fc0 frameworks/rs: fix typos and clang-tidy warnings by Rahul Chaudhry · 7 years ago
  3. 11496ac Fix google-build-using-namespace warnings in rs. by Chih-Hung Hsieh · 8 years ago
  4. 0ca7cba Refactor hal loading by Jason Sams · 9 years ago
  5. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  6. 61656a7 Cleanup type offsets which cannot be calculated for flexible YUV. by Jason Sams · 11 years ago
  7. 709a097 Separate CPU driver impl from reference driver. by Jason Sams · 12 years ago
  8. 414a461 Attempt to create libRSDriver as shared library. by Stephen Hines · 12 years ago
  9. 61a4bb7 Cleanup pointer access in adapter and font. by Jason Sams · 12 years ago
  10. e3150cf Plumb context through for serialization. by Jason Sams · 12 years ago
  11. 4edf030 More header untangling. by Alex Sakhartchouk · 12 years ago
  12. 653b53e Removing GL calls from librs by Alex Sakhartchouk · 12 years ago
  13. ef7a3b3 Merge "Now utilizing ability to bind constants. Fixing small copy/paste typo." into graphics-dev by Alex Sakhartchouk · 12 years ago
  14. da042e7 Merge "Adding ability to bind constants to shaders." into graphics-dev by Alex Sakhartchouk · 12 years ago
  15. 8e6bde7 Now utilizing ability to bind constants. Fixing small copy/paste typo. by Alex Sakhartchouk · 12 years ago
  16. a720a14 Adding ability to bind constants to shaders. by Alex Sakhartchouk · 12 years ago
  17. 03f1910 resolved conflicts for merge of 08289f55 to graphics-dev by Steve Block · 12 years ago
  18. af12ac6 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 12 years ago
  19. 8310d96 am 50445568: Merge "Fixing FBO font rendering bug that resulted from using old surface size." by Alex Sakhartchouk · 13 years ago
  20. a74a8f6 Fixing FBO font rendering bug that resulted from using old surface size. by Alex Sakhartchouk · 13 years ago
  21. 9e0afb5 Path rendering by Jason Sams · 13 years ago
  22. 2382aba Add RS watchdog. by Jason Sams · 13 years ago
  23. c19ff01 rsLib cleanup by Alex Sakhartchouk · 13 years ago
  24. a04e30d Moving renderscript GL code into the HAL by Alex Sakhartchouk · 13 years ago
  25. 87fe59a Create runtime stubs for compute driver. by Jason Sams · 13 years ago
  26. 7d9c5ff First draft of fbo in renderscript. Updating samples and benchmark by Alex Sakhartchouk · 13 years ago
  27. cdfdb8f Migrate thread launch to driver. by Jason Sams · 13 years ago
  28. 6a12181 Almost all warnings are now errors in RS build. by Stephen Hines · 13 years ago
  29. 8be47c7 Clean up Allocation buffer object api. by Jason Sams · 13 years ago
  30. b7e83bd Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers. by Jason Sams · 13 years ago
  31. 6070925 Create holder inner class for pushing context state. 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. 54929cc Moving attrib creation to Mesh. Adding arrays as shader inputs. by Alex Sakhartchouk · 14 years ago
  34. 6bfc1b9 Add code to mark functions rather than whole files as threadable. by Jason Sams · 14 years ago
  35. 09c6735 Adding text metrics to renderscript. by Alex Sakhartchouk · 14 years ago
  36. 889fe50 fixing bugs 3053960, 3044804, 3044798 by Alex Sakhartchouk · 14 years ago
  37. 605048a Add object validity checking. by Jason Sams · 14 years ago
  38. 886f11a More robust attribute binding by Alex Sakhartchouk · 14 years ago
  39. 383e5b1 Adding support for all allowed textures. by Alex Sakhartchouk · 14 years ago
  40. 5192f45 Remove ACC and other legacy bits from RS. by Jason Sams · 14 years ago
  41. 95333f9 Added frustum plane extraction and sphere culling code. by Alex Sakhartchouk · 14 years ago
  42. ba4aa5c Adding bounding box computation. by Alex Sakhartchouk · 14 years ago
  43. 6445e52 Support constant and varying colors in ProgramFragment. by Jason Sams · 14 years ago
  44. 9fc9f03 Added ability to set font color. by Alex Sakhartchouk · 14 years ago
  45. 7349547 Cleanup of signed/unsigned Make all functions overloadable. by Jason Sams · 14 years ago
  46. a490f10 Fix 2877497: export rsgProgramVertexLoadProjectionMatrix() by Jim Miller · 14 years ago
  47. 17d72e8 Cleanup pass on the mesh api change. by Alex Sakhartchouk · 14 years ago
  48. 4e9a7a8 Start of mesh API cleanup. by Alex Sakhartchouk · 14 years ago
  49. d3e0ad4 Adding freetype font rendering to renderscript. by Alex Sakhartchouk · 14 years ago
  50. 976846c Fountain example cleanup. by Jason Sams · 14 years ago
  51. bdb0460 Remove legacy drawing functions. Skip element names starting with '#' by Jason Sams · 14 years ago
  52. 8c88090 Remove InvokeData and add ContextFinish to generate a sync point. by Jason Sams · 14 years ago
  53. 79f52df Remove RS_KIND from vertex arrays types. by Jason Sams · 14 years ago
  54. 66070bf Remove noise functions and update images processing to use new rs namespace names. by Jason Sams · 14 years ago
  55. 22fa371 Begin naming cleanup for renderscript runtime. by Jason Sams · 14 years ago
  56. aeb094b Split ScriptC Lib into CL, GL, and basic. by Jason Sams · 14 years ago