1. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  2. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  3. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  4. 690fc75 Get rid of GrMurmur3Hash by joshualitt · 9 years ago
  5. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  6. 2419b36 Add GrNonAtomicRef by joshualitt · 9 years ago
  7. b031fcf reenabled GrAALinearizingConvexPathRenderer, but only for stroked paths by ethannicholas · 9 years ago
  8. ae3d63a ovals now take a const GrPipelineBuilder by joshualitt · 9 years ago
  9. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  10. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  11. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  12. 39a24f2 Revert of Bilinear optimization for 1D convolution. (patchset #5 id:200001 of https://codereview.chromium.org/1216623003/) by scroggo · 9 years ago
  13. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  14. 91abe10 Bilinear optimization for 1D convolution. by ericrk · 9 years ago
  15. 3989205 remove some unused stuff by joshualitt · 9 years ago
  16. f9c5db2 Trivial cleanup by joshualitt · 9 years ago
  17. 416e14f fix for valgrind issue by joshualitt · 9 years ago
  18. 5b4f05f Move GrProcessorDataManager to GrMemoryPool by joshualitt · 9 years ago
  19. 9764c40 Workaround for blacklist KHR_blend_equation_advanced on ARM GPU by joel.liang · 9 years ago
  20. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago
  21. 4f6dc52 Trivial cleanup of copying GrPipelineBuilder by joshualitt · 9 years ago
  22. 9df4659 Remove init function from GrTextContext.h by joshualitt · 9 years ago
  23. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  24. 2cdec31 YUV to RGB Texture threading GrProcessorDataManager by joshualitt · 9 years ago
  25. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  26. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  27. 4f3ad29 disabled GrAALinearizingConvexRenderer for now by ethannicholas · 9 years ago
  28. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  29. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  30. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  31. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  32. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  33. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  34. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  35. 0dacc67 When GrAAConvesTesselator was merging the first and last point of the array, it was deleting the last point without checking to see if any of the previous points shared the same index. This led to continuing to use the index of a deleted point and thus referencing memory past the end of the vertex array. by ethannicholas · 9 years ago
  36. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  37. 8e0c150 Propagate SkSurfaceProps when known by robertphillips · 9 years ago
  38. 2853fe4 Revert of Implement support for CHROMIUM_path_rendering pseudo extension (patchset #4 id:60001 of https://codereview.chromium.org/1192663002/) by jvanverth · 9 years ago
  39. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  40. eeef46d Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  41. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  42. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  43. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  44. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  45. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  46. 8b2b380 Fix dm failures after Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  47. cfe62e3 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  48. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago
  49. 439f23e Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/) by jvanverth · 9 years ago
  50. ffe6ebb Fix blur bug on Andreno 430 with bool cast to float by bsalomon · 9 years ago
  51. e35b5d9 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  52. 7aedda5 Refactor separable varying location info to be stored in GrGLProgram subclass by kkinnunen · 9 years ago
  53. e04edd8 Hide NVPR text behind distance field flag by cdalton · 9 years ago
  54. 5800155 add drawArraysInstanced to caps by joshualitt · 9 years ago
  55. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  56. bc23375 Turn off buffer mapping in Chromium by bsalomon · 9 years ago
  57. bd5d7e7 Revert of Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #1 id:1 of https://codereview.chromium.org/1212833002/) by fmalita · 9 years ago
  58. 9730f4a Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #6 id:100001 of https://codereview.chromium.org/1180903006/) by reed · 9 years ago
  59. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  60. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  61. ca10953 implement drawAtlas natively on gpu-device by reed · 9 years ago
  62. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  63. 2436f19 added stroking support to GrAALinearizingConvexPathRenderer by ethannicholas · 9 years ago
  64. 538bacb Revert of Cleanup legacy NVPR-related definitions (patchset #3 id:40001 of https://codereview.chromium.org/1177243004/) by fmalita · 9 years ago
  65. fb8d688 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  66. 47c1ccb Revert of remove workaround for dx9 angle slow rgba pixel ops (patchset #1 id:1 of https://codereview.chromium.org/1207003002/) by bsalomon · 9 years ago
  67. 1e1adc3 remove workaround for dx9 angle slow rgba pixel ops by bsalomon · 9 years ago
  68. 98a83a9 Add default for GrGLSLCaps::fGLSLGeneration by jvanverth · 9 years ago
  69. 724ae28 Alter shader code for soft light to avoid driver bug. by egdaniel · 9 years ago
  70. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  71. 1b8e1b5 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  72. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  73. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  74. b607767 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  75. e935f1a Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  76. 591a2ca Stop using the NVPR glyph loading functionality by kkinnunen · 9 years ago
  77. c1f56b5 fix for calling bindFragDataLocation on OpenGL 2.1 by joshualitt · 9 years ago
  78. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  79. 34d7288 Change large glyph check back to > threshold. by jvanverth · 9 years ago
  80. 4854d13 Remove distance field flag from SkPaint by jvanverth · 9 years ago
  81. 78cff13 Make GrGLProgramDataManager not refcounted by kkinnunen · 9 years ago
  82. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago
  83. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  84. 97c595f Switch to glyphs as paths at a higher point size on Android by jvanverth · 9 years ago
  85. 9fc8275 Remove gamma field from SkDeviceProperties by robertphillips · 9 years ago
  86. 9aa9e71 Revert of Switch to glyphs as paths at a higher point size on Android (patchset #1 id:1 of https://codereview.chromium.org/1183053005/) by fmalita · 9 years ago
  87. 83bc229 Work around for nexus 6 TexSubImage issue by joshualitt · 9 years ago
  88. 5599996 disable floating point textures if GLSL version is < 330 by joshualitt · 9 years ago
  89. 932d413 Switch to glyphs as paths at a higher point size on Android by jvanverth · 9 years ago
  90. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  91. d7395d8 Initialize the sample config for wrapped RTs to kUnified. by senorblanco · 9 years ago
  92. 4271765 Don't call bindTexture from GrGLProgram by cdalton · 9 years ago
  93. 274980c Revert of Work around for nexus 6 TexSubImage issue (patchset #4 id:60001 of https://codereview.chromium.org/1173203005/) by joshualitt · 9 years ago
  94. c69fe20 Work around for nexus 6 TexSubImage issue by joshualitt · 9 years ago
  95. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  96. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 9 years ago
  97. 5a9e299 Revert of Bump up point where we switch to distance fields for large glyphs (patchset #1 id:1 of https://codereview.chromium.org/1184153004/) by jvanverth · 9 years ago
  98. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  99. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 9 years ago
  100. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago