1. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  2. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  3. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  4. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  5. f1c6cd7 Rename WorseCaseSize to WorstCasSize by robertphillips · 8 years ago
  6. 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
  7. 7f0d9f3 Attempt to throw away rrect clips of rrects. by bsalomon · 8 years ago
  8. d211e78 Convert GrAppliedClip interface to builder style by csmartdalton · 8 years ago
  9. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
  10. 198ca42 Inline fast path for GrPaint::isConstantBlendedColor when no color FPs and src-over blend. by bsalomon · 8 years ago
  11. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  12. 3d96cb8 Default GR_GL_FUNCTION_TYPE to __stdcall on Windows. by mtklein · 8 years ago
  13. 9bc1187 Include EXT_window_rectangles API by csmartdalton · 8 years ago
  14. 77f2fae Encapsulate GrReducedClip result in class members by csmartdalton · 8 years ago
  15. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  16. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  17. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  18. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  19. 02aed95 Revert of GrFP can express distance vector field req., program builder declares variable for it (patchset #20 id:370001 of https://codereview.chromium.org/2114993002/ ) by mtklein · 8 years ago
  20. 4c18b62 Add ES 3.0 fallback for instanced rendering by csmartdalton · 8 years ago
  21. 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  22. 1e87618 Remove GrContext::applyGamma by robertphillips · 8 years ago
  23. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  24. 34ee0c9 Fix GrDrawContextPriv::stencilRect by csmartdalton · 8 years ago
  25. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  26. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  27. 735109c Add gyp define to enable vulkan debug layers by egdaniel · 8 years ago
  28. 9f97882 Simplify color space xform storage and usage (float[] vs. SkMatrix44) by brianosman · 8 years ago
  29. d1bdd1f Use Windowing system-specific WindowContext factories. by bsalomon · 8 years ago
  30. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  31. 9dc935f Remove all usage of SkSurfaceProps::isGammaCorrect() by brianosman · 8 years ago
  32. 8c523e0 Move prepareForExternalIO from GrRenderTarget to GrDrawContext by robertphillips · 8 years ago
  33. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  34. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  35. cbecb08 Allow GrReducedClip to take non-integer query bounds by csmartdalton · 8 years ago
  36. bb24383 Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ ) by bsalomon · 8 years ago
  37. 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
  38. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  39. 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
  40. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  41. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  42. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  43. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  44. c526da9 SkLS now accepting nullptr for diffuse shader and normal source, now accurately handling alpha by dvonbeck · 8 years ago
  45. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  46. cfc79fe Added premulFourChannelColor to GrInvariantOutput by dvonbeck · 8 years ago
  47. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  48. 990dbc8 Add Texture2D and Sampler GrSLTypes by egdaniel · 8 years ago
  49. 9f01276 move GrPixelRef headers to private (as we work to eliminate them) by reed · 8 years ago
  50. 97f6cd5 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  51. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  52. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 8 years ago
  53. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  54. ba3880f Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 8 years ago
  55. 86de59f Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  56. aeadcdf Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 8 years ago
  57. 7969838 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  58. 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  59. 9a4cfa8 Revert of Add choke point for modifying non-AA rect draws (e.g., applying clipping) (patchset #6 id:100001 of https://codereview.chromium.org/2125333002/ ) by robertphillips · 8 years ago
  60. e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  61. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  62. bd2bbe4 Don't scissor draws overlapping the render target's edges by bsalomon · 8 years ago
  63. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  64. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  65. 01a1950 Move GrNonAAFillRectPerspectiveBatch to its own file by robertphillips · 8 years ago
  66. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  67. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  68. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  69. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  70. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  71. c411f2d Add a GL cap for instanced rendering to floating point by csmartdalton · 8 years ago
  72. a4535a3 GrColor4f is yet another 4f color type, unfortunately. by brianosman · 8 years ago
  73. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  74. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  75. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  76. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  77. fe19987 Better (?) interface for controlling sRGB-ness of mipmaps on GrTexture by brianosman · 8 years ago
  78. 2b5f2cb Move multisampleDisableSupport into GrCaps by csmartdalton · 8 years ago
  79. 739bbb2 Fix glDraw*Indirect prototypes by csmartdalton · 8 years ago
  80. 9a3fbf7 Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  81. e239547 Revert of Add control of manual mipmapping to GrContextOptions (patchset #2 id:20001 of https://codereview.chromium.org/2054623003/ ) by mtklein · 8 years ago
  82. 97e398d Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  83. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  84. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  85. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  86. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  87. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  88. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  89. 1897cfd Abandon offset support with texel buffers by csmartdalton · 8 years ago
  90. 5cebf8c Support ARB extensions for indirect drawing by csmartdalton · 8 years ago
  91. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 8 years ago
  92. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  93. a167e74 Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead. by brianosman · 8 years ago
  94. 1d15596 Add Xlib support to viewer by jvanverth · 8 years ago
  95. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  96. 82ec6e5 Retract GrRenderTarget from GLProgramsTest by robertphillips · 8 years ago
  97. 5f2fa47 Make GrAppliedClip friendless by robertphillips · 8 years ago
  98. 7888f78 Set the "mutable format" bit on sRGB images at creation time. by brianosman · 8 years ago
  99. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  100. 071457b Add isUnifiedMultisampled entry point to GrDrawContext by robertphillips · 8 years ago