1. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 10 years ago
  2. dad7794 Split command holding object (GrTargetCommands) out of GrInOrderDrawBuffer by robertphillips · 10 years ago
  3. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 10 years ago
  4. 642429e Some small code tidying by joshualitt · 10 years ago
  5. 44701df Move clip off of draw target by joshualitt · 10 years ago
  6. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  7. 54fac8b Minor refactoring by robertphillips · 10 years ago
  8. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  9. 8072caa A simple change to move a bunch of stuff out of Gr*Geometry.h by joshualitt · 10 years ago
  10. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  11. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  12. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  13. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  14. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  15. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  16. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  17. 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
  18. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  19. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  20. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  21. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  22. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  23. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  24. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  25. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  26. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  27. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  28. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  29. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  30. 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
  31. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  32. 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
  33. 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
  34. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  35. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  36. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  37. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  38. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  39. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  40. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  41. 9853cce Drawstate on stack by joshualitt · 10 years ago
  42. 5478d42 Push creation of default GP to the caller by joshualitt · 10 years ago
  43. 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
  44. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  45. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  46. 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
  47. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  48. a702415 Temporary fix to remove drawrect call from GpuGL by joshualitt · 10 years ago
  49. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  50. a393127 Revert of Temporary fix to remove drawrect call from GpuGL (patchset #6 id:90005 of https://codereview.chromium.org/694933002/) by joshualitt · 10 years ago
  51. d4a5c20 Temporary fix to remove drawrect call from GpuGL by joshualitt · 10 years ago
  52. 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
  53. 3bdd7dc small fix for cache clear by joshualitt · 10 years ago
  54. 329bf48 BUG=skia: by joshualitt · 10 years ago
  55. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  56. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  57. 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
  58. 6517134 gl programs rewrite by joshualitt · 10 years ago
  59. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  60. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  61. 89af44a Split GrDrawState and GrOptDrawState into separate classes and remove base class. by egdaniel · 10 years ago
  62. 2a9ca78 Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms. by bsalomon · 10 years ago
  63. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  64. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  65. db1f156 Make comment ASCII in GrDrawTarget.h by bsalomon · 10 years ago
  66. 62c447d Add an opaqueness hint to GrDrawState. by bsalomon · 10 years ago
  67. 6d7f5fa Enable gpu Debug markers if tracing category skia.gpu is enabled by egdaniel · 10 years ago
  68. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  69. b414f25 Remove support in the gpu to use hardware AA lines. Current code paths could not reach this code and thus was never used. by egdaniel · 10 years ago
  70. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  71. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  72. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  73. 3eee383 Modify gpu debug markers to store gpu device markers when a flush occurs. by egdaniel · 10 years ago
  74. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  75. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  76. ecc4536 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 10 years ago
  77. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  78. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  79. db35dab Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  80. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 10 years ago
  81. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 10 years ago
  82. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  83. e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
  84. 1b20a10 Revert "Do not apply hairline optimization for paths if nv_path_rendering is used" by bsalomon@google.com · 11 years ago
  85. 44fb865 Do not apply hairline optimization for paths if nv_path_rendering is used by commit-bot@chromium.org · 11 years ago
  86. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  87. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  88. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  89. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  90. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  91. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  92. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  93. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  94. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  95. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  96. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  97. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  98. a8916ff Change Atlas recycling to track current flush count and recycle if Atlas not used in current flush. by commit-bot@chromium.org · 11 years ago
  99. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  100. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago