1. 7ed98df Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  2. 4e5559a Allow specifying the max texture count on the bots by robertphillips@google.com · 11 years ago
  3. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  4. 235ef3d Remove GR_STATIC_RECT_VB by robertphillips@google.com · 12 years ago
  5. 6438695 Revert 7625 until after M26 due to a mix of perf changes. by bsalomon@google.com · 12 years ago
  6. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
  7. 82b0ec6 Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable. by bsalomon@google.com · 12 years ago
  8. 5b25a8d Remove GR_DUMP_TEXTURE_UPLOADS by bsalomon@google.com · 12 years ago
  9. 51ac7e6 Remove GR_AGGRESSIVE_SHADER_OPTS build option. by bsalomon@google.com · 12 years ago
  10. 1c7c01a Remove GR_STATIC_RECT_VB Review URL: https://codereview.appspot.com/7304055 by bsalomon@google.com · 12 years ago
  11. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  12. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  13. 42041e6 Allow default texture cache limit to be set within gyp. by djsollen@google.com · 12 years ago
  14. 1d4edd3 Make all GrContext draws go through the draw buffer. by bsalomon@google.com · 12 years ago
  15. 36645d2 Remove old and GL-specific defines from GrUserConfig.h comments by bsalomon@google.com · 13 years ago
  16. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrUserConfig.h]
  17. 96e96df When we're not using the NULL buffer data hint update with glBufferData rather than glBufferSubData. by bsalomon@google.com · 13 years ago
  18. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  19. 8895a7a Reduce glGets for stencil bits. by bsalomon@google.com · 14 years ago
  20. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 14 years ago
  21. 1c13c96 Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer both GrBufferAllocPool to manage reserved and set-to-array vertex and index data. by bsalomon@google.com · 14 years ago
  22. d16983b Make aggressive shader opts an option in GrUserConfig.h. Currently just controls whether color=white optimization is applied (eliminates reading color varying and modulation by color). This was already a compile time option just not exposed through user config. by bsalomon@google.com · 14 years ago
  23. 4333323 Make enabling static rect VB configurable by user config file. by bsalomon@google.com · 14 years ago
  24. 42ab7ea Cleanup including of GL headers and provide way to include custom headers, extension getter. by bsalomon@google.com · 14 years ago
  25. 117cc39 document new (temporary) build flags by reed@google.com · 14 years ago
  26. ed3a068 Fix BGRA on ES Issue 109. by bsalomon@google.com · 14 years ago
  27. 2fbc7fa Make SampleApp build on Win32 (still requires glew, this needs to be fixed) by bsalomon@google.com · 14 years ago
  28. e9557f9 Fix bug where createTexture may bind a texture to GL without ever updating fHWState.fTexture (when texture is not bound to FBO). by bsalomon@google.com · 14 years ago
  29. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago