- 46aacc7 Fix SkVertices serialization bug. Also remove Builder getters for counts. by Brian Osman · 4 years, 10 months ago
- 17b5180 pull out specialize_for_jit() by Mike Klein · 4 years, 10 months ago
- ffd11f4a Adding attribute types to SkVertices by Brian Osman · 4 years, 10 months ago
- b14b144 Revert "Reland "Use glDraw.*BaseInstance calls to avoid deferred buffer binding"" by Michael Ludwig · 4 years, 10 months ago
- 7c75226 Renamed the various 'stage' shader functions to have the actual effect name by Ethan Nicholas · 4 years, 10 months ago
- d84b691 Reland "Use glDraw.*BaseInstance calls to avoid deferred buffer binding" by Chris Dalton · 4 years, 10 months ago
- 6e35a00 Have GrContext abandoned call also check if the underlying device is lost. by Greg Daniel · 4 years, 10 months ago
- 007409a In pipeline stage code generator, skip emitting varying declarations by Brian Osman · 4 years, 10 months ago
- 94996eb Stop inadvertently cloning GrTextureEffect by Ethan Nicholas · 4 years, 10 months ago
- 4f90a8e Uses refactoring by Mike Klein · 4 years, 10 months ago
- f3b9a30 Use infix syntax from skvm by Mike Reed · 4 years, 10 months ago
- 1576e4e Non-substantive GPU text changes by Robert Phillips · 4 years, 10 months ago
- 4eaa5f2 Disable baseInstance on ANGLE D3D by Chris Dalton · 4 years, 10 months ago
- 3809be4 add operator-> to Color and HSLA by Mike Klein · 4 years, 10 months ago
- b60c8a2 Reset GrOpsRenderPass active buffers during bindPipeline by Chris Dalton · 4 years, 10 months ago
- 9aa9a68 Implement local version of gr_cp and use for GrD3DTextureResourceInfo. by Jim Van Verth · 4 years, 10 months ago
- e8d2080 Revert x2 "Assert that all GrCaps colortype/format -> swizzle queries are legal." by Brian Salomon · 4 years, 10 months ago
- 28fe2c5 remove unused flag by Mike Reed · 4 years, 10 months ago
- 0f5e758 can we remove these entirely? by Mike Reed · 4 years, 10 months ago
- 7a3358c Really fix SkVerticesPriv on MSVC 2017 by Brian Osman · 4 years, 10 months ago
- 7800453 Revert "Use glDraw.*BaseInstance calls to avoid deferred buffer binding" by Michael Ludwig · 4 years, 10 months ago
- 507e486 Revert "Enable deprecated-copy-dtor warning." by Ben Wagner · 4 years, 10 months ago
- e990fcc Enable deprecated-copy-dtor warning. by Ben Wagner · 4 years, 10 months ago
- 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 10 months ago
- e8c963d Use glDraw.*BaseInstance calls to avoid deferred buffer binding by Chris Dalton · 4 years, 10 months ago
- 2a93452 Fix SkVerticesPriv on MSVC 2017 by Brian Osman · 4 years, 10 months ago
- 9d0e036 Allow CFDictionaryCreateMutable to grow in create_exact_copy. by Ben Wagner · 4 years, 10 months ago
- 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 10 months ago
- 261e25f Move SkDraw to use SkVerticesPriv, remove redundant private API by Brian Osman · 4 years, 10 months ago
- 8e75147 Allow GrD3DTextureResourceInfo to include declared D3D12 types. by Jim Van Verth · 4 years, 10 months ago
- 3b6a0ab small int->Val hunt by Mike Klein · 4 years, 10 months ago
- 8b99b9e flatten skvm type nesting by Mike Klein · 4 years, 10 months ago
- b16f30b Revert "Revert "Assert that all GrCaps colortype/format -> swizzle queries are legal."" by Brian Salomon · 4 years, 10 months ago
- f20400e Introduce Liveness and Uses into existing scheduler by Herb Derby · 4 years, 11 months ago
- 0a33551 Add rasterizer and blend state to d3d pipeline state. by Greg Daniel · 4 years, 10 months ago
- 8cbedf9 Improve SkVerticesPriv ergonomics by Brian Osman · 4 years, 10 months ago
- 5fa68b4 Reduce GrGlyph's functionality by Robert Phillips · 4 years, 10 months ago
- 469046c Revert "Revert "Remove GrCaps::isFormatTexturableAndUploadable"" by Brian Salomon · 4 years, 10 months ago
- 65d3ad9 remove unused bitmap method by Mike Reed · 4 years, 10 months ago
- 14ba58f Add GrTAllocator::push_back(T&&) by Ben Wagner · 4 years, 10 months ago
- dd20545 Declare SkString in GrContext by Michael Ludwig · 4 years, 10 months ago
- 853c15c remove unused SkLightingShader by Mike Reed · 4 years, 10 months ago
- 01e6d17 Stop including SkCanvas.h from GrTypesPriv.h by Brian Osman · 4 years, 10 months ago
- 68ccec5 Fix d3d debug clang build by Jim Van Verth · 4 years, 10 months ago
- 6e2af5c Remove alpha versions of constant blend coeffs. by Greg Daniel · 4 years, 10 months ago
- ef4d379 Revert "Assert that all GrCaps colortype/format -> swizzle queries are legal." by Brian Salomon · 4 years, 10 months ago
- aa90dad Fill in some D3D texture creation routines. by Jim Van Verth · 4 years, 10 months ago
- aa8bf26 Assert that all GrCaps colortype/format -> swizzle queries are legal. by Brian Salomon · 4 years, 10 months ago
- 8176508 Revert "Remove GrCaps::isFormatTexturableAndUploadable" by Brian Salomon · 4 years, 10 months ago
- 80f865f Use GL_ANGLE_base_vertex_base_instance by Chris Dalton · 4 years, 10 months ago
- 8ded7ad remove Builder inheritance by Mike Klein · 4 years, 10 months ago
- 8079eb6 fix unpremul() by Mike Klein · 4 years, 10 months ago
- 45c7e70 way more p-> inference by Mike Klein · 4 years, 10 months ago
- c18dad2 Remove GrCaps::isFormatTexturableAndUploadable by Brian Salomon · 4 years, 10 months ago
- d0b568b remove negate() by Mike Klein · 4 years, 10 months ago
- 47737a1 remove inv() by Mike Klein · 4 years, 10 months ago
- 46de36f simpler immediates by Mike Klein · 4 years, 10 months ago
- 5b11a58 skvm::Builder friendliness improvements by Mike Klein · 4 years, 10 months ago
- 2f23ae6 Rename SkColorTypeComponentFlags to SkColorChannelFlags. by Brian Salomon · 4 years, 10 months ago
- c6b17ef all colorfilters but RT converted to skvm by Mike Reed · 4 years, 10 months ago
- ffa1614 Add GrD3DPipelineState class and setup vertex input information. by Greg Daniel · 4 years, 10 months ago
- f36b37f onProgram for SkGaussianColorFilter, plus gm and bench by Mike Reed · 4 years, 10 months ago
- f95a35f Remove some unused 3 byte vertex attrib types. by Greg Daniel · 4 years, 10 months ago
- 841c9a5 Make the distanceFieldAdjustTable a static singleton by Robert Phillips · 4 years, 10 months ago
- 5c69393 Minor fixes for D3D build. by Jim Van Verth · 4 years, 10 months ago
- bb786b6 Fix gcc9 warning around size of memset. by Ben Wagner · 4 years, 10 months ago
- 0a22b1e Rename GrGpuTessellationPathRenderer to GrTessellationPathRenderer by Chris Dalton · 4 years, 10 months ago
- ea1d105 onProgram for overdraw-colorfilter by Mike Reed · 4 years, 10 months ago
- df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 10 months ago
- 2cae3b0 Fix TODO SkImage_GpuBase to check SkColorInfo and not a fake SkImageInfo by Brian Salomon · 4 years, 10 months ago
- ff0717f Re-generate source from FP files after clang-format change by Brian Osman · 4 years, 10 months ago
- 9a3ee19 Remove arbitrary limit on number of composed color filters by Brian Osman · 4 years, 10 months ago
- e1bbfab Remove GrSRGBEffect by Brian Osman · 4 years, 10 months ago
- 833313b Add back deprecated warnings. by Ben Wagner · 4 years, 11 months ago
- 360ec18 Have GrFillRRectOp make use of the GrSimpleMeshDrawOpHelper by Robert Phillips · 4 years, 10 months ago
- b3f96ca implement matrix 0/1 todo by Mike Klein · 4 years, 10 months ago
- 9710746 handle HSL case in HSLMatrix for skvm by Mike Reed · 4 years, 10 months ago
- 2a8a3ff Correctly initialize LayerIter's cached device origin. by Michael Ludwig · 4 years, 10 months ago
- fd89e0b Add GrD3DRenderTarget and GrD3DTextureRenderTarget. by Jim Van Verth · 4 years, 10 months ago
- ccbf54a Add glDraw*BaseInstance functions to GrGLInterface by Chris Dalton · 4 years, 10 months ago
- 6ec5688 Rename GrD3DTextureInfo to GrD3DTextureResourceInfo. by Jim Van Verth · 4 years, 10 months ago
- dabd98c Begin fixing GrShaderVar. by Ben Wagner · 4 years, 10 months ago
- 17dc418 Rename CPU tessellation to "triangulation" by Chris Dalton · 4 years, 10 months ago
- b4c806c Reland "Switch sRGB color filter to use GrColorSpaceXformEffect" by Brian Osman · 4 years, 10 months ago
- 0e7834f Update comment about Mali G series by Brian Osman · 4 years, 10 months ago
- 49ba536 onProgram for HighContrastColorFilter by Mike Reed · 4 years, 10 months ago
- 76f635c Add workaround flag for color space transform math on Mali G GPUs by Brian Osman · 4 years, 10 months ago
- c2d325c emptyshader should fail onProgram by Mike Reed · 4 years, 10 months ago
- c4f937b SPIRV: Track function signatures by SpvId(s), rather than display name by Brian Osman · 4 years, 10 months ago
- 5c4c61e Reland x4 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 10 months ago
- a6adc5c ccpr: Polyfill buffer mapping when not supported by Chris Dalton · 4 years, 10 months ago
- 988ce04 remove localmatrix parameter from Blend and Lerp compose shaders by Kevin Lubick · 4 years, 10 months ago
- fe0623c Properly detect integer support on WebGL 2.0 by Chris Dalton · 4 years, 10 months ago
- ea08a0d Don't add offsets to nullptr in GrGLOpsRenderPass by Chris Dalton · 4 years, 10 months ago
- f11e331 Validate per-vertex vertices data against effect in SkCanvas by Brian Osman · 4 years, 10 months ago
- 5575e3c Revert "Reland x3 "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 10 months ago
- 6951770 Fix GrFillRRectOp to not combine AA and non-AA draws. by Brian Salomon · 4 years, 10 months ago
- 7afbd58 add a color management page to skia.org by Mike Klein · 4 years, 10 months ago
- c70fd90 GrAALinearizingConvexPathRenderer can't batch across view matrix changes by Brian Salomon · 4 years, 11 months ago
- 3673748 Reland x3 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 10 months ago