1. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  2. a911f8f Fix has_aligned_samples helper for SkGpuDevice::drawTextureProducer by Brian Salomon · 9 years ago
  3. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  4. e59124e Convert drawText to using the find and place code. BUG=skia: by herb · 9 years ago
  5. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  6. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  7. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  8. 3c2d32b Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  9. 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  10. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  11. b1a32ad Add support for EGLImage to GrGLInterface by bsalomon · 9 years ago
  12. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  13. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  14. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  15. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  16. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  17. 0274efb Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  18. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  19. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  20. 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  21. c94cd7c Fix GrCoverageSetOpXP unit test on mixed samples by cdalton · 9 years ago
  22. 6459352 Replace SkFunction with std::function by mtklein · 9 years ago
  23. 3aa5fce API changes to GrTextureAdjuster. by bsalomon · 9 years ago
  24. 3aea725 Fix mixed sampled inverse path fills by cdalton · 9 years ago
  25. 3877ab8 In SkGpuDevice;drawTextureAdjuster perform texture w\h divide in texture matrix by bsalomon · 9 years ago
  26. ede7574 Enable AA stencil clip for mixed samples by cdalton · 9 years ago
  27. 7e806f3 Revert of Enable stencil clipping in mixed sampled render targets (patchset #6 id:100001 of https://codereview.chromium.org/1232103002/ ) by cdalton · 9 years ago
  28. 24ddb0a Revert of Fix setColocatedSampleLocations on ES and GL < 4.5 (patchset #2 id:20001 of https://codereview.chromium.org/1415503008/ ) by cdalton · 9 years ago
  29. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  30. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  31. 67d7620 Fix leaks in unit tests of GrGLTextureInfos by bsalomon · 9 years ago
  32. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  33. 9be5ff6 Replace glyph find and position with common code for the gpu bitmap case. by herb · 9 years ago
  34. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  35. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  36. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  37. 1f0e350 Disable preemptive batch preparation by robertphillips · 9 years ago
  38. 5fb56f1 Fix reversion to bilerp on clipped mipmap draws by bsalomon · 9 years ago
  39. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  40. 60029a5 Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  41. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  42. 44972e2 Remove debug print statement by egdaniel · 9 years ago
  43. 629162d Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  44. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  45. d75ccc6 Revert of Add text animation sample; tweak DrawShip sample (patchset #3 id:40001 of https://codereview.chromium.org/1410663005/ ) by jvanverth · 9 years ago
  46. 3b484a4 Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  47. 2b0536f Clean up GrBatchAtlas a bit by robertphillips · 9 years ago
  48. 63f6c1f Loosen requirements for mixed samples support by cdalton · 9 years ago
  49. f3bace9 Add addFragPosUniform to GrGLrogramBuilder by egdaniel · 9 years ago
  50. cf1d198 Revert of Update Layer Hoisting to store its atlas texture in the resource cache (patchset #6 id:100001 of https://codereview.chromium.org/1406013006/ ) by robertphillips · 9 years ago
  51. 42597bc Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  52. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  53. 8515377 Make bicubic FP factories return const FPs by bsalomon · 9 years ago
  54. 8377e80 Fix for atlas doesn't call eviction functions by joshualitt · 9 years ago
  55. 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  56. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  57. c03bdfa Revert of Reland "By default purge resources that haven't been used for 64 flushes (patchset #5 id:80001 of h… (patchset #1 id:1 of https://codereview.chromium.org/1428053003/ ) by bsalomon · 9 years ago
  58. 67b8b5e Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" (patchset #1 id:1 of https://codereview.chromium.org/1410343011/ ) by reed · 9 years ago
  59. 0c29999 Revert of Create swizzle table inside of glsl caps (patchset #12 id:210001 of https://codereview.chromium.org/1420033005/ ) by egdaniel · 9 years ago
  60. 98cad62 Fix setColocatedSampleLocations on ES and GL < 4.5 by cdalton · 9 years ago
  61. 4036674 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  62. f7de08a Reland "By default purge resources that haven't been used for 64 flushes (patchset #5 id:80001 of https://codereview.chromium.org/1316233003/ )" by bsalomon · 9 years ago
  63. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  64. e51fa4a Clean up GrAtlas and rename it GrLayerAtlas by robertphillips · 9 years ago
  65. 21b7663 Revert of stop using drawSprite (at least w/ no filters) as it is going away (patchset #2 id:20001 of https://codereview.chromium.org/1411173010/ ) by robertphillips · 9 years ago
  66. 9c58654 Add bleed GM variants for bmp backed by an oversized texture by bsalomon · 9 years ago
  67. 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
  68. 8c07b7a Allow max tile size to be overridden separately from max texture size. by bsalomon · 9 years ago
  69. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  70. c8a66eb Fix assert in GrGLShaderBuilder regarding shader outputs by egdaniel · 9 years ago
  71. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  72. 498d7ac Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  73. 13391dd Minor cleanup of clip mask manager by robertphillips · 9 years ago
  74. c75be34 Clarify subrect semantics for GrTextureAdjuster and handle mip maps correctly. by bsalomon · 9 years ago
  75. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  76. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  77. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  78. 544b9aa Remove gpu-side clip mask merging from clip mask manager by robertphillips · 9 years ago
  79. 9a74041 skia: Add ANGLE support on Mac by hendrikw · 9 years ago
  80. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  81. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  82. 177519e Disable CHROMIUM_bind_uniform_location due to a spec bug by kkinnunen · 9 years ago
  83. 3377975 Make SkTextBlob::RunIterator public. by halcanary · 9 years ago
  84. 855dc93 skia: Fix command buffer support on the mac by hendrikw · 9 years ago
  85. 423e337 Disable gpu-side clip mask merging in the clip mask manager by robertphillips · 9 years ago
  86. cf10b5a Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL by robertphillips · 9 years ago
  87. 3f7357f Fix ClipMaskManager's SW-fallback logic (take 2) by robertphillips · 9 years ago
  88. e91f7b5 Move scissor state to GrAppliedClip by bsalomon · 9 years ago
  89. 4d8762f Fix up the clip mask manager's creation of paths (w.r.t. volatility) by robertphillips · 9 years ago
  90. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  91. ee7d516 Revert of Fix up the clip mask manager's creation of paths (w.r.t. volatility) (patchset #1 id:1 of https://codereview.chromium.org/1419403002/ ) by robertphillips · 9 years ago
  92. 953fe31 Fix up the clip mask manager's creation of paths (w.r.t. volatility) by robertphillips · 9 years ago
  93. 0a48233 Fix GLCaps order for CoreProfile by egdaniel · 9 years ago
  94. cb7ba1e Make appending default precision be controled by GLSL by egdaniel · 9 years ago
  95. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  96. 05ded89 Fix gl caps for mixed sample support by egdaniel · 9 years ago
  97. e72bd02 Disable MIP mapping on PowerVR 54x. This GPU spews a lot of errors when using GenerateMipMaps. by bsalomon · 9 years ago
  98. 6df232d Revert of Experimental CL to stop using subdata (patchset #1 id:1 of https://codereview.chromium.org/1413263006/ ) by joshualitt · 9 years ago
  99. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  100. 383ce32 Experimental CL to stop using subdata by joshualitt · 9 years ago