1. 930f939 Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage by Brian Salomon · 6 years ago
  2. c36f7e7 SkTypes.h: general cleanup by Hal Canary · 6 years ago
  3. 23c55b6 Move GrGLSL.h from include/private to src/gpu/glsl. by Brian Salomon · 6 years ago
  4. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  5. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  6. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  7. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  8. da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
  9. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  10. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  11. 5ebb90d Revert "remove half float workaround in GrGLGpu::onReadPixels" by Stephen White · 6 years ago
  12. 8f5bbda Fall back to bilerp if we are undable to do a copy for mips. by Greg Daniel · 6 years ago
  13. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  14. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  15. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  16. 1471df9 Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineState.h by Brian Salomon · 6 years ago
  17. 17ee855 remove half float workaround in GrGLGpu::onReadPixels by Brian Salomon · 6 years ago
  18. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  19. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  20. 4d3f517 Remove GrGLSLFragProcs typedef. Use unique_ptr to for GrGLSLFragmentProcessor ownership. by Brian Salomon · 6 years ago
  21. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  22. da2b9f3 Add Gr enums and version parsing for SwiftShader by Kevin Lubick · 6 years ago
  23. 69d0e51 Remove alpha readback path in GrGLGpu::onReadPixels by Brian Salomon · 6 years ago
  24. 7c93472 Add null checks for GrSkSLtoGLSL to GrGLProgramBuilder by Brian Salomon · 6 years ago
  25. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  26. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  27. 9363ac4 Remove most of the remaining conflation of colorSpace and sRGB in Ganesh by Brian Osman · 6 years ago
  28. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  29. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  30. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  31. 35b40ce Revert "Check for ANGLE's implementation of texture_rectangle" by Ravi Mistry · 6 years ago
  32. 00f8866 Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 6 years ago
  33. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  34. 3a69c74 Fix unit tests when workarounds are enabled by Adrienne Walker · 6 years ago
  35. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 6 years ago
  36. 4ee8851 Driver bug workaround: unbind_attachments_on_bound_render_fbo_delete by Adrienne Walker · 6 years ago
  37. c48f776 Driver bug workaround: pack_parameters_workaround_with_pack_buffer by Adrienne Walker · 6 years ago
  38. 94f585e Driver bug workaround: gl_clear_broken by Adrienne Walker · 6 years ago
  39. 3ed3399 Driver bug workaround: restore_scissor_on_fbo_change by Adrienne Walker · 6 years ago
  40. d7c7978 Driver bug workaround: max_msaa_sample_count_4 by Adrienne Walker · 6 years ago
  41. 001cae0 Driver bug workaround: disallow_large_instanced_draw by Adrienne Walker · 6 years ago
  42. 724afe8 Driver bug workaround: max_texture_size_limit_4096 by Adrienne Walker · 6 years ago
  43. 0e38394 Reland "Driver bug workaround: disable_discard_framebuffer" by Adrienne Walker · 6 years ago
  44. 6831484 Reland "Driver bug workaround: disable_blend_equation_advanced" by Adrienne Walker · 6 years ago
  45. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  46. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  47. 636d803 Revert "Driver bug workaround: disable_blend_equation_advanced" by Greg Daniel · 6 years ago
  48. 0b1e628 Revert "Driver bug workaround: disable_discard_framebuffer" by Greg Daniel · 6 years ago
  49. 8aa0dca Driver bug workaround: disable_discard_framebuffer by Adrienne Walker · 6 years ago
  50. f31fece Driver bug workaround: disable_blend_equation_advanced by Adrienne Walker · 6 years ago
  51. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  52. 06d3746 Add fPreferExternalImagesOverES3 to GrContextOptions by Brian Osman · 6 years ago
  53. 71a6995 Only enable noperspective with ES3 shading language by Brian Osman · 6 years ago
  54. 2fa5374 Disable unpack-row-length support on iOS by Brian Osman · 6 years ago
  55. 26dbe3b Implement GL canCopySurface in GrGLCaps. by Greg Daniel · 6 years ago
  56. b73a9f8 Add internal grsurface flag to track if using gl rectangle or external texture. by Greg Daniel · 6 years ago
  57. fb68b3b Remove GrPrimitiveType::kTriangleFan by Brian Salomon · 6 years ago
  58. a070ed7 Add InternalSurfaceFlag so we know if RenderTargetProxys and RenderTargets use GL FBO 0. by Greg Daniel · 6 years ago
  59. 6f5e77a ccpr: Cull extremely thin triangles by Chris Dalton · 7 years ago
  60. 061020e With ES3, enable both ES2 and ES3 external image extensions by Brian Osman · 7 years ago
  61. 4b2f915 Move external texture extension logic into SkSL by Brian Osman · 7 years ago
  62. da40cd2 Add glFlush workaround for instanced draws on Skylake by Chris Dalton · 7 years ago
  63. f7621cb Fix many return-std-move-in-c++11 warnings by Kevin Lubick · 7 years ago
  64. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 7 years ago
  65. 50f77da ccpr: Actually blacklist ANGLE by Chris Dalton · 7 years ago
  66. 92cbf3f Don't create lazy proxys if their width/height is greater than max tex size by Greg Daniel · 7 years ago
  67. c828109 Delete getRenderTargetHandle call on SkSurface. by Greg Daniel · 7 years ago
  68. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 7 years ago
  69. 516c292 ccpr: Blacklist ANGLE again by Chris Dalton · 7 years ago
  70. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 7 years ago
  71. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 7 years ago
  72. c585e20 Workaround for lack of ESSL3 external image extension on older Samsung devices by Brian Osman · 7 years ago
  73. 4470e34 Avoid calling glGetString(GL_EXTENSIONS) on core profiles by Brian Salomon · 7 years ago
  74. 9a544bc Stop using clear-as-draw workaround on newer Intel drivers on macOS by Brian Salomon · 7 years ago
  75. dc09213 Revert "Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used."" by Brian Salomon · 7 years ago
  76. d401330 Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used." by Brian Salomon · 7 years ago
  77. 7e1dd20 Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used. by Brian Salomon · 7 years ago
  78. be77a02 Hide GrPixelConfig in SkSurfaceCharacterization by Robert Phillips · 7 years ago
  79. 7c7ff03 ccpr: Normalize homogeneous coords with frexp/ldexp by Chris Dalton · 7 years ago
  80. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 7 years ago
  81. 3746ac2 Remove path ranges from gpu. by Ben Wagner · 7 years ago
  82. 0090ef6 Don't use gl_FragCoord on legacy Tegra hardware by Chris Dalton · 7 years ago
  83. 34df0d3 Hide GrBackendTexture/RenderTarget constructors that take a GrPixelConfig by Brian Salomon · 7 years ago
  84. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 7 years ago
  85. a6a3df7 Move GrPixelConfig to GrTypesPriv by Brian Salomon · 7 years ago
  86. f4a00e4 Move a bunch of internal types from GrTypes to GrTypesPriv by Brian Salomon · 7 years ago
  87. 0fd1275 GrGLES Interface: GL_OES_vertex_array_object ext by Hal Canary · 7 years ago
  88. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 7 years ago
  89. 1045013 GrGLExtensions: remove unneded unique_ptr by Hal Canary · 7 years ago
  90. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 7 years ago
  91. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 7 years ago
  92. af77002 Allow SkTraceMemoryDump to exclude wrapped objects by Eric Karl · 7 years ago
  93. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 7 years ago
  94. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 7 years ago
  95. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
  96. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 7 years ago
  97. 91fba61 Support GL_OES_EGL_image_external on newer GLSL without essl3 by Brian Osman · 7 years ago
  98. 25375e8 GrGLES: unify MakeNativeInterface_{android,egl} by Hal Canary · 7 years ago
  99. 0e90f98 Check GL_EXT_texture_format_BGRA8888 before GL_APPLE_texture_format_BGRA8888 by Alexis Hetu · 7 years ago
  100. 96f3a42 GrGLES: clean up android_get_gl_proc by Hal Canary · 7 years ago