1. 9acfc6c Add kAAHairline to GpuPathRenderers by Chris Dalton · 6 years ago
  2. ef12509 ccpr: Add a context option to disable ccpr by Chris Dalton · 6 years ago
  3. fa8ff09 fonts: Hook up FallbackTextHelper to font remoting. by Khushal · 7 years ago
  4. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 7 years ago
  5. ab7181d Reland "Add driver bug workarounds to GrCaps" by Adrienne Walker · 7 years ago
  6. 024615e Revert "Add driver bug workarounds to GrCaps" by Greg Daniel · 7 years ago
  7. 328490c Add driver bug workarounds to GrCaps by Adrienne Walker · 7 years ago
  8. 06d3746 Add fPreferExternalImagesOverES3 to GrContextOptions by Brian Osman · 7 years ago
  9. f2ec024 Make use of the buffer data null hint a GrContextOption by Robert Phillips · 7 years ago
  10. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 7 years ago
  11. 8a83ca4 Add "sharpen" option to SkSL, to LOD bias all textures by Brian Osman · 7 years ago
  12. a3f7026 Switch MDB GrContextOptions over to Enable style by Robert Phillips · 7 years ago
  13. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 7 years ago
  14. 01b476a Start of adding GrContextOption that overrides driver workarounds. by Brian Salomon · 7 years ago
  15. b508696 Add matrix stack to SkAtlasTextTarget. by Brian Salomon · 7 years ago
  16. 040238b Add a tools flag to suppress geometry shaders by Chris Dalton · 7 years ago
  17. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  18. af59748 Add GrContextOptions to control distance field thresholds for small sizes and fallback to paths. by Brian Salomon · 7 years ago
  19. 9f545bc Modify fontcache GM to actually spill atlas. by Brian Salomon · 7 years ago
  20. d1b2eec API to cache shader binaries between runs of Skia. by Ethan Nicholas · 7 years ago
  21. 43f8bf0 Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions. by Brian Salomon · 7 years ago
  22. 0b4d8aa Add benchmark for comparing multitexturing to non-multitexturing image draws. by Brian Salomon · 7 years ago
  23. 36dcd7f Enable caching of path mask textures by default by Brian Osman · 7 years ago
  24. 195c05b Move several GrContextOptions fields behind GR_TEST_UTILS by Brian Osman · 7 years ago
  25. c0e6627 Make AA hairline renderer non-optional by Brian Osman · 7 years ago
  26. b350ae2 Add GrContextOption to disable distance field path renderer by Brian Osman · 7 years ago
  27. 8b0f265 Always include the default path renderer in the chain by Brian Osman · 7 years ago
  28. ef45e6e Remove (unused) context option to remove shader swizzling by Brian Osman · 7 years ago
  29. 5127998 Add an (optional) SkTaskGroup to GrContext by Brian Osman · 7 years ago
  30. 1a325d2 Coverage counting path renderer by Chris Dalton · 7 years ago
  31. 3ea1798 Remove ImmediateFlush mode by Robert Phillips · 8 years ago
  32. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 8 years ago
  33. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 8 years ago
  34. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 8 years ago
  35. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 8 years ago
  36. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 8 years ago
  37. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  38. e370cbe Remove clip to bounds GrContextOption by Brian Salomon · 8 years ago
  39. 8a9de3d Add path renderer options to viewer GUI by Brian Osman · 8 years ago
  40. 008b9d8 Add the ability to enable/disable GPU path renderers by csmartdalton · 8 years ago
  41. 46da1cc GrContext option to prevent GPU based YUV -> RGB by Brian Osman · 8 years ago
  42. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  43. 2047189 Two (related) changes here: by brianosman · 8 years ago
  44. a6abb57 Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12 id:220001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  45. 1aeb78c Two (related) changes here: by brianosman · 8 years ago
  46. 0a2782c Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11 id:200001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  47. 9db12d2 Two (related) changes here: by brianosman · 8 years ago
  48. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  49. 5c1c8d1 Remove batch bounds drawing debug option by Brian Salomon · 8 years ago
  50. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  51. 39ef7fb Add optional sw generated path coverage mask caching by bsalomon · 8 years ago
  52. 6b2552f Add GrContextOptions flag to disable distance field path renderer. by bsalomon · 8 years ago
  53. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  54. 9a3fbf7 Add control of manual mipmapping to GrContextOptions by brianosman · 9 years ago
  55. e239547 Revert of Add control of manual mipmapping to GrContextOptions (patchset #2 id:20001 of https://codereview.chromium.org/2054623003/ ) by mtklein · 9 years ago
  56. 97e398d Add control of manual mipmapping to GrContextOptions by brianosman · 9 years ago
  57. 9837740 Simplify GrSWMaskHelper by robertphillips · 9 years ago
  58. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  59. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  60. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  61. aecc018 Attempt to combine batches in forward direction before flush by bsalomon · 9 years ago
  62. 489147c Add option to control maximum GrBatch lookback by bsalomon · 9 years ago
  63. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  64. e2725f5 Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ ) by scroggo · 9 years ago
  65. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  66. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  67. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  68. 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
  69. 4036674 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  70. 8c07b7a Allow max tile size to be overridden separately from max texture size. by bsalomon · 9 years ago
  71. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  72. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  73. 83bc229 Work around for nexus 6 TexSubImage issue by joshualitt · 10 years ago
  74. 274980c Revert of Work around for nexus 6 TexSubImage issue (patchset #4 id:60001 of https://codereview.chromium.org/1173203005/) by joshualitt · 10 years ago
  75. c69fe20 Work around for nexus 6 TexSubImage issue by joshualitt · 10 years ago
  76. e5b74c6 Set GeometryBufferMapThreshold defaults by joshualitt · 10 years ago
  77. c59a1df Stretch small textures up to 16 pixels on PowerVR 54x by bsalomon · 10 years ago
  78. 7224c86 add context override of GeometryBufferMapThreshold by joshualitt · 10 years ago
  79. 6fd158e Implement Porter Duff XP with a blend table by cdalton · 10 years ago
  80. 4ee6bd8 Add caps overrides to GMs by bsalomon · 10 years ago
  81. 682c269 Store context options on caps. by bsalomon · 10 years ago
  82. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 10 years ago
  83. f28cff7 Store context options on caps. by bsalomon · 10 years ago