1. 2bbd0c6 Rewrite drawBitmap/ImageNine on top of GrTextureProducer by bsalomon · 9 years ago
  2. cd07491 Prevent overflow in length() in GLCircularRRectEffect by bsalomon · 9 years ago
  3. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  4. f9e658b Fix bug with GrAtlasTextContext color regen by joshualitt · 9 years ago
  5. 96afa52 Boost GrGLConicEffect's variables to all high precision by robertphillips · 9 years ago
  6. 0707364 Revert of Boost GrGLConicEffect's variables to all high precision (patchset #1 id:1 of https://codereview.chromium.org/1513483002/ ) by robertphillips · 9 years ago
  7. 9d66696 Revert of Make NVPR a GL context option instead of a GL context (patchset #9 id:160001 of https://codereview.chromium.org/1448883002/ ) by borenet · 9 years ago
  8. f528e0d A small text cleanup by joshualitt · 9 years ago
  9. 624c59a Boost GrGLConicEffect's variables to all high precision by robertphillips · 9 years ago
  10. 9f0337e Attempt to land cache purge again [and regen bot logs if still failing] by bsalomon · 9 years ago
  11. ef6a1ca Use correct config variable in command buffer gl context by kkinnunen · 9 years ago
  12. 8985aea Remove spew in GrDefaultPathRenderer by joshualitt · 9 years ago
  13. 0671b96 Move texture drawing utility method to SkGpuDevice by jvanverth · 9 years ago
  14. 1cf6f9b Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except when tiling) by bsalomon · 9 years ago
  15. cdd4682 Improve nvpr glyph batching by cdalton · 9 years ago
  16. d9d30f7 Allow LCD text to batch across colorchanges. This will always use by joshualitt · 9 years ago
  17. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  18. f08ce6c Loosen check for zero vectors in GrPathUtils::convert_noninflect_cubic_to_quads by robertphillips · 9 years ago
  19. 64492c4 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  20. c6e7a13 Use correct fill type and bounds for NVPR paths that are stroked with Skia by kkinnunen · 9 years ago
  21. b3adc26 Make GrAtlasTextBlob non-virtual by joshualitt · 9 years ago
  22. 18b072d A small cleanup of GrAtlasTextContext by joshualitt · 9 years ago
  23. 3660d53 Start objectifying GrAtlasTextBlob by joshualitt · 9 years ago
  24. 8e03b8a Always use high precision on NDS transform by joel.liang · 9 years ago
  25. d7a2c1f Add transfer buffer to GLCaps by jvanverth · 9 years ago
  26. ea75053 Speculative fix for win8 bot crash in ~GrAutoLocaleSetter by bsalomon · 9 years ago
  27. 433625e Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed by robertphillips · 9 years ago
  28. bbf2ce4 Load ANGLE EGL library correctly on Linux by kkinnunen · 9 years ago
  29. a18a8bc Skip dm GPU configs when context creation fails by kkinnunen · 9 years ago
  30. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  31. 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
  32. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  33. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  34. 73063dc Add transfer buffer support. by jvanverth · 9 years ago
  35. 53c5d5f Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ ) by egdaniel · 9 years ago
  36. dc5685a Wire up resource cache stats dumping in nanobench by joshualitt · 9 years ago
  37. 8fd844f reset shader compilations for stats by joshualitt · 9 years ago
  38. fa498fe Add transfer buffer support. by jvanverth · 9 years ago
  39. 954cbc1 Reduce use of GrRenderTarget in GrTextContexts by robertphillips · 9 years ago
  40. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  41. 6ee690e Remove plumbing of clipRect thoughout the TextContexts by robertphillips · 9 years ago
  42. f34b293 Add in shader blending for CoverageSetOp XP by egdaniel · 9 years ago
  43. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  44. a0a024e Revert of Make NVPR a GL context option instead of a GL context (patchset #2 id:20001 of https://codereview.chromium.org/1448883002/ ) by bsalomon · 9 years ago
  45. eeebdb5 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  46. 1e2913e Fix stroking of zero length paths with end caps on NVPR by kkinnunen · 9 years ago
  47. 362c900 Disable using dev bounds in Gr clip reduction code. by Brian Salomon · 9 years ago
  48. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  49. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  50. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  51. 0d81b29 Fix bug in reads fragment position on gpu. by egdaniel · 9 years ago
  52. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  53. 0e7029e Clean up Ganesh path render a little bit by robertphillips · 9 years ago
  54. f152463 Include conic weights in GrPath cache kSimpleVolatilePathDomain keys by kkinnunen · 9 years ago
  55. 11a7f7f Remove SkDrawProcs by herb · 9 years ago
  56. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  57. ff55b49 Sniff out rects, ovals & rrects in SkGpuDevice::drawPath by robertphillips · 9 years ago
  58. 514450c Clarify when oval & rrects get devolved to paths in SkGpuDevice/GrDrawContext boundary by robertphillips · 9 years ago
  59. 0a0605d Appeasing the compilers by egdaniel · 9 years ago
  60. 813351f Fix for recent SrcOver XP Change by egdaniel · 9 years ago
  61. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  62. 50aa15b Remove unecessary GetGlyphIdMetrics call by joshualitt · 9 years ago
  63. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  64. 60ce86d Move GrAtlasTextBatch blob regeneration to template by joshualitt · 9 years ago
  65. 512e437 Add stroking support to distance field path renderer by jvanverth · 9 years ago
  66. db4758c Restrict query bounds for reduce clip to dev bounds by bsalomon · 9 years ago
  67. a98419b Review URL: https://codereview.chromium.org/1464593004 by bsalomon · 9 years ago
  68. 5931922 Remove GrContextFactory::getGLContext by kkinnunen · 9 years ago
  69. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  70. 08c4bdf Revert of Add stroking support to distance field path renderer (patchset #8 id:160001 of https://codereview.chromium.org/1460873002/ ) by fmalita · 9 years ago
  71. 0315dbc Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ ) by bsalomon · 9 years ago
  72. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  73. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  74. 73ee677 Add stroking support to distance field path renderer by jvanverth · 9 years ago
  75. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  76. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  77. 4c11b3f Move glyph choosing to the find and place glyph code. by herb · 9 years ago
  78. a751c97 Factor out GrAtlasTextBatch fromt GrAtlasTextContext by joshualitt · 9 years ago
  79. 179a8f5 Generate list of GPU contexts outside SurfaceTest tests by kkinnunen · 9 years ago
  80. edb3644 Avoid geometric ninepatch if rendertarget has MSAA by joshualitt · 9 years ago
  81. 783a4da Add more batch information printouts by robertphillips · 9 years ago
  82. b736158 Revert of Add stroking support to distance field path renderer (patchset #7 id:120001 of https://codereview.chromium.org/1460873002/ ) by jvanverth · 9 years ago
  83. 5ce76ef Add stroking support to distance field path renderer by jvanverth · 9 years ago
  84. 4222e19 Fix maybe unintialized warning for GrAutoLocaleSetter by kkinnunen · 9 years ago
  85. a2e3e0f Move glsl onto EmitArgs struct for emitCode by egdaniel · 9 years ago
  86. c060460 Fix leak in drawBitmapNine by egdaniel · 9 years ago
  87. fbe1c11 [Reland] Fix NVPR assert for equivalent ovals by fmalita · 9 years ago
  88. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  89. 1ac3f40 Revert of Fix NVPR assert for equivalent ovals (patchset #1 id:1 of https://codereview.chromium.org/1457073002/ ) by stephana · 9 years ago
  90. 5aaef1f simplify insertion methods for SkTLList by bsalomon · 9 years ago
  91. f9b1577 Fix NVPR assert for equivalent ovals by fmalita · 9 years ago
  92. 5df175e Make has GrBatchAtlas::ID() inlineable by joshualitt · 9 years ago
  93. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  94. a911f8f Fix has_aligned_samples helper for SkGpuDevice::drawTextureProducer by Brian Salomon · 9 years ago
  95. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  96. e59124e Convert drawText to using the find and place code. BUG=skia: by herb · 9 years ago
  97. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  98. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  99. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  100. 3c2d32b Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago