1. c6325cd remove near one check for arcs by caryclark · 9 years ago
  2. e4cee1f fix for cached textblobs look garbled by joshualitt · 9 years ago
  3. 0e9ac4a Add virtual destructor for GrDrawTargetCaps by bsalomon · 9 years ago
  4. 3211770 Add assignment op to enum bitfield ops by cdalton · 9 years ago
  5. f7cc877 Add function for logging blend info on XP. by bsalomon · 9 years ago
  6. 8e5c177 convex path renderer unit tests by joshualitt · 9 years ago
  7. 79dfb2b Add unit tests to text context by joshualitt · 9 years ago
  8. e590266 Add unit tests for stroke rects and drawVertices by joshualitt · 9 years ago
  9. 21279c7 AADistanceFieldPathRenderer unit tests by joshualitt · 9 years ago
  10. 624637c Path ops formerly found the topmost unprocessed edge and determined its angle sort order to initialize the winding. This never worked correctly with cubics and was flaky with paths consisting mostly of vertical edges. by caryclark · 9 years ago
  11. af2d56d print on unused uniforms in debug builds by joshualitt · 9 years ago
  12. 88f12db SkPictureShader: floor scaledSize not to exceed maxTextureSize by gen.kim · 9 years ago
  13. c19cdc2 Only discard for XP dstCopies if we have a coverage value. by egdaniel · 9 years ago
  14. 28eee1a Disable advance blend equations. by egdaniel · 9 years ago
  15. 7dfc27c Remove coverage multiplies when it is known to be fully opaque. by egdaniel · 9 years ago
  16. f36cca8 Remove unused SK_SUPPORT_LEGACY_ROUND_MIPMAP_LEVEL_CHOICE guard by fmalita · 9 years ago
  17. c0727d1 Trim whitespace from parsed filename in Android v21. by bungeman · 9 years ago
  18. e16dfdb Enable GrAAConvexTessellator in GrAAConvexPathRenderer by robertphillips · 9 years ago
  19. b7ed856 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/) by reed · 9 years ago
  20. 8b26b99 new image from backend desc by reed · 9 years ago
  21. a2532d9 adding rect batch unit test by joshualitt · 9 years ago
  22. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  23. 2fbd406 tesselating path renderer unit tests by joshualitt · 9 years ago
  24. 96287f7 SkPDF: detect YUV-JPEG without relying on ImageGenerator by halcanary · 9 years ago
  25. e64eb57 Iterate over instanced draws in GrGpu rather than above GrBatchTarget by bsalomon · 9 years ago
  26. 3b58d75 Initial CL to create Reorder command builder behind a flag by joshualitt · 9 years ago
  27. 4525f43 We don't use boxBlurY. by mtklein · 9 years ago
  28. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  29. 0acd0d3 adding uniqueID to GrContext by joshualitt · 9 years ago
  30. 622d3ad Adding unit tests for limited subset of DefaultPathRenderer by joshualitt · 9 years ago
  31. 797e906 Re-enable validation for glBlendBarrierKHR and glBlendEquation by cdalton · 9 years ago
  32. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  33. e0cab96 Really use SSE4 (and SSSE3) in SkBlurImage_SSE4 by mtklein · 9 years ago
  34. 0ce02c3 Place nvpr above tesselating path renderer in the chain by cdalton · 9 years ago
  35. c1e1faa use floor for mip-level choice by reed · 9 years ago
  36. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  37. e4017d8 Add layout qualifiers to GrGLShaderBuilder by cdalton · 9 years ago
  38. bc4696b SkPDF: Move utility fns to SkPDFUtils by halcanary · 9 years ago
  39. 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 9 years ago
  40. 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 9 years ago
  41. 0d992db Make SkFunction copyable so it can go in containers. by mtklein · 9 years ago
  42. 444987f small fix to correct bounds on distance field text by joshualitt · 9 years ago
  43. 84b0088 Add GrAAConvexTessellator class by robertphillips · 9 years ago
  44. 91d06bc Reduce the API surface of GrBufferAllocPool and its derivatives by robertphillips · 9 years ago
  45. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  46. d96a67b small cleanup in GrOvalRenderer by joshualitt · 9 years ago
  47. 0c14bcc trivial fix for drawvertices bounds by joshualitt · 9 years ago
  48. 301f989 Fix vertex/index buffer leaks by bsalomon · 9 years ago
  49. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  50. af24295 create GrInOrderCommandBuilder by joshualitt · 9 years ago
  51. d129084 remove dead code behind BOOL_ONGETINFO by reed · 9 years ago
  52. 002653e SkPDF: Remove unused deprecated functions in SkPDFTypes by halcanary · 9 years ago
  53. ad17cfc Move RectBatch to GrRect by joshualitt · 9 years ago
  54. bf51cfd SkPDF: clean up uses of deprecated calls in SkPDFFont by halcanary · 9 years ago
  55. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 9 years ago
  56. e46760e Create GrCommandBuilder by joshualitt · 9 years ago
  57. 876f48b Adjust tolerance to fix GPU hairline curve issues by jvanverth · 9 years ago
  58. 72266fd SkPDF: clean up uses of deprecated calls in SkDocument_PDF by halcanary · 9 years ago
  59. 261694c Avoid using SkPathEffect::DashInfo in GrStrokeInfo by kkinnunen · 9 years ago
  60. 67383fc remove dead code for SK_SUPPORT_LEGACY_RADIAL_GRADIENT_SQRT by reed · 9 years ago
  61. 7d3bdc3 remove dead SK_SUPPORT_LEGACY_CUBIC_CHOPPER code by reed · 9 years ago
  62. b5238a7 Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago
  63. 119468b Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/) by reed · 9 years ago
  64. 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 9 years ago
  65. 64fb51d Fix typeface ids on Mac. by bungeman · 9 years ago
  66. 07ab9f3 Don't attempt to draw path if dashing or stroking fails by bsalomon · 9 years ago
  67. 8415abe Revert of Start on simplifying generateGeometry() overrides (patchset #10 id:160001 of https://codereview.chromium.org/1122673002/) by bsalomon · 9 years ago
  68. f28381c Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago
  69. b327c3a Revert of Don't attempt to draw path if dashing or stroking fails (patchset #1 id:1 of https://codereview.chromium.org/1119393002/) by bsalomon · 9 years ago
  70. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  71. 0911430 Move state management to GrInOrderDrawBuffer by joshualitt · 9 years ago
  72. 39202f1 Don't attempt to draw path if dashing or stroking fails by bsalomon · 9 years ago
  73. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  74. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 9 years ago
  75. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  76. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  77. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  78. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  79. edae309 Revert of Move state management to GrInOrderDrawBuffer (patchset #4 id:60001 of https://codereview.chromium.org/1120143002/) by joshualitt · 9 years ago
  80. 5d6bb6f Move state management to GrInOrderDrawBuffer by joshualitt · 9 years ago
  81. 8566539 Update src/svg to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  82. b9ed884 SkPictureShader: scale down if width or height is larger than maxTextureSize by gen.kim · 9 years ago
  83. 34fdcae remove unneeded SK_SUPPORT_LEGACY_IMAGEFILTER_TO_COLORFILTER flag by reed · 9 years ago
  84. 40ded32 Add hairlines batch unit test by joshualitt · 9 years ago
  85. 4af6580 Fix for valgrind by joshualitt · 9 years ago
  86. 99c7c07 Move bounds to GrBatch by joshualitt · 9 years ago
  87. a499f90 clean up pre-storage in canvas by reed · 9 years ago
  88. f7a169e SkPDF: clean up uses of deprecated calls in tests by halcanary · 9 years ago
  89. 0b9d411 SkTime: return timezone information; format in ISO-8601 by halcanary · 9 years ago
  90. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  91. a09c046 Simple CL to Compute bounds in GrContext::drawVertices by joshualitt · 9 years ago
  92. 3e708c5 Add batch unit tests for ovals by joshualitt · 9 years ago
  93. 1c2c441 add heuristic to pour small pictures into recordings, rather than ref'ing by reed · 9 years ago
  94. d298121 Fix gpu memory accounting for auto-resolving MSAA. by senorblanco · 9 years ago
  95. 0690735 Add missing include to SkPictureContentInfo. by mtklein · 9 years ago
  96. a30009b simple cleanup in GrTargetCommands by joshualitt · 9 years ago
  97. f83be82 Fix for texture allocation failure in 'preAbandonGpuContext' mode by robertphillips · 9 years ago
  98. dc30885 use pathops utils to improve precision of cubic chopping in scan converter by reed · 9 years ago
  99. 30297c5 Fix build warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare] by dongseong.hwang · 9 years ago
  100. 181d7ba Fix build warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare] by dongseong.hwang · 9 years ago