1. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  2. 6df232d Revert of Experimental CL to stop using subdata (patchset #1 id:1 of https://codereview.chromium.org/1413263006/ ) by joshualitt · 9 years ago
  3. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  4. 383ce32 Experimental CL to stop using subdata by joshualitt · 9 years ago
  5. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  6. ccdbc1d Remove mac buffer impl war by joshualitt · 9 years ago
  7. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  8. 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
  9. 869c5e8 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  10. 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
  11. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  12. 2fc11d3 Move definitions of GrGL basic types (e.g. GrGLenum) to their own header. by bsalomon · 9 years ago
  13. 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
  14. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  15. 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
  16. 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
  17. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  18. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  19. 0adfffb Fix dm with Chromium command buffer driver by kkinnunen · 9 years ago
  20. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  21. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  22. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  23. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  24. 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
  25. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  26. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  27. b39abc4 remove unused helper function by reed · 9 years ago
  28. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  29. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  30. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  31. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  32. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  33. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  34. 0fc1dbe SK_API for include/gpu/gl/GrGLInterface.h by halcanary · 9 years ago
  35. 3322a81 share code between SkGr and Cacherator by reed · 9 years ago
  36. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  37. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  38. 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
  39. 506c802 Add helper for creating leaf FPs inside GrFP::TestCreate functions by bsalomon · 9 years ago
  40. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  41. b5b6032 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
  42. 59ce45f Revert of Test that GrFragmentProcessors work without input colors. (patchset #2 id:20001 of https://codereview.chromium.org/1341853002/ ) by bsalomon · 9 years ago
  43. 72c58e7 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
  44. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
  45. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  46. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  47. 6c6f658 Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  48. 32ab260 Revert of Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessin… (patchset #1 id:1 of https://codereview.chromium.org/1329313002/ ) by bsalomon · 9 years ago
  49. eb662bc Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  50. cb1ccfd SK_API on GrWrapTextureInBitmap by bsalomon · 9 years ago
  51. 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
  52. af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
  53. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  54. 43fe618 refactor parts of SkGr.cpp for use by SkImages by reed · 9 years ago
  55. a3434d8 Add skstd::unique_ptr and use it. by bungeman · 9 years ago
  56. 5a42c33 Add new surface flag by jvanverth · 9 years ago
  57. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  58. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  59. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  60. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  61. 761cf61 Clean up SkTLogic. by bungeman · 9 years ago
  62. 4204800 Convert child FPs from refs to pending executions when parent converts by bsalomon · 9 years ago
  63. 38f1f6f Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro by mdempsky · 9 years ago
  64. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  65. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  66. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  67. 4bf69f7 Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  68. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  69. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  70. 6392668 Add ANGLE workaround to prefer flushes over VRAM usage by robertphillips · 9 years ago
  71. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  72. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  73. 790d74f No need to re-declare pure virtual name(). by mtklein · 9 years ago
  74. 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome by bsalomon · 9 years ago
  75. 93ab254 This change is in preparation for updating how processor keys and meta keys are generated for frag procs. by wangyix · 9 years ago
  76. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  77. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
  78. 54017d7 Made isEqual in GrFragmentProcessor recursive by wangyix · 9 years ago
  79. 69ed114 Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after by wangyix · 9 years ago
  80. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  81. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
  82. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  83. 9bc3954 Refactor helper function for SkBitmapShader to GrFragmentProcessor by joshualitt · 9 years ago
  84. a50e17a Add support for a new GPU interface by jvanverth · 9 years ago
  85. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  86. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  87. b7ee1bf trivial CL to add drawBatch to GrDrawContext by joshualitt · 9 years ago
  88. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  89. 31ff762 First pass at drawAtlas batching. by jvanverth · 9 years ago
  90. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  91. b4f9d0e Implement caching of stroked paths in the tessellating path renderer. by senorblanco · 9 years ago
  92. 59cd367 Revert of Implement caching of stroked paths in the tessellated path renderer. (patchset #4 id:60001 of https://codereview.chromium.org/1275553002/ ) by senorblanco · 9 years ago
  93. 29e0d3f Implement caching of stroked paths in the tessellated path renderer. by senorblanco · 9 years ago
  94. 2fe7923 Expose coord transforms from GrPipeline by joshualitt · 9 years ago
  95. 8470290 fix for GrFragmentProcessor isEqual in GrPipeline by joshualitt · 9 years ago
  96. 84cd621 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  97. 562a66b Revert "Implement caching of filled paths in the tessellated path renderer." by mtklein · 9 years ago
  98. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  99. 468dfa7 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  100. 17d833b Add abliity to set textblob cache budget to GrContext by joshualitt · 9 years ago