1. 7446716 use mapRectScaleTranslate for common case in clipRect by reed · 8 years ago
  2. d92b419 Hide GrDrawVerticesBatch::Geometry and rename to Mesh by bsalomon · 8 years ago
  3. 0432dd6 Even more hiding of Geometry structs in GrBatch subclasses. by bsalomon · 8 years ago
  4. 47df89e speed up maprect for scale+trans case by reed · 8 years ago
  5. df4f47b Revert of Better encapsulate oval/rrect batchs. (patchset #4 id:60001 of https://codereview.chromium.org/2104423003/ ) by benjaminwagner · 8 years ago
  6. f170309 Hide more GrBatch Geometry structs. by bsalomon · 8 years ago
  7. 7f06c69 Better encapsulate oval/rrect batchs. by bsalomon · 8 years ago
  8. fc5b70a Revert of Better encapsulate oval/rrect batchs. (patchset #3 id:40001 of https://codereview.chromium.org/2104423003/ ) by benjaminwagner · 8 years ago
  9. 2d1afab add SK_SUPPORT_PRECHECK_CLIPRECT experiment for clipRect by reed · 8 years ago
  10. 5fd209e Better encapsulate oval/rrect batchs. by bsalomon · 8 years ago
  11. 3cf2e20 fix asan bug triggered by pathops fuzz tests by caryclark · 8 years ago
  12. 27fe1f8 Move dump of batches to be after the forwardCombine call in prepareBatches by robertphillips · 8 years ago
  13. aa7ceb6 fix another pathops fuzz bug by caryclark · 8 years ago
  14. 343382e fix fuzz test that exceeds numeric limit by caryclark · 8 years ago
  15. 2633e62 SkPDF: always assume SkStreamAsset behaves as specified by halcanary · 8 years ago
  16. 44fbc79 Dump batch bounds and scissor rect by robertphillips · 8 years ago
  17. 29ed2ae SkPDF: SkPDFStream takes only SkStreamAsset by halcanary · 8 years ago
  18. b8d6af1 Remove unnecessary includes in src/pdf/ by martina.kollarova · 8 years ago
  19. 26726d1 Spruce up batch info printouts by robertphillips · 8 years ago
  20. b4f254e Changes to Lua gradient scraping by fmenozzi · 8 years ago
  21. d66110f Fix vulkan onGetWritePixelsInfo by egdaniel · 8 years ago
  22. 0a0f67e Make lines a special case in GrShape by bsalomon · 8 years ago
  23. 635df95 Revert of Make lines a special case in GrShape (patchset #5 id:120001 of https://codereview.chromium.org/2108523002/ ) by bsalomon · 8 years ago
  24. c31bb87 Tighten up masking of colorType & alphaType in SkImageInfo serialization (for fuzzer bug) by robertphillips · 8 years ago
  25. c62318c Make lines a special case in GrShape by bsalomon · 8 years ago
  26. 3f0753d fix fuzz bugs by caryclark · 8 years ago
  27. 74139f1 Address two fuzzer bugs: by robertphillips · 8 years ago
  28. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  29. 085cad4 Move SkColorSpace ICC parsing/writing code to its own file by msarett · 8 years ago
  30. 0a8f40c remove SK_SUPPORT_LEGACY_COLORPROFILETYPE dead-code by reed · 8 years ago
  31. 7070a3c Fix mask applied to SkPath::fFillType in readFromMemory to fix fuzzer bug by robertphillips · 8 years ago
  32. 88e8aef Fix Vulkan readPixels by egdaniel · 8 years ago
  33. 523a239 Check PremulType during GrGradientEffect::onIsEqual by csmartdalton · 8 years ago
  34. 4583ec5 Add support for draws in vulkan read and write pixels by egdaniel · 8 years ago
  35. 6a16fd3 Fix Perlin noise fuzz issue by robertphillips · 8 years ago
  36. 5354e4a Address ASAN fuzzer complaint by robertphillips · 8 years ago
  37. 12c4fc2 SkLightingShader normal vector CPU computation refactor. by dvonbeck · 8 years ago
  38. 8bad3ac Fix up flags to SkGpuBlurUtils::GaussianBlur by robertphillips · 8 years ago
  39. db7979a Fix inverse test for GrDFAAPR::onCanDrawPath by bsalomon · 8 years ago
  40. 728b0f7 Use a union inside GrShape to hold geometry by bsalomon · 8 years ago
  41. 2c80711 Revert of Refactoring of CPU NormalMap handling out into its own class (patchset #13 id:240001 of https://codereview.chromium.org/2050773002/ ) by dvonbeck · 8 years ago
  42. c411f2d Add a GL cap for instanced rendering to floating point by csmartdalton · 8 years ago
  43. 790a701 SkLightingShader normal vector CPU computation refactor. by dvonbeck · 8 years ago
  44. b85e63d Make sure path computed from stroke-rec application using GrStyle is volatile. by bsalomon · 8 years ago
  45. ee43241 Remove style application from GrPathRenderer subclasses by bsalomon · 8 years ago
  46. b05df0f Fix check for maxVertexAttributes in GrVkPipeline by egdaniel · 8 years ago
  47. 81700f6 remove DownSample imagefilter was just created early on as a test filter by reed · 8 years ago
  48. a84d660 remove experimental treat-skcolor-as-srgb flag by reed · 8 years ago
  49. f8c2be3 Add Sleep on windows GrVkGpu dtor to avoid fence bug by egdaniel · 8 years ago
  50. 3be72b0 Add documention on SkBlitter for runs, and small cleanups. by herb · 8 years ago
  51. a4535a3 GrColor4f is yet another 4f color type, unfortunately. by brianosman · 8 years ago
  52. e2cddc5 Fix incorrect swizzle on BGRA platforms in filterColor4f path by brianosman · 8 years ago
  53. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  54. c2fde8b Remove unnecessary srcAccessMask for preinitialized images in vulkan by egdaniel · 8 years ago
  55. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago
  56. e074d1f Change SkColor4f to RGBA channel order by brianosman · 8 years ago
  57. 0f83e01 Add support for 3D colorLUTs to SkColorXform by msarett · 8 years ago
  58. ee41b75 SkPDF: alloc less memory for strings by halcanary · 8 years ago
  59. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  60. b593a76 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  61. 425c27f Add some more getters to GrShape. by bsalomon · 8 years ago
  62. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  63. ac5fcea Fix Rob's nits from https://codereview.chromium.org/2085913003 by bsalomon · 8 years ago
  64. f7817aa Fix vulkan clears by egdaniel · 8 years ago
  65. a4817af Canonicalize path fill types for stroked paths in GrShape. by bsalomon · 8 years ago
  66. ff723af Fix bug in filterSpan4f - read the source, rather than the dest by brianosman · 8 years ago
  67. 4d1dd66 Add stub for avx. by herb · 8 years ago
  68. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  69. 37feccb Revert of Support GL_SAMPLES queries in null contexts (patchset #4 id:60001 of https://codereview.chromium.org/2085043002/ ) by brianosman · 8 years ago
  70. 9bba215 Do loads and math in parallel in SkColorXform_opts by msarett · 8 years ago
  71. b390676 Use a table-based implementation of SkDefaultXform by msarett · 8 years ago
  72. 57e9853 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  73. 632d004 Add guards around access to font cache global fields. by herb · 8 years ago
  74. 1d20258 Tab -> spaces by brianosman · 8 years ago
  75. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 8 years ago
  76. 05dceab Use single alloc for vulkan optimal image heaps to fix memory crash by egdaniel · 8 years ago
  77. 6efeda4 Revert of Store mipmap levels in deferred texture image (patchset #15 id:280001 of https://codereview.chromium.org/2034933003/ ) by brianosman · 8 years ago
  78. e6865a0 Revert of Support GL_SAMPLES queries in null contexts (patchset #2 id:20001 of https://codereview.chromium.org/2085043002/ ) by brianosman · 8 years ago
  79. 64b92a5 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  80. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  81. 7e5e594 Never use CPU-built mips for Gray_8. by brianosman · 8 years ago
  82. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  83. 497e9e2 Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  84. 93f66bc Apply canonicalizations to path GrShapes. by bsalomon · 8 years ago
  85. 9b972c4 Support texel and draw-indirect buffers in null GL contexts by csmartdalton · 8 years ago
  86. 1b28c1a Some simplifications of GrShape reductions/canonicalizations by bsalomon · 8 years ago
  87. d7ec12e assert that non-empty clips have non-empty bounds by reed · 8 years ago
  88. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  89. 0ed0575 Sanitize parsing of color look-up table by msarett · 8 years ago
  90. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  91. 452ba88 Revert of Integers can now be passed as uniforms (patchset #1 id:1 of https://codereview.chromium.org/2076143003/ ) by brianosman · 8 years ago
  92. 875e13c Simplify mask/clip intersection, making sure to explicitly check for an empty mask. by mtklein · 8 years ago
  93. cc3a22b Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  94. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  95. 3e31812 Quick bandaid for chromium:611002. by mtklein · 8 years ago
  96. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  97. e75cdcb SkPDF: Use type 2/3 shading for gradient shaders by cabanier · 8 years ago
  98. 64f061a port SkColorXform_opts to Sk4f by mtklein · 8 years ago
  99. 960b2d6 remove colorprofiletype from imageinfo by reed · 8 years ago
  100. 7d2f607 Don't try to set gamma treatment if texture creation fails. by brianosman · 8 years ago