1. b4021cf Don't call finish on GrDrawTarget if we drew no batches by egdaniel · 8 years ago
  2. 34ee0c9 Fix GrDrawContextPriv::stencilRect by csmartdalton · 8 years ago
  3. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  4. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  5. 735109c Add gyp define to enable vulkan debug layers by egdaniel · 8 years ago
  6. 9f97882 Simplify color space xform storage and usage (float[] vs. SkMatrix44) by brianosman · 8 years ago
  7. fc49d56 Implement coverage AA for skewed rects with local coords by csmartdalton · 8 years ago
  8. d1bdd1f Use Windowing system-specific WindowContext factories. by bsalomon · 8 years ago
  9. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  10. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  11. efded51 Always supply a color space (sRGB for now) with F16 by brianosman · 8 years ago
  12. 8c523e0 Move prepareForExternalIO from GrRenderTarget to GrDrawContext by robertphillips · 8 years ago
  13. 707bbd6 Reuse sampler descriptor set allocations in Vulkan by egdaniel · 8 years ago
  14. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  15. d598f79 SkSL performance improvements (plus a couple of minor warning fixes) by ethannicholas · 8 years ago
  16. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  17. 2c9e200 remove fClipStack and attach/deattach-from-canvas by reed · 8 years ago
  18. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  19. 0e72e9e Remove asserts on scissor size in Vulkan by egdaniel · 8 years ago
  20. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  21. 4c6e47a Recycle small uniform buffers. by jvanverth · 8 years ago
  22. 500bb3e Connect dst color space in a few places (removing TODOs) by brianosman · 8 years ago
  23. cbecb08 Allow GrReducedClip to take non-integer query bounds by csmartdalton · 8 years ago
  24. aec570e Don't ask GLX for EGL procs. by mtklein · 8 years ago
  25. bb24383 Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ ) by bsalomon · 8 years ago
  26. 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
  27. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  28. d7bae18 Reenable support for CHROMIUM_set_uniform_location by bsalomon · 8 years ago
  29. 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
  30. a95220d Setup system in Vulkan to reuse VkDescriptorSet allocations. by egdaniel · 8 years ago
  31. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  32. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  33. d2b6d64 Minor change to Ganesh path renderers by robertphillips · 8 years ago
  34. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  35. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  36. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  37. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  38. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  39. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  40. e499adf Use dFdx in Vulkan to address distance field issues. by jvanverth · 8 years ago
  41. c526da9 SkLS now accepting nullptr for diffuse shader and normal source, now accurately handling alpha by dvonbeck · 8 years ago
  42. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  43. c1be9bc Add GrVkRecycledResource subclass by egdaniel · 8 years ago
  44. 35a98c7 Add integer array uniforms to GL and Vulkan by fmenozzi · 8 years ago
  45. 487f8d3 Consolidate special case shape transformation logic in GrShapeTest. by bsalomon · 8 years ago
  46. e51c356 pre-land special methods on device by reed · 8 years ago
  47. ecbc15d Minor cleanup of GrStencilAndCoverTextContext by robertphillips · 8 years ago
  48. 49b264c Create DCs rather than textures in GrConfigConversionEffect by bsalomon · 8 years ago
  49. 916e02a Start from DC rather than texture in GrTexutreParamsAdjuster copy code. by bsalomon · 8 years ago
  50. c4459f6 Fix debugging code for tracing texture creation by brianosman · 8 years ago
  51. e34f17d Make SkFont a bit more useable by robertphillips · 8 years ago
  52. b117ff1 Convert readSurfacePixels to use a draw context instead of a texture by bsalomon · 8 years ago
  53. 23c4f1a Fix GrGLInterface::validate() to check for GL_OES_sample_shading on ES contexts by bsalomon · 8 years ago
  54. 7890b89 Remove guards in GrGLInterface::validate() for functions that Chromium used to not provide. by bsalomon · 8 years ago
  55. 640789d Push GrPipelineBuilder down to the drawBatch calls in the TextContext by robertphillips · 8 years ago
  56. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  57. 6451a0c Add makeSpecial calls to SkGpuDevice by robertphillips · 8 years ago
  58. 0ae36a2 In GrShape detect that stroked axis-aligned lines are rrects. by bsalomon · 8 years ago
  59. 7ac5da8 Dont allocate a new image which already has mip levels, when regenerating vulkan mipmaps by egdaniel · 8 years ago
  60. 04d6218 Add copy (when needed) to SkGpuDevice::asSpecial by robertphillips · 8 years ago
  61. 1b5f968 Add SkGpuDevice::asSpecial entry point by robertphillips · 8 years ago
  62. 4280366 Add getColorSpace to GrTextureProducer by brianosman · 8 years ago
  63. 970587b Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter by robertphillips · 8 years ago
  64. 1433c67 Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef by bsalomon · 8 years ago
  65. 67c6c8e Fix leak when DFPR fails to draw path by bsalomon · 8 years ago
  66. abda35d GrBufferAllocPool: use _throw calloc() if unchecked. by mtklein · 8 years ago
  67. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  68. 6d6b6ad Make GrBatchAtlas robust against attempts to add large rects. by bsalomon · 8 years ago
  69. 50ead53 Update RT views and framebuffer in vulkan after mipmaping by egdaniel · 8 years ago
  70. 990dbc8 Add Texture2D and Sampler GrSLTypes by egdaniel · 8 years ago
  71. 9f01276 move GrPixelRef headers to private (as we work to eliminate them) by reed · 8 years ago
  72. 97f6cd5 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  73. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  74. e92badc Revert of SkSL performance improvements (patchset #6 id:140001 of https://codereview.chromium.org/2131223002/ ) by msarett · 8 years ago
  75. 99f942e Fix vertex count estimate in GrTessellator. by senorblanco · 8 years ago
  76. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 8 years ago
  77. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  78. 0e1161d Never allow dither for non-legacy (sRGB or F16) targets. by brianosman · 8 years ago
  79. dd57dd7 Fix various issues with instanced rendering precision by csmartdalton · 8 years ago
  80. 0caee17 Replace switch statements in instanced vertex shaders by csmartdalton · 8 years ago
  81. b3772dc Fix GL shader sources getting truncated by ADB log by csmartdalton · 8 years ago
  82. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  83. 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
  84. 86de59f Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  85. 9fd67a1 SkSL performance improvements (plus a couple of minor warning fixes) by ethannicholas · 8 years ago
  86. 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
  87. 7969838 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  88. c90bc40 Simplify GrDefaultPathRenderer a tiny bit by robertphillips · 8 years ago
  89. 8e37530 Simplify MSAA path renderer by robertphillips · 8 years ago
  90. 3ab14ca Fix misplaced guard by robertphillips · 8 years ago
  91. 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  92. 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
  93. e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  94. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  95. 8e9e45a Revert change of bounds computation in MSAA path renderer. by bsalomon · 8 years ago
  96. bd2bbe4 Don't scissor draws overlapping the render target's edges by bsalomon · 8 years ago
  97. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  98. 86dc226 Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 8 years ago
  99. 4b4a7cc Reland of Better encapsulate oval/rrect batchs. (patchset #1 id:1 of https://codereview.chromium.org/2121313004/ ) by bsalomon · 8 years ago
  100. 00ee2a8 Make all parameters reqiured to GrReducedClip::ReduceClipStack by bsalomon · 8 years ago