aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-18Check GL_EXT_texture_format_BGRA8888 before GL_APPLE_texture_format_BGRA8888Brian Osman
2018-04-18Disable texstorage for BGRA on ES devices that aren't appleBrian Osman
2018-04-04Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used.Brian Salomon
2018-04-03Increase precision in GrSRGBEffectBrian Salomon
2018-03-30Add test for importing AHardwareBuffers in and out of Vulkan.Greg Daniel
2018-03-22switched SPIR-V vertexid to vertexindexEthan Nicholas
2018-03-19SPIR-V output now always includes DescriptorSet for uniformsEthan Nicholas
2018-03-19Correctly discard or load RT when doing copies as draws in VulkanGreg Daniel
2018-03-19Make sure we set stencil layout when doing copy as drawGreg Daniel
2018-03-16Make sure we do a render pass load if we copied to a surface before handGreg Daniel
2018-03-16Fix vulkan layout barriers when we are doing in line uploads.Greg Daniel
2018-03-16Fix Vulkan Copy as draw shaderGreg Daniel
2018-03-02Update Flush and Invalidate Memory calls in vulkan to take offset and sizeGreg Daniel
2018-03-01Move the rest of Vulkan driver workarounds into helper function in GrVkCapsGreg Daniel
2018-03-01Add unit test the explicit tests create a GrVkCopyPipelineGreg Daniel
2018-02-28Cherry-pick sequence of Vulkan Fixes.Hal Canary
2018-02-13Don't assert coverage counting isn't blacklisted when driver workarounds are ...Brian Salomon
2018-02-01signal on bad picture op, simplify other opsMike Reed
2018-02-01Revert "Revert "Redefine the meaning of sample counts in GPU backend.""Brian Salomon
2018-02-01detect truncated pict streamsMike Reed
2018-02-01Fix DDL unit testsRobert Phillips
2018-02-01Revert "Redefine the meaning of sample counts in GPU backend."Brian Salomon
2018-02-01updated .fp file headersEthan Nicholas
2018-02-01add gpu impl for shadermaskfilterMike Reed
2018-02-01Redefine the meaning of sample counts in GPU backend.Brian Salomon
2018-02-01Have lazy proxies keep their callbacks around and clean up their lambdas in t...Greg Daniel
2018-02-01ccpr: Pack wind into existing varyingsChris Dalton
2018-02-01validate indices for verticesMike Reed
2018-02-01Fix GrBackendTextureImageGenerator to hold context lock till all proxies are ...Greg Daniel
2018-02-01Implement GPU/OpList DDLsRobert Phillips
2018-01-31Add SkSurface_Gpu::MakeWrappedRenderTarget methodRobert Phillips
2018-01-31SkFontHost_FreeType: better debugging infoHal Canary
2018-01-301010102, 101010x, 888x in swMike Klein
2018-01-30saturate some irect ops for fuzzersMike Reed
2018-01-30Fix mock tex rt gpu mem sizeBrian Salomon
2018-01-30Revert "Reduce the amount of padding needed for SDFs, take 2"Jim Van Verth
2018-01-30Reduce the amount of padding needed for SDFs, take 2Jim Van Verth
2018-01-30Simplify SkAnimatedImageLeon Scroggins III
2018-01-30Revert "Reduce the amount of padding needed for SDFs."Jim Van Verth
2018-01-30handle paths with degenerate verbsMike Reed
2018-01-30don't draw images with nonfinite dst boundsMike Reed
2018-01-30handle clipping large trianglesMike Reed
2018-01-30Reduce the amount of padding needed for SDFs.Jim Van Verth
2018-01-30Add ref counted wrapped around GrTexture ReleaseProcGreg Daniel
2018-01-30Revert "Drop support for unused MSAA extensions"Robert Phillips
2018-01-30don't draw non-finite contexts in imagefiltersMike Reed
2018-01-30Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now.Brian Salomon
2018-01-29Drop support for unused MSAA extensionsChris Dalton
2018-01-29check that rect is finite before jamming our boundsMike Reed
2018-01-29handle conics in 1D patheffectMike Reed