aboutsummaryrefslogtreecommitdiff
path: root/include/gpu
AgeCommit message (Expand)Author
2019-02-03Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterizati...Robert Phillips
2019-02-01Revert "Add isTextureable parameter to GrContextThreadSafeProxy::createCharac...Robert Phillips
2019-02-01Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterizationRobert Phillips
2019-02-01Rename GrContext::uniqueID to contextID and hide itRobert Phillips
2019-01-30Add outline of new GrContext hierarchyRobert Phillips
2019-01-29Split GrContextThreadSafeProxy into its own files (take 2)Robert Phillips
2019-01-29Revert "Split GrContextThreadSafeProxy into its own files"Robert Phillips
2019-01-29Split GrContextThreadSafeProxy into its own filesRobert Phillips
2019-01-28Add MaxAPIVersion to GrVkBackendContext.Greg Daniel
2019-01-25Remove GrGpuResource::abandon from the public API.Brian Salomon
2019-01-25Change the meaning of GrBudgetedType::kUnbudgetedUncacheable.Brian Salomon
2019-01-25Require explicit GrWrapCacheable specification in more places.Brian Salomon
2019-01-24Replace bool purgeImmediately with enum GrWrapCacheable.Brian Salomon
2019-01-16Make GrTexture caching for SkPromiseImageTexture work when same textureBrian Salomon
2019-01-16Rename GrGlyphCache -> GrStrikeCacheHerb Derby
2019-01-14Move clear-as-draw caps into GrCapsMichael Ludwig
2019-01-10Enable wide color support in CCPRBrian Osman
2019-01-08Add ability to write out VkPipelineCache to gpu PersistentCache.Greg Daniel
2019-01-02Move GrVkSecondaryCBDrawContext header into src to hide it.Greg Daniel
2019-01-02Add initial support for creating a vulkan secondary command buffer drawing co...Greg Daniel
2018-12-27Don't include system vulkan header when building skia files.Greg Daniel
2018-12-21Move GrResourceKey.h to include/private.Brian Salomon
2018-12-19Add idle texture callback mechanism.Brian Salomon
2018-12-19Infer GL null buffer hint usage from whether on command buffer or WebGL.Brian Salomon
2018-12-19Make requiring VBOs a runtime rather than compile time decision.Brian Salomon
2018-12-19Remove GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE flag.Brian Salomon
2018-12-18Remove unused macro GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMATBrian Salomon
2018-12-18Remove window rects flag from GrInternalSurfaceFlags.Brian Salomon
2018-12-18Fix 64-bit truncate warningHerb Derby
2018-12-14Reduce the number of backend->pixelconfig GrCaps virtuals.Brian Salomon
2018-12-13Re-land "Perform Vulkan resets in a background thread"Ethan Nicholas
2018-12-12Move vulkan headers from third_party to include/third_party.Greg Daniel
2018-12-11Revert "Move some Gr headers from include/gpu to include/private and src/gpu."Brian Salomon
2018-12-11Move some Gr headers from include/gpu to include/private and src/gpu.Brian Salomon
2018-12-10Add SK_API to GrTexture.Brian Salomon
2018-12-10Reland "Add clamp to border wrap mode to gpu"Michael Ludwig
2018-12-10Revert "Add clamp to border wrap mode to gpu"Michael Ludwig
2018-12-10Add glTexParameterf[v] to GrGLInterfaceBrian Salomon
2018-12-10Add clamp to border wrap mode to gpuMichael Ludwig
2018-12-10Finish removing sample shading supportBrian Osman
2018-12-07Add cap to number of oplists we execute before flushing to the gpu.Greg Daniel
2018-12-07Remove sample shading and dest color overrideBrian Osman
2018-12-06Revert "Revert "Mark wrapped textures imported into SkImages as "read only".""Brian Salomon
2018-12-05Revert "Mark wrapped textures imported into SkImages as "read only"."Brian Salomon
2018-12-05Mark wrapped textures imported into SkImages as "read only".Brian Salomon
2018-12-05Remove duplicate member of GrVkDrawableInfo struct.Greg Daniel
2018-12-03Take into accout the GrBackendFormat when deciding if we can chain textures t...Greg Daniel
2018-12-03Reland "Add support for Ycbcr Conversion Samplers in vulkan."Greg Daniel
2018-12-03Revert "Add support for Ycbcr Conversion Samplers in vulkan."Greg Daniel
2018-12-03Add support for Ycbcr Conversion Samplers in vulkan.Greg Daniel