1. cfc79fe Added premulFourChannelColor to GrInvariantOutput by dvonbeck · 8 years ago
  2. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  3. 990dbc8 Add Texture2D and Sampler GrSLTypes by egdaniel · 8 years ago
  4. 9f01276 move GrPixelRef headers to private (as we work to eliminate them) by reed · 8 years ago
  5. 97f6cd5 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  6. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  7. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 8 years ago
  8. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  9. 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
  10. 86de59f Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  11. 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
  12. 7969838 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  13. 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  14. 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
  15. e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  16. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  17. bd2bbe4 Don't scissor draws overlapping the render target's edges by bsalomon · 8 years ago
  18. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  19. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  20. 01a1950 Move GrNonAAFillRectPerspectiveBatch to its own file by robertphillips · 8 years ago
  21. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  22. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  23. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  24. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  25. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  26. c411f2d Add a GL cap for instanced rendering to floating point by csmartdalton · 8 years ago
  27. a4535a3 GrColor4f is yet another 4f color type, unfortunately. by brianosman · 8 years ago
  28. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  29. 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
  30. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  31. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  32. fe19987 Better (?) interface for controlling sRGB-ness of mipmaps on GrTexture by brianosman · 8 years ago
  33. 2b5f2cb Move multisampleDisableSupport into GrCaps by csmartdalton · 8 years ago
  34. 739bbb2 Fix glDraw*Indirect prototypes by csmartdalton · 8 years ago
  35. 9a3fbf7 Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  36. 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
  37. 97e398d Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  38. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  39. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  40. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  41. 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
  42. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  43. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  44. 1897cfd Abandon offset support with texel buffers by csmartdalton · 8 years ago
  45. 5cebf8c Support ARB extensions for indirect drawing by csmartdalton · 8 years ago
  46. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 8 years ago
  47. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  48. a167e74 Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead. by brianosman · 8 years ago
  49. 1d15596 Add Xlib support to viewer by jvanverth · 8 years ago
  50. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  51. 82ec6e5 Retract GrRenderTarget from GLProgramsTest by robertphillips · 8 years ago
  52. 5f2fa47 Make GrAppliedClip friendless by robertphillips · 8 years ago
  53. 7888f78 Set the "mutable format" bit on sRGB images at creation time. by brianosman · 8 years ago
  54. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  55. 071457b Add isUnifiedMultisampled entry point to GrDrawContext by robertphillips · 8 years ago
  56. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  57. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  58. e576874 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  59. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  60. 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
  61. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  62. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  63. 18a2f9d Add base class for GLTestContext and add new subclass VkTestContext. by bsalomon · 8 years ago
  64. ebf30e8 Switch GrTextureToYUVPlanes over to newDrawContext calls by robertphillips · 8 years ago
  65. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  66. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  67. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  68. a8966a8 Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of https://codereview.chromium.org/1956023002/ ) by robertphillips · 8 years ago
  69. 67a58dc Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 of https://codereview.chromium.org/1958603002/ ) by jvanverth · 8 years ago
  70. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  71. 524484b Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ ) by robertphillips · 8 years ago
  72. 56a85e6 Simplify SkGpuBlurUtils::GaussianBlur method by robertphillips · 8 years ago
  73. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  74. d215a95 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  75. 35b784d Bring back sRGB-write-control as a caps bit. by brianosman · 8 years ago
  76. 9b92ebd Remove executable bit from source code files. by benjaminwagner · 8 years ago
  77. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  78. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  79. 2af0f1b Apply setImageLayout() to all of a VkImage's subresources. by jvanverth · 8 years ago
  80. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  81. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  82. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  83. 59c12e3 remove non-static uses of SkOncePtr by mtklein · 8 years ago
  84. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  85. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 9 years ago
  86. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 9 years ago
  87. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 9 years ago
  88. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 9 years ago
  89. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 9 years ago
  90. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 9 years ago
  91. f557546 Remove some unnecessary #includes of SkImageFilter.h by senorblanco · 9 years ago
  92. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 9 years ago
  93. b0d4352 Revise WSI setup. by jvanverth · 9 years ago
  94. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 9 years ago
  95. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 9 years ago
  96. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 9 years ago
  97. d9dd428 Modernize and trim down SkOnce. by mtklein · 9 years ago
  98. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 9 years ago
  99. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 9 years ago
  100. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago