1. 2d59d2f Update GrTextureMaker to handle mips when copying for npot by Greg Daniel · 7 years ago
  2. 56c3714 More attempts at clipping perf. by Jim Van Verth · 7 years ago
  3. 6982400 Allow GrAppliedClip to have >1 clip coverage FP by Chris Dalton · 7 years ago
  4. e26062a Revert "Fix int overflow issues with clip and path bounds." by Mike Klein · 7 years ago
  5. 43fd6d8 Devirtualized token management in GrDeferredUploadTarget. by Brian Salomon · 7 years ago
  6. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  7. b1fc368 Fix int overflow issues with clip and path bounds. by Jim Van Verth · 7 years ago
  8. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  9. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  10. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  11. ec32534 Revert "Revert "Fix GrDefaultPathRender inversely wound path bug"" by Robert Phillips · 7 years ago
  12. fc28138 Revert "Fix GrDefaultPathRender inversely wound path bug" by Robert Phillips · 7 years ago
  13. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  14. f18b1d8 Add GrTextUtils::Target by Brian Salomon · 7 years ago
  15. 511a9d4 Fix GrDefaultPathRender inversely wound path bug by Robert Phillips · 7 years ago
  16. 7947193 Merge clip rects in GrReducedClip by Chris Dalton · 7 years ago
  17. 495f423 Remove fallback to path drawing from stencil and cover text context. by Brian Salomon · 7 years ago
  18. 8713b88 Add workaround for Gallium TexImage internalFormat for Alpha8 by Greg Daniel · 7 years ago
  19. 1a8f234 Fix assert in text clipping. by Jim Van Verth · 7 years ago
  20. 2501917 Add GalliumLLVM GrGLRenderer and fix alpha8 renderability by Greg Daniel · 7 years ago
  21. a8e40de workaround for VkWrapTests crash by Ethan Nicholas · 7 years ago
  22. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  23. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  24. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  25. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  26. c8a65e3 Some more clipped text optimizations. by Jim Van Verth · 7 years ago
  27. cc0ab7e Address CCPR TODOs now that we are in device space by Chris Dalton · 7 years ago
  28. c17bf32 Convert geometry shaders to operate in Skia device space by Chris Dalton · 7 years ago
  29. a045eea CCPR: use 16-bit ints for the atlas offset attrib by Chris Dalton · 7 years ago
  30. 51ebd66 Add vector GrSLTypes for shorts by Chris Dalton · 7 years ago
  31. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  32. 6dd0d8a Revert "Add vector GrSLTypes for shorts" by Chris Dalton · 7 years ago
  33. af37a53 Add vector GrSLTypes for shorts by Chris Dalton · 7 years ago
  34. 027815f Respect if texture proxy will have mips or not when computing size by Greg Daniel · 7 years ago
  35. e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
  36. 261b8aa Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"" by Greg Daniel · 7 years ago
  37. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  38. b350f1c Be considerate of GPUs lacking npot support when testing GrSimpleTextureEffect by Robert Phillips · 7 years ago
  39. 2b2936e Make GrRectBlurEffect use bilerp by Robert Phillips · 7 years ago
  40. 328a33f Use uint16_t instead of SkIPoint16 when clipping texCoords for text. by Jim Van Verth · 7 years ago
  41. fe3e858 Add clamped/unclamped xform to GrColorSpaceXform by Brian Osman · 7 years ago
  42. dbfecd0 Re-land unit test for clear bug (w/ AMD work-arounds) by Robert Phillips · 7 years ago
  43. b68defa Fix ASAN issue with clipped text. by Jim Van Verth · 7 years ago
  44. 58c3cce Clip text geometrically when possible. by Jim Van Verth · 7 years ago
  45. 7477d96 Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator" by Greg Daniel · 7 years ago
  46. b8ad00b Support creation/use of mipped proxy in GrBackendTextureImageGenerator by Greg Daniel · 7 years ago
  47. 62cbb67 Fix dirty rect used when updating GrRenderTarget after clearing as draw in GrGLGpu. by Brian Salomon · 7 years ago
  48. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  49. e4442cb convert mapHomogeneousPoints to SkPoint3 by Cary Clark · 7 years ago
  50. 5e34167 Convert more code to use color space xform FP by Brian Osman · 7 years ago
  51. c4f93ca Add GrColorSpaceXformEffect by Brian Osman · 7 years ago
  52. 43f8bf0 Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions. by Brian Salomon · 7 years ago
  53. 57caa66 Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."" by Brian Salomon · 7 years ago
  54. 62563de Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans." by Brian Salomon · 7 years ago
  55. a2ac30d Enable CCPR for volatile paths by Chris Dalton · 7 years ago
  56. 152f51d Remove unused variable by Benjamin Kramer · 7 years ago
  57. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  58. 7bbbf62 Fix GrContext::writePixels bug by Robert Phillips · 7 years ago
  59. fdde34e Remove precision from GrGLSLVaryingHandler by Chris Dalton · 7 years ago
  60. 09eeefb Remove uses of sk_sp when passing around GrVkPipelineState by Greg Daniel · 7 years ago
  61. 6a3dbee Refactor CCPR coverage shaders for a vertex impl by Chris Dalton · 7 years ago
  62. cc7a2f6 CCPR: Blacklist all of Intel except on Mac by Chris Dalton · 7 years ago
  63. d49e946 Remove unnecessary includes of GrColorSpaceXform.h by Brian Osman · 7 years ago
  64. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  65. 1bd76c4 Cleanup references to AHardwareBuffer to match NDK declarations. by Derek Sollenberger · 7 years ago
  66. 8239946 converted GrRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  67. d982d05 regenerated SkSL files to fix CheckGeneratedFiles by Ethan Nicholas · 7 years ago
  68. d6365e5 Revert "Refactor CCPR coverage shaders for a vertex impl" by Eric Boren · 7 years ago
  69. e501033 Refactor CCPR coverage shaders for a vertex impl by Chris Dalton · 7 years ago
  70. 3727136 Implemenet onStealBackendTexture in GrMtlTexture by Brian Salomon · 7 years ago
  71. 914a36b MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  72. 2e67dea Handle coverage for hairline lines with sub pixel lengths correctly on GPU by Greg Daniel · 7 years ago
  73. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  74. 18e5cbb Fix Metal build by Greg Daniel · 7 years ago
  75. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  76. 5124593 Fix assert in GrSmallPathRenderer tickled by GLProgramsTest by Jim Van Verth · 7 years ago
  77. 5698c8a Batch better in GrSmallPathRenderer and add perspective support. by Jim Van Verth · 7 years ago
  78. 7f9b215 Force all Intel GPUs to use draws instead of clears on Macs by Robert Phillips · 7 years ago
  79. 0b4d8aa Add benchmark for comparing multitexturing to non-multitexturing image draws. by Brian Salomon · 7 years ago
  80. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  81. f88c12e Add api for passing mipped hint into ImageGenerator onGenerateTexture by Greg Daniel · 7 years ago
  82. 834f120 Set correct mip map status on GrTexture since we no longer require all mip data by Greg Daniel · 7 years ago
  83. a108c92 Fix drawSpecialImage by Robert Phillips · 7 years ago
  84. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  85. 7f56d3d Revert "Revert "Disable GL buffer mapping on TSAN/Mac."" by Brian Salomon · 7 years ago
  86. 90196cc Reduce the frequency of the text atlas compaction. by Derek Sollenberger · 7 years ago
  87. 4ba211f Revert "Enable coverage counting path rendering except on Android framework" by Chris Dalton · 7 years ago
  88. c7e66ea Disable deferred proxies a different way in Chrome by Robert Phillips · 7 years ago
  89. 16e92cd Fix new compiler warnings in GLInstancedRendering.cpp by Chris Dalton · 7 years ago
  90. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  91. 4e7cdd5 Revert "Disable GL buffer mapping on TSAN/Mac." by Brian Salomon · 7 years ago
  92. c203e65 Disable GL buffer mapping on TSAN/Mac. by Brian Salomon · 7 years ago
  93. 4cad310 CCPR: Blacklist Intel driver except on Mac by Chris Dalton · 7 years ago
  94. 06cd666 CCPR: Block older Intel/Mesa setups by Chris Dalton · 7 years ago
  95. 196efbf Enable coverage counting path rendering except on Android framework by Chris Dalton · 7 years ago
  96. cc604e5 CCPR: Add workaround for PowerVR crash by Chris Dalton · 7 years ago
  97. 4a6a732 CCPR: Blacklist intel 4xxx and 6xxx by Chris Dalton · 7 years ago
  98. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  99. f1b47bb Add a cap for geometry shader invocations by Chris Dalton · 7 years ago
  100. 981a31e Generate warning settings for Android framework by Leon Scroggins III · 7 years ago