1. 990dbc8 Add Texture2D and Sampler GrSLTypes by egdaniel · 8 years ago
  2. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  3. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  4. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  5. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  6. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  7. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 8 years ago
  8. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  9. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  10. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  11. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  12. 5f2d8e2 Add sampler precision to GrTextureAccess by cdalton · 8 years ago
  13. 8d988b3 Add support for 2x2 matrices by cdalton · 9 years ago
  14. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  15. d106c2c Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) by jvanverth · 9 years ago
  16. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  17. bf521ff Move SkTArray to include/private. by bungeman · 9 years ago
  18. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  19. 793dc26 Improve GLSL integer support by cdalton · 9 years ago
  20. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 9 years ago
  21. 3a2caf8 Improve GLSL integer support by cdalton · 9 years ago
  22. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  23. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  24. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  25. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  26. fa89632 Move some program building utils from GL to GLSL by egdaniel · 9 years ago
  27. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  28. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  29. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  30. 17aa047 More framework support for TransferBuffers by jvanverth · 9 years ago
  31. bc7d235 Take care fall-through case of switch in skia by tzik · 9 years ago
  32. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  33. 0315dbc Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ ) by bsalomon · 9 years ago
  34. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  35. 682c269 Store context options on caps. by bsalomon · 9 years ago
  36. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  37. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  38. 7d022d6 add option to supress prints on context by joshualitt · 9 years ago
  39. ee71044 Revert of add option to supress prints on context (patchset #5 id:80001 of https://codereview.chromium.org/1128903008/) by joshualitt · 9 years ago
  40. 5566133 add option to supress prints on context by joshualitt · 9 years ago
  41. 6f7f201 Move GrAutoLocaleSetter to new file and fix issue with null locale by bsalomon · 9 years ago
  42. 95a4fe3 always reset locale (not just in debug). by Brian Salomon · 9 years ago
  43. f33a8bf fix ios build wrt locale? by Brian Salomon · 9 years ago
  44. 3318ee7 Use C locale for numerics when emitting shaders. by bsalomon · 9 years ago
  45. 5a105ff Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  46. e4ef1ca Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/) by reed · 10 years ago
  47. 059034d Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  48. e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
  49. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  50. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  51. c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
  52. 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
  53. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  54. 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 10 years ago
  55. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  56. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  57. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  58. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  59. 06acb58 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. cabf4b2 Unify edge type enums across GrEffect subclasses that clip rendering to a geometry. by commit-bot@chromium.org · 11 years ago
  61. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  62. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 11 years ago
  63. a6c63a9 Fix another clang warning/error by robertphillips@google.com · 11 years ago
  64. 86b5e29 Patches for r8468 build errors. Unreviewed. by jvanverth@google.com · 11 years ago
  65. 054ae99 Take two for r8466: by jvanverth@google.com · 11 years ago
  66. c7bf296 Rolling back r8466. by jvanverth@google.com · 11 years ago
  67. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  68. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 11 years ago
  69. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 11 years ago