aboutsummaryrefslogtreecommitdiff
path: root/src/gpu
AgeCommit message (Expand)Author
2019-05-22Fix compatible format check for vkCmdCopyImage.Greg Daniel
2019-02-03Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterizati...Robert Phillips
2019-02-03Remove NoPendingIO flags from buffer creations.Brian Salomon
2019-02-01Revert "Add isTextureable parameter to GrContextThreadSafeProxy::createCharac...Robert Phillips
2019-02-01Revert "Narrow clear-as-draw workaround on D3D11 ANGLE"Michael Ludwig
2019-02-01Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterizationRobert Phillips
2019-02-01Make GrMesh hold regular ref on GrBuffers.Brian Salomon
2019-02-01remove unneeded friends/includes in SkPaint.hMike Reed
2019-02-01Rename GrContext::uniqueID to contextID and hide itRobert Phillips
2019-02-01Remove destination GrRenderTargetProxy from GrPipelineRobert Phillips
2019-02-01Narrow clear-as-draw workaround on D3D11 ANGLEMichael Ludwig
2019-01-30Add outline of new GrContext hierarchyRobert Phillips
2019-01-29Convert GrBuffer owners to sk_spBrian Salomon
2019-01-29Limit PowerVR Rougue clear texture support disable to x86Brian Salomon
2019-01-29Split GrContextThreadSafeProxy into its own files (take 2)Robert Phillips
2019-01-29remove legacy SkPaint getTextBlobInterceptsMike Reed
2019-01-29Limit Analytic Clip FP workaround to powervr rogue on x86Brian Salomon
2019-01-29Revert "Split GrContextThreadSafeProxy into its own files"Robert Phillips
2019-01-29Split GrContextThreadSafeProxy into its own filesRobert Phillips
2019-01-28Converting more debug code to SkJSONWriterBrian Osman
2019-01-28Add MaxAPIVersion to GrVkBackendContext.Greg Daniel
2019-01-28Remove GrBuffer::mapPtr()Brian Salomon
2019-01-28Remove some unused GrGLGpu member fields and functions.Brian Salomon
2019-01-28Avoid setting the GL color mask and clear color redundantly before glClear.Brian Salomon
2019-01-28Remove GrGLGpu member vars related to already removed clear-as-draw program.Brian Salomon
2019-01-28Revert "Revert "Avoid checking extension string in GrGLGpu::onResetContext.""Brian Salomon
2019-01-28Revert "Avoid checking extension string in GrGLGpu::onResetContext."Kevin Lubick
2019-01-25Avoid checking extension string in GrGLGpu::onResetContext.Brian Salomon
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-24Invalidate Vulkan CB state after vending it out via drawableEric Karl
2019-01-24Replace bool purgeImmediately with enum GrWrapCacheable.Brian Salomon
2019-01-24Remove nearly all use of SkColorSpaceTransferFnBrian Osman
2019-01-24Revert "Implement XP factory dumping"Derek Sollenberger
2019-01-23Implement XP factory dumpingChris Dalton
2019-01-23Increase tolerance in rectilinear quad detectionMichael Ludwig
2019-01-23Add getTypefaceOrDefault and refTypefaceOrDefaultHerb Derby
2019-01-23Enforce non-overlap constraint from GrRenderTargetOpListChris Dalton
2019-01-23Add new experimental API for rectangles with per-edge AA controlMichael Ludwig
2019-01-23Rename GrCaps::canUseAdvancedBlendEquationChris Dalton
2019-01-22Move Op chain bounds calculations into tryConcatChris Dalton
2019-01-22Revert "Reland "fixed VK geometry shaders""Ethan Nicholas
2019-01-22Reland "fixed VK geometry shaders"Ethan Nicholas
2019-01-22Add non-srcover fallback for drawImageSetMichael Ludwig
2019-01-22Revert "fixed VK geometry shaders"Ethan Nicholas
2019-01-22fixed VK geometry shadersEthan Nicholas
2019-01-22ccpr: Add explicit fmas to vertex placement codeChris Dalton
2019-01-18Convert GrRenderTargetOpList::tryConcat to an OOP-style methodChris Dalton
2019-01-18Reland "Add compressed data support for SkImage."Jim Van Verth