1. d2b6d64 Minor change to Ganesh path renderers by robertphillips · 8 years ago
  2. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  3. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  4. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  5. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  6. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  7. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  8. e499adf Use dFdx in Vulkan to address distance field issues. by jvanverth · 8 years ago
  9. c526da9 SkLS now accepting nullptr for diffuse shader and normal source, now accurately handling alpha by dvonbeck · 8 years ago
  10. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  11. c1be9bc Add GrVkRecycledResource subclass by egdaniel · 8 years ago
  12. 35a98c7 Add integer array uniforms to GL and Vulkan by fmenozzi · 8 years ago
  13. 487f8d3 Consolidate special case shape transformation logic in GrShapeTest. by bsalomon · 8 years ago
  14. e51c356 pre-land special methods on device by reed · 8 years ago
  15. ecbc15d Minor cleanup of GrStencilAndCoverTextContext by robertphillips · 8 years ago
  16. 49b264c Create DCs rather than textures in GrConfigConversionEffect by bsalomon · 8 years ago
  17. 916e02a Start from DC rather than texture in GrTexutreParamsAdjuster copy code. by bsalomon · 8 years ago
  18. c4459f6 Fix debugging code for tracing texture creation by brianosman · 8 years ago
  19. e34f17d Make SkFont a bit more useable by robertphillips · 8 years ago
  20. b117ff1 Convert readSurfacePixels to use a draw context instead of a texture by bsalomon · 8 years ago
  21. 23c4f1a Fix GrGLInterface::validate() to check for GL_OES_sample_shading on ES contexts by bsalomon · 8 years ago
  22. 7890b89 Remove guards in GrGLInterface::validate() for functions that Chromium used to not provide. by bsalomon · 8 years ago
  23. 640789d Push GrPipelineBuilder down to the drawBatch calls in the TextContext by robertphillips · 8 years ago
  24. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  25. 6451a0c Add makeSpecial calls to SkGpuDevice by robertphillips · 8 years ago
  26. 0ae36a2 In GrShape detect that stroked axis-aligned lines are rrects. by bsalomon · 8 years ago
  27. 7ac5da8 Dont allocate a new image which already has mip levels, when regenerating vulkan mipmaps by egdaniel · 8 years ago
  28. 04d6218 Add copy (when needed) to SkGpuDevice::asSpecial by robertphillips · 8 years ago
  29. 1b5f968 Add SkGpuDevice::asSpecial entry point by robertphillips · 8 years ago
  30. 4280366 Add getColorSpace to GrTextureProducer by brianosman · 8 years ago
  31. 970587b Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter by robertphillips · 8 years ago
  32. 1433c67 Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef by bsalomon · 8 years ago
  33. 67c6c8e Fix leak when DFPR fails to draw path by bsalomon · 8 years ago
  34. abda35d GrBufferAllocPool: use _throw calloc() if unchecked. by mtklein · 8 years ago
  35. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  36. 6d6b6ad Make GrBatchAtlas robust against attempts to add large rects. by bsalomon · 8 years ago
  37. 50ead53 Update RT views and framebuffer in vulkan after mipmaping by egdaniel · 8 years ago
  38. 990dbc8 Add Texture2D and Sampler GrSLTypes by egdaniel · 8 years ago
  39. 9f01276 move GrPixelRef headers to private (as we work to eliminate them) by reed · 8 years ago
  40. 97f6cd5 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  41. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  42. e92badc Revert of SkSL performance improvements (patchset #6 id:140001 of https://codereview.chromium.org/2131223002/ ) by msarett · 8 years ago
  43. 99f942e Fix vertex count estimate in GrTessellator. by senorblanco · 8 years ago
  44. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 8 years ago
  45. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  46. 0e1161d Never allow dither for non-legacy (sRGB or F16) targets. by brianosman · 8 years ago
  47. dd57dd7 Fix various issues with instanced rendering precision by csmartdalton · 8 years ago
  48. 0caee17 Replace switch statements in instanced vertex shaders by csmartdalton · 8 years ago
  49. b3772dc Fix GL shader sources getting truncated by ADB log by csmartdalton · 8 years ago
  50. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  51. 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
  52. 86de59f Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  53. 9fd67a1 SkSL performance improvements (plus a couple of minor warning fixes) by ethannicholas · 8 years ago
  54. 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
  55. 7969838 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  56. c90bc40 Simplify GrDefaultPathRenderer a tiny bit by robertphillips · 8 years ago
  57. 8e37530 Simplify MSAA path renderer by robertphillips · 8 years ago
  58. 3ab14ca Fix misplaced guard by robertphillips · 8 years ago
  59. 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  60. 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
  61. e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  62. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  63. 8e9e45a Revert change of bounds computation in MSAA path renderer. by bsalomon · 8 years ago
  64. bd2bbe4 Don't scissor draws overlapping the render target's edges by bsalomon · 8 years ago
  65. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  66. 86dc226 Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 8 years ago
  67. 4b4a7cc Reland of Better encapsulate oval/rrect batchs. (patchset #1 id:1 of https://codereview.chromium.org/2121313004/ ) by bsalomon · 8 years ago
  68. 00ee2a8 Make all parameters reqiured to GrReducedClip::ReduceClipStack by bsalomon · 8 years ago
  69. c79fc33 Revert of Better encapsulate oval/rrect batchs. (patchset #5 id:80001 of https://codereview.chromium.org/2104423003/ ) by hush · 8 years ago
  70. 180500e Revert of Use sRGB pixel config for ARGB masks (color emoji) (patchset #1 id:1 of https://codereview.chromium.org/2129913004/ ) by brianosman · 8 years ago
  71. 920af9f Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 8 years ago
  72. 27bb284 Check granularity in render pass bounds by egdaniel · 8 years ago
  73. db37909 Add offsets to GrVkBuffer. by jvanverth · 8 years ago
  74. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  75. d5f6e9a Only check resource tracking on program shutdown, not context shutdown by jvanverth · 8 years ago
  76. 6e46eea Fix vulkan compile by egdaniel · 8 years ago
  77. 75d2bfc Correctly handle mat2x2 in Vulkan by egdaniel · 8 years ago
  78. 11bf8b2 Better encapsulate oval/rrect batchs. by bsalomon · 8 years ago
  79. 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
  80. 82356cc Pull out freelist allocation from GrVkSubHeap by jvanverth · 8 years ago
  81. 28ef396 Hide NonAAStrokeRectBatch Geometry class and cleanup class. by bsalomon · 8 years ago
  82. 7e8cc21 Fix bounds computation for non-aa hairlines when snapping to pixel centers by egdaniel · 8 years ago
  83. 47e3dba Deleting void pointers is bad, mmmkay? by jvanverth · 8 years ago
  84. 8b7a9e1 Hide geometry class in AAStrokeRectBatch and remove unused Append function. by bsalomon · 8 years ago
  85. 069c464 Vulkan fixes for TesselatingPathRenderer test by jvanverth · 8 years ago
  86. 5c4a381 Grow descriptor pools by 1.5 by egdaniel · 8 years ago
  87. ca9eeab Fixed crash when RunInSeriesFP's color input is nil by dvonbeck · 8 years ago
  88. a7d85ba Add gm that tests shaded stroked rectangles. by bsalomon · 8 years ago
  89. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  90. 01a1950 Move GrNonAAFillRectPerspectiveBatch to its own file by robertphillips · 8 years ago
  91. afd6340 Check fIgnoresCoverage in GrPipeline::AreEqual by csmartdalton · 8 years ago
  92. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 8 years ago
  93. d5fd2ff Compile Vulkan when building for the Android framework. by djsollen · 8 years ago
  94. 2f5792a Fix vulkan image sampling by egdaniel · 8 years ago
  95. 4be9a30 Increase batching for AA fill rects. by bsalomon · 8 years ago
  96. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  97. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  98. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  99. d87a6b2 Revert of Increase batching for AA fill rects. (patchset #4 id:60001 of https://codereview.chromium.org/2116823002/ ) by benjaminwagner · 8 years ago
  100. e525eca Increase batching for AA fill rects. by bsalomon · 8 years ago