1. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  2. 44972e2 Remove debug print statement by egdaniel · 9 years ago
  3. 629162d Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  4. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  5. 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
  6. 3b484a4 Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  7. 2b0536f Clean up GrBatchAtlas a bit by robertphillips · 9 years ago
  8. 63f6c1f Loosen requirements for mixed samples support by cdalton · 9 years ago
  9. f3bace9 Add addFragPosUniform to GrGLrogramBuilder by egdaniel · 9 years ago
  10. 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
  11. 42597bc Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  12. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  13. 8515377 Make bicubic FP factories return const FPs by bsalomon · 9 years ago
  14. 8377e80 Fix for atlas doesn't call eviction functions by joshualitt · 9 years ago
  15. 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  16. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  17. 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
  18. 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
  19. 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
  20. 98cad62 Fix setColocatedSampleLocations on ES and GL < 4.5 by cdalton · 9 years ago
  21. 4036674 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  22. 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
  23. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  24. e51fa4a Clean up GrAtlas and rename it GrLayerAtlas by robertphillips · 9 years ago
  25. 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
  26. 9c58654 Add bleed GM variants for bmp backed by an oversized texture by bsalomon · 9 years ago
  27. 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
  28. 8c07b7a Allow max tile size to be overridden separately from max texture size. by bsalomon · 9 years ago
  29. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  30. c8a66eb Fix assert in GrGLShaderBuilder regarding shader outputs by egdaniel · 9 years ago
  31. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  32. 498d7ac Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  33. 13391dd Minor cleanup of clip mask manager by robertphillips · 9 years ago
  34. c75be34 Clarify subrect semantics for GrTextureAdjuster and handle mip maps correctly. by bsalomon · 9 years ago
  35. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  36. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  37. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  38. 544b9aa Remove gpu-side clip mask merging from clip mask manager by robertphillips · 9 years ago
  39. 9a74041 skia: Add ANGLE support on Mac by hendrikw · 9 years ago
  40. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  41. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  42. 177519e Disable CHROMIUM_bind_uniform_location due to a spec bug by kkinnunen · 9 years ago
  43. 3377975 Make SkTextBlob::RunIterator public. by halcanary · 9 years ago
  44. 855dc93 skia: Fix command buffer support on the mac by hendrikw · 9 years ago
  45. 423e337 Disable gpu-side clip mask merging in the clip mask manager by robertphillips · 9 years ago
  46. cf10b5a Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL by robertphillips · 9 years ago
  47. 3f7357f Fix ClipMaskManager's SW-fallback logic (take 2) by robertphillips · 9 years ago
  48. e91f7b5 Move scissor state to GrAppliedClip by bsalomon · 9 years ago
  49. 4d8762f Fix up the clip mask manager's creation of paths (w.r.t. volatility) by robertphillips · 9 years ago
  50. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  51. 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
  52. 953fe31 Fix up the clip mask manager's creation of paths (w.r.t. volatility) by robertphillips · 9 years ago
  53. 0a48233 Fix GLCaps order for CoreProfile by egdaniel · 9 years ago
  54. cb7ba1e Make appending default precision be controled by GLSL by egdaniel · 9 years ago
  55. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  56. 05ded89 Fix gl caps for mixed sample support by egdaniel · 9 years ago
  57. e72bd02 Disable MIP mapping on PowerVR 54x. This GPU spews a lot of errors when using GenerateMipMaps. by bsalomon · 9 years ago
  58. 6df232d Revert of Experimental CL to stop using subdata (patchset #1 id:1 of https://codereview.chromium.org/1413263006/ ) by joshualitt · 9 years ago
  59. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  60. 383ce32 Experimental CL to stop using subdata by joshualitt · 9 years ago
  61. 93316b9 Move GrGLBufferImpl's GL calls to behind GrGLGpu by joshualitt · 9 years ago
  62. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  63. ccdbc1d Remove mac buffer impl war by joshualitt · 9 years ago
  64. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  65. cae0085 Force the s4 to use highp for transforming to NDS by egdaniel · 9 years ago
  66. eec180d Remove unused functions from GrGLVertexBuffer / IndexBuffer by joshualitt · 9 years ago
  67. 2a459ff Fix force high precision for arm gpus by egdaniel · 9 years ago
  68. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  69. 899ba37 Revert of Add version string and force highp NDS transfrom to GLSLCaps (patchset #3 id:40001 of https://codereview.chromium.org/1417993004/ ) by egdaniel · 9 years ago
  70. cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  71. a352b14 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #6 id:120001 of https://codereview.chromium.org/1414903002/ ) by robertphillips · 9 years ago
  72. 869c5e8 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  73. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  74. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  75. 0214173 Stop creating static GrProcessor instances by bsalomon · 9 years ago
  76. 81bdbf8 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #5 id:100001 of https://codereview.chromium.org/1414903002/ ) by caryclark · 9 years ago
  77. 45a1c34 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  78. 13ccbf8 use (temp) gpu-imagefilter-cache for applyFilter by reed · 9 years ago
  79. 3dc6ae5 Move GrDrawingManager methods to their own .cpp file by robertphillips · 9 years ago
  80. 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  81. 4beb5c1 Add debugging helper to GrDrawTarget by robertphillips · 9 years ago
  82. 6a18665 Add the machinery to GrDrawTarget to enable topological sorting by robertphillips · 9 years ago
  83. 7d974f5 Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work. by benjaminwagner · 9 years ago
  84. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  85. 386f2d3 Upload stretched bmp rather than original after doing CPU stretch for min texture size by Brian Salomon · 9 years ago
  86. 2fc11d3 Move definitions of GrGL basic types (e.g. GrGLenum) to their own header. by bsalomon · 9 years ago
  87. 9f8904d Add override to Bitmap_GrTextureParamsAdjuster::refOriginalTexture by Brian Salomon · 9 years ago
  88. 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  89. cdf79db Remove unused member variables in GrGLProgram by egdaniel · 9 years ago
  90. b3f1636 skia: Make the validate match interface for *_draw_instanced by hendrikw · 9 years ago
  91. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  92. 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
  93. fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  94. 466c2c4 Move some code around to make another diff cleaner by bsalomon · 9 years ago
  95. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  96. 1a1d0b8 Remove check for whole image in the cache in SkGpuDevice::shouldTileImage by bsalomon · 9 years ago
  97. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  98. a912dde Don't abort analytic clipping if using MSAA until elements are examined by bsalomon · 9 years ago
  99. 10528f1 Store texture target on GrGLTexture. This is in preparation for using texture targets other than 2D. by bsalomon · 9 years ago
  100. 0b5b6b2 Fix clipping when all analytic FP creations can be skipped by bsalomon · 9 years ago