1. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  2. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  3. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  4. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  5. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  6. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  7. b4b4cf3 Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ ) by bsalomon · 8 years ago
  8. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  9. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  10. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  11. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  12. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  13. 3b7af78 added a default constructor for GrBatchToXPOverrides by ethannicholas · 8 years ago
  14. 975765c fix for GrPorterDuffTest valgrind error by ethannicholas · 8 years ago
  15. 2279325 added support for PLS path rendering by ethannicholas · 8 years ago
  16. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  17. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  18. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  19. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  20. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  21. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  22. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  23. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  24. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  25. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  26. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  27. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  28. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  29. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  30. 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
  31. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  32. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  33. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  34. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  35. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  36. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  37. 7441782 Make folder for batches by joshualitt · 9 years ago
  38. fb1141a Don't pass pipeline to GrBatch::generateGeometry() by bsalomon · 9 years ago
  39. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  40. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  41. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  42. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  43. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  44. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  45. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  46. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  47. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  48. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  49. 6fd158e Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  50. c33db93 Revert of Implement Porter Duff XP with a blend table (patchset #12 id:220001 of https://codereview.chromium.org/1124373002/) by bungeman · 9 years ago
  51. c319c80 Revert of Fix LCD coverage regression in GrPorterDuffXPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1149883004/) by bungeman · 9 years ago
  52. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  53. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  54. 3e2d59e Fix LCD coverage regression in GrPorterDuffXPFactory by cdalton · 9 years ago
  55. 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago