1. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  2. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  3. 50cb76b Revert of removing equality / compute invariant loops from GrGeometryProcessors (patchset #2 id:20001 of https://codereview.chromium.org/1111603004/) by joshualitt · 9 years ago
  4. ef292a0 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  5. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 9 years ago
  6. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  7. 8ed3b9a Rename DistanceFieldTextureEffect.{cpp,h} by jvanverth · 9 years ago
  8. 502286d Rename the distance field geoprocs to something more reasonable. by jvanverth · 9 years ago
  9. b4c507e Adding bulk plot reffer to cached textblobs by joshualitt · 9 years ago
  10. 3cf9863 Revert of Adding bulk plot reffer to cached textblobs (patchset #7 id:110001 of https://codereview.chromium.org/1050113004/) by joshualitt · 9 years ago
  11. 7281c61 Adding bulk plot reffer to cached textblobs by joshualitt · 9 years ago
  12. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  13. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 9 years ago
  14. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  15. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  16. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 9 years ago
  17. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 10 years ago
  18. 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
  19. 059034d Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  20. 9491f7f remove goto in Distance field path renderer by joshualitt · 10 years ago
  21. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  22. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  23. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  24. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  25. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  26. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  27. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  28. 9853cce Drawstate on stack by joshualitt · 10 years ago
  29. ada68ef Improve quality of distance field rendering by jvanverth · 10 years ago
  30. b61283f Support multiple scales for dfpaths. by jvanverth · 10 years ago
  31. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  32. 6d22eca Distance field path optimizations and clean up. by jvanverth · 10 years ago
  33. b3eb687 Set temporary paths volatile so we don't cache them. by jvanverth · 10 years ago
  34. f19657f Fix for perspective GMs and df paths. by jvanverth · 10 years ago
  35. fa38a30 Add GrAASmallPathRenderer. by jvanverth · 10 years ago