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