1. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  2. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  3. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  4. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  5. 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
  6. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  7. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  8. b39abc4 remove unused helper function by reed · 9 years ago
  9. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  10. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  11. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  12. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  13. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  14. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  15. 0fc1dbe SK_API for include/gpu/gl/GrGLInterface.h by halcanary · 9 years ago
  16. 3322a81 share code between SkGr and Cacherator by reed · 9 years ago
  17. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  18. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  19. 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
  20. 506c802 Add helper for creating leaf FPs inside GrFP::TestCreate functions by bsalomon · 9 years ago
  21. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  22. b5b6032 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
  23. 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
  24. 72c58e7 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
  25. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
  26. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  27. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  28. 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
  29. 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
  30. 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
  31. cb1ccfd SK_API on GrWrapTextureInBitmap by bsalomon · 9 years ago
  32. 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
  33. af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
  34. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  35. 43fe618 refactor parts of SkGr.cpp for use by SkImages by reed · 9 years ago
  36. a3434d8 Add skstd::unique_ptr and use it. by bungeman · 9 years ago
  37. 5a42c33 Add new surface flag by jvanverth · 9 years ago
  38. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  39. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  40. 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
  41. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  42. 761cf61 Clean up SkTLogic. by bungeman · 9 years ago
  43. 4204800 Convert child FPs from refs to pending executions when parent converts by bsalomon · 9 years ago
  44. 38f1f6f Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro by mdempsky · 9 years ago
  45. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  46. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  47. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  48. 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
  49. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  50. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  51. 6392668 Add ANGLE workaround to prefer flushes over VRAM usage by robertphillips · 9 years ago
  52. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  53. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  54. 790d74f No need to re-declare pure virtual name(). by mtklein · 9 years ago
  55. 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome by bsalomon · 9 years ago
  56. 93ab254 This change is in preparation for updating how processor keys and meta keys are generated for frag procs. by wangyix · 9 years ago
  57. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  58. 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
  59. 54017d7 Made isEqual in GrFragmentProcessor recursive by wangyix · 9 years ago
  60. 69ed114 Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after by wangyix · 9 years ago
  61. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  62. 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
  63. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  64. 9bc3954 Refactor helper function for SkBitmapShader to GrFragmentProcessor by joshualitt · 9 years ago
  65. a50e17a Add support for a new GPU interface by jvanverth · 9 years ago
  66. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  67. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  68. b7ee1bf trivial CL to add drawBatch to GrDrawContext by joshualitt · 9 years ago
  69. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  70. 31ff762 First pass at drawAtlas batching. by jvanverth · 9 years ago
  71. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  72. b4f9d0e Implement caching of stroked paths in the tessellating path renderer. by senorblanco · 9 years ago
  73. 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
  74. 29e0d3f Implement caching of stroked paths in the tessellated path renderer. by senorblanco · 9 years ago
  75. 2fe7923 Expose coord transforms from GrPipeline by joshualitt · 9 years ago
  76. 8470290 fix for GrFragmentProcessor isEqual in GrPipeline by joshualitt · 9 years ago
  77. 84cd621 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  78. 562a66b Revert "Implement caching of filled paths in the tessellated path renderer." by mtklein · 9 years ago
  79. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  80. 468dfa7 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  81. 17d833b Add abliity to set textblob cache budget to GrContext by joshualitt · 9 years ago
  82. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  83. 88c7b98 Make ANGLE perf decisions be runtime rather than compile time by bsalomon · 9 years ago
  84. 16921ec SRGB read and write pixels working and unit test by bsalomon · 9 years ago
  85. 22355c4 Move headers with no dependencies. by mtklein · 9 years ago
  86. 1e8a58b Revert "Move headers with no dependencies." by Mike Klein · 9 years ago
  87. 1178422 Move headers with no dependencies. by mtklein · 9 years ago
  88. 636e802 Skip temp texture when config conversion test has already failed. by bsalomon · 9 years ago
  89. 3a4b134 Revert "Move the rest of src headers used by include to include/private." by Mike Klein · 9 years ago
  90. d12e6ff Move the rest of src headers used by include to include/private. by mtklein · 9 years ago
  91. 570e7a3 Removed GrFragmentProcessor::fWillUseInputColor by wangyix · 9 years ago
  92. fd8ed69 Move SkTHash.h to include/private. by mtklein · 9 years ago
  93. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  94. 3df1e21 Another trivial cleanup by joshualitt · 9 years ago
  95. 6bb6d40 Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  96. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  97. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  98. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  99. 5b4f05f Move GrProcessorDataManager to GrMemoryPool by joshualitt · 9 years ago
  100. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago