1. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  2. 60dd8c7 Introduce enum class for texture type. by Brian Salomon · 6 years ago
  3. 49d14e9 sksl: Add a "sk_Clockwise" built-in by Chris Dalton · 6 years ago
  4. b70beea ccpr: Blacklist Bay Trail and Sandybridge on Mesa by Chris Dalton · 6 years ago
  5. 1c1391c ccpr: Blacklist Sandy Bridge by Chris Dalton · 6 years ago
  6. eff01a7 GL: Accept "_float" extensions for "_half_float" formats by Chris Dalton · 6 years ago
  7. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  8. 6dd4b20 Remove crash when shader linking fails. by Brian Salomon · 6 years ago
  9. 9b4bd59 Reland "Remove interpolants are inaccurate workaround for Adreno 3xx." by Brian Salomon · 6 years ago
  10. 1e04b36 Reland: Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 6 years ago
  11. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  12. ad77dce fix for persistent shader cache by Ethan Nicholas · 6 years ago
  13. 1b112cc Revert "Remove interpolants are inaccurate workaround for Adreno 3xx." by Brian Salomon · 6 years ago
  14. 1d784ce Revert "switched from NUM_SHADER_BINARY_FORMATS to NUM_PROGRAM_BINARY_FORMATS" by Stan Iliev · 6 years ago
  15. a7a2782 Remove interpolants are inaccurate workaround for Adreno 3xx. by Brian Salomon · 6 years ago
  16. 8fe3140 switched from NUM_SHADER_BINARY_FORMATS to NUM_PROGRAM_BINARY_FORMATS by Ethan Nicholas · 6 years ago
  17. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  18. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 6 years ago
  19. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 6 years ago
  20. 389abd5 Simplify GrGLInterface::abandon by Hal Canary · 6 years ago
  21. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  22. 628df2a Fix race condition in GrGLCaps by Robert Phillips · 6 years ago
  23. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 6 years ago
  24. a219419 Some scissor state cleanup. by Brian Salomon · 6 years ago
  25. 1214be9 Don't use geometry shaders on older Adreno chips by Chris Dalton · 6 years ago
  26. 9fc1023 Remove half float workaround in GrGLGpu::onReadPixels by Brian Osman · 6 years ago
  27. 036fdfe implemented getting format from texture as virtual in gpu caps by Timothy Liang · 6 years ago
  28. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  29. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  30. ff168d9 Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists. by Brian Salomon · 6 years ago
  31. c4e72a4 ccpr: Blacklist PowerVR Rogue in GL by Chris Dalton · 6 years ago
  32. 752e08b Fix abandonment of programs by Robert Phillips · 6 years ago
  33. a2b5b64 ccpr: Enable ccpr by default by Chris Dalton · 6 years ago
  34. 930f939 Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage by Brian Salomon · 6 years ago
  35. c36f7e7 SkTypes.h: general cleanup by Hal Canary · 6 years ago
  36. 23c55b6 Move GrGLSL.h from include/private to src/gpu/glsl. by Brian Salomon · 6 years ago
  37. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  38. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  39. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  40. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  41. da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
  42. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  43. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  44. 5ebb90d Revert "remove half float workaround in GrGLGpu::onReadPixels" by Stephen White · 6 years ago
  45. 8f5bbda Fall back to bilerp if we are undable to do a copy for mips. by Greg Daniel · 6 years ago
  46. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  47. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  48. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  49. 1471df9 Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineState.h by Brian Salomon · 6 years ago
  50. 17ee855 remove half float workaround in GrGLGpu::onReadPixels by Brian Salomon · 6 years ago
  51. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  52. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  53. 4d3f517 Remove GrGLSLFragProcs typedef. Use unique_ptr to for GrGLSLFragmentProcessor ownership. by Brian Salomon · 6 years ago
  54. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  55. da2b9f3 Add Gr enums and version parsing for SwiftShader by Kevin Lubick · 6 years ago
  56. 69d0e51 Remove alpha readback path in GrGLGpu::onReadPixels by Brian Salomon · 6 years ago
  57. 7c93472 Add null checks for GrSkSLtoGLSL to GrGLProgramBuilder by Brian Salomon · 6 years ago
  58. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  59. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  60. 9363ac4 Remove most of the remaining conflation of colorSpace and sRGB in Ganesh by Brian Osman · 6 years ago
  61. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  62. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  63. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  64. 35b40ce Revert "Check for ANGLE's implementation of texture_rectangle" by Ravi Mistry · 6 years ago
  65. 00f8866 Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 6 years ago
  66. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  67. 3a69c74 Fix unit tests when workarounds are enabled by Adrienne Walker · 6 years ago
  68. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 6 years ago
  69. 4ee8851 Driver bug workaround: unbind_attachments_on_bound_render_fbo_delete by Adrienne Walker · 6 years ago
  70. c48f776 Driver bug workaround: pack_parameters_workaround_with_pack_buffer by Adrienne Walker · 6 years ago
  71. 94f585e Driver bug workaround: gl_clear_broken by Adrienne Walker · 6 years ago
  72. 3ed3399 Driver bug workaround: restore_scissor_on_fbo_change by Adrienne Walker · 6 years ago
  73. d7c7978 Driver bug workaround: max_msaa_sample_count_4 by Adrienne Walker · 6 years ago
  74. 001cae0 Driver bug workaround: disallow_large_instanced_draw by Adrienne Walker · 6 years ago
  75. 724afe8 Driver bug workaround: max_texture_size_limit_4096 by Adrienne Walker · 6 years ago
  76. 0e38394 Reland "Driver bug workaround: disable_discard_framebuffer" by Adrienne Walker · 6 years ago
  77. 6831484 Reland "Driver bug workaround: disable_blend_equation_advanced" by Adrienne Walker · 6 years ago
  78. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  79. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  80. 636d803 Revert "Driver bug workaround: disable_blend_equation_advanced" by Greg Daniel · 6 years ago
  81. 0b1e628 Revert "Driver bug workaround: disable_discard_framebuffer" by Greg Daniel · 6 years ago
  82. 8aa0dca Driver bug workaround: disable_discard_framebuffer by Adrienne Walker · 6 years ago
  83. f31fece Driver bug workaround: disable_blend_equation_advanced by Adrienne Walker · 6 years ago
  84. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  85. 06d3746 Add fPreferExternalImagesOverES3 to GrContextOptions by Brian Osman · 6 years ago
  86. 71a6995 Only enable noperspective with ES3 shading language by Brian Osman · 6 years ago
  87. 2fa5374 Disable unpack-row-length support on iOS by Brian Osman · 6 years ago
  88. 26dbe3b Implement GL canCopySurface in GrGLCaps. by Greg Daniel · 6 years ago
  89. b73a9f8 Add internal grsurface flag to track if using gl rectangle or external texture. by Greg Daniel · 6 years ago
  90. fb68b3b Remove GrPrimitiveType::kTriangleFan by Brian Salomon · 6 years ago
  91. a070ed7 Add InternalSurfaceFlag so we know if RenderTargetProxys and RenderTargets use GL FBO 0. by Greg Daniel · 6 years ago
  92. 6f5e77a ccpr: Cull extremely thin triangles by Chris Dalton · 6 years ago
  93. 061020e With ES3, enable both ES2 and ES3 external image extensions by Brian Osman · 6 years ago
  94. 4b2f915 Move external texture extension logic into SkSL by Brian Osman · 6 years ago
  95. da40cd2 Add glFlush workaround for instanced draws on Skylake by Chris Dalton · 6 years ago
  96. f7621cb Fix many return-std-move-in-c++11 warnings by Kevin Lubick · 6 years ago
  97. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 6 years ago
  98. 50f77da ccpr: Actually blacklist ANGLE by Chris Dalton · 6 years ago
  99. 92cbf3f Don't create lazy proxys if their width/height is greater than max tex size by Greg Daniel · 6 years ago
  100. c828109 Delete getRenderTargetHandle call on SkSurface. by Greg Daniel · 6 years ago