1. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  2. e253831 Revert "Switch atlas clients over to using absolute texture coordinates" by Robert Phillips · 7 years ago
  3. e84c087 Switch atlas clients over to using absolute texture coordinates by Robert Phillips · 7 years ago
  4. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  5. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  6. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  7. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  8. 8048822 Revert "Revert "Support single line objects and arrays"" by Brian Osman · 7 years ago
  9. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  10. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  11. a5a69cf Revert "Support single line objects and arrays" by Brian Osman · 7 years ago
  12. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  13. 6a7d56f Support single line objects and arrays by Brian Osman · 7 years ago
  14. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  15. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  16. 19e51dc Store GrRenderTarget in GrGpuCommandBuffer by Robert Phillips · 7 years ago
  17. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  18. 8a0044f Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType by Florin Malita · 7 years ago
  19. 65a88fa Add GrDebugMarkerOp by Robert Phillips · 7 years ago
  20. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  21. 369e8b7 Fix cleanup on program creation failure by Robert Phillips · 7 years ago
  22. dff5d43 Guard against D3D NaN/Infinity literals bug by Brian Osman · 7 years ago
  23. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  24. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  25. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  26. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  27. 6bd729d Uncomment glinterface asserts not that chrome has functions by Greg Daniel · 7 years ago
  28. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  29. 4f101a7 Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a GrRenderTarget) by Robert Phillips · 7 years ago
  30. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  31. 7311b40 Make StencilPathArgs hold a GrRenderTargetProxy (rather than a GrRenderTarget) by Robert Phillips · 7 years ago
  32. 57bc3ea Expose srgbDecodeDisableSupport in GrCaps by Brian Osman · 7 years ago
  33. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  34. 39c08ac Automatically prepend "disabled-by-default-" to TRACE categories by Brian Osman · 7 years ago
  35. a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
  36. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  37. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  38. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  39. 7634330 reduce code size in GrGLTestInterface.o and GrGLAssembleInterface.o by Mike Klein · 7 years ago
  40. dba7e7c Add test for flushing empty surface with semaphores by Greg Daniel · 7 years ago
  41. 2bb6ecc Revert "Revert "Fixes from sample count change"" by Greg Daniel · 7 years ago
  42. 914b285 Revert "Fixes from sample count change" by Greg Daniel · 7 years ago
  43. ff98644 Revert "Revert "Fixes from sample count change"" by Cary Clark · 7 years ago
  44. 390aaaf Revert "Fixes from sample count change" by Cary Clark · 7 years ago
  45. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  46. f331622 Fixes from sample count change by Greg Daniel · 7 years ago
  47. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  48. 7bd55c2 gl: print shader sources one line at a time by Chris Dalton · 7 years ago
  49. 38a10ad Add trace events for shader generation. by Ryan Macnak · 7 years ago
  50. 0f99277 Address ASAN complaint by Robert Phillips · 7 years ago
  51. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  52. f02fa6f Ensure FB sRGB conversion is on during copy-as-draw by Brian Osman · 7 years ago
  53. 71479b7 Fix missing height check found by /analyze by Bruce Dawson · 7 years ago
  54. 466c7d6 header cleanup by Hal Canary · 7 years ago
  55. 7f7b902 Add shading language version to GL dump by Jim Van Verth · 7 years ago
  56. 660cc99 Restrict acceptable bounds for uploading data to mip levels on GPU by Greg Daniel · 7 years ago
  57. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago
  58. 93a2346 Add GL_APPLE_sync support by Brian Osman · 7 years ago
  59. a2cebd8 When flushing a surface with semaphores, have last semaphore op call glFlush by Greg Daniel · 7 years ago
  60. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 7 years ago
  61. f7037d0 Clean up onTransferPixels by Jim Van Verth · 7 years ago
  62. c64ee46 Add return to surface semaphore calls to indicate when we don't support them by Greg Daniel · 7 years ago
  63. 6ecc911 Revert "Revert "Remove Gr*Gpu includes from header files."" by Greg Daniel · 7 years ago
  64. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  65. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  66. 56af45b Revert "Remove Gr*Gpu includes from header files." by Greg Daniel · 7 years ago
  67. 2bd381b Remove Gr*Gpu includes from header files. by Greg Daniel · 7 years ago
  68. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  69. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  70. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  71. 574db9e use statically linked glGetShaderPrecisionFormat on Android by Brian Salomon · 7 years ago
  72. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  73. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  74. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  75. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  76. c4f0a82 Move Flags from GrRenderTarget to GrTypesPriv.h & rename by Robert Phillips · 7 years ago
  77. 9bada54 Revert "Revert "Expand partial render target write pixels workaround."" by Brian Salomon · 7 years ago
  78. 6d9c88b Modify Adreno 3xx workaround to toggle face culling rather than call glFlush. by Brian Salomon · 7 years ago
  79. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  80. af971de Add flush before drawing lines workaround for Adreno 3xx by Brian Salomon · 7 years ago
  81. c0110ff Use nextafter rather than std::nextafter, it's more widely available by Mostyn Bramley-Moore · 7 years ago
  82. a5b39fa Don't reuse failed buffers as scratch by Robert Phillips · 7 years ago
  83. e03a729 Disable buffer mapping on Galaxy J5 by Brian Salomon · 7 years ago
  84. 46983b7 Introduce dynamic pipeline state by Chris Dalton · 7 years ago
  85. 5ab7276 Suppress rendererability of kAlpha8 GL_CHROMIUM_framebuffer_multisample for ANGLE D3D9 by Robert Phillips · 7 years ago
  86. b52fa02 Limit Adreno 4xx stencil clear workaround to older drivers by Brian Salomon · 7 years ago
  87. 31550db Revert "Revert "Workaround Adreno driver issue with stencil clears."" by Mike Klein · 7 years ago
  88. 8b06ed7 Revert "Workaround Adreno driver issue with stencil clears." by Mike Klein · 7 years ago
  89. 4e8c581 Workaround Adreno driver issue with stencil clears. by Brian Salomon · 7 years ago
  90. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  91. e18474e Re-enable single channel renderability for ANGLE ES2 by Robert Phillips · 7 years ago
  92. bc71274 Disable single channel renderability for ANGLE ES2 by Robert Phillips · 7 years ago
  93. 48c9919 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  94. 18166ee Omnibus: Push instantiation of GrTextures later (post TextureSampler) by Robert Phillips · 7 years ago
  95. 842a560 Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" by Brian Osman · 7 years ago
  96. c2b5175 Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  97. c674e26 Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS" by Brian Osman · 7 years ago
  98. 9f6f41b Expand texturability testing to cover mip-mapped textures, and fix iOS by Brian Osman · 7 years ago
  99. 6799939 Blacklist sRGB MSAA on AMD (ATI) Macs by Brian Osman · 7 years ago
  100. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago