aboutsummaryrefslogtreecommitdiff
path: root/tests/ProcessorTest.cpp
AgeCommit message (Expand)Author
2023-10-20Fix ClangTidy `performance-unnecessary-value-param` findings.John Stiles
2023-10-05Split ToolUtils into a few files for easier modularizationKevin Lubick
2023-09-13Find and replace GrMipmapped with skgpu::MipmappedKevin Lubick
2023-08-25Unify 'all GL contexts' with 'GL rendering contexts.'John Stiles
2023-08-25Treat GR_TEST_UTILS as defined or not, not 1 or 0.John Stiles
2023-03-29Use TArray in testHerb Derby
2023-03-21Rename skgpu::v1 namespace to skgpu::ganeshKevin Lubick
2023-03-06Fix typo in TestUtils function nameMichael Ludwig
2023-02-13Move SkRandom and SkFixed into baseKevin Lubick
2023-02-01[modules] Sketch out out bare-bones core and functional pathops targetKevin Lubick
2023-01-13[base] Move many files into baseKevin Lubick
2023-01-05Remove enums from SkTypes.hKevin Lubick
2022-10-27Disable processor/programs tests not important for CTSBrian Salomon
2022-10-26[bazel] Update Clang (and IWYU) to 15.0.1 using CIPDKevin Lubick
2022-10-17[includes] Fix includes on tests/Kevin Lubick
2022-09-21Rename "GPU" macros to be explicitly for Ganesh backends.Kevin Lubick
2022-08-10Move the contents of src/gpu/ganesh/v1 up a levelRobert Phillips
2022-08-03Update GPU unit tests to identify an enforced CTS version levelDerek Sollenberger
2022-06-27Replace SK_ARRAY_COUNT with std::size() for skia/testsHerb Derby
2022-06-14Label intermediate texture.Aditya Kushwah
2022-06-09[Part 1]: Update the label string.Aditya Kushwah
2022-06-08Implement onSetLabel method.Aditya Kushwah
2022-05-26Revert "Reland "Create updateResourceLabel method.""Tyler Denniston
2022-05-26Reland "Create updateResourceLabel method."Aditya Kushwah
2022-05-25Revert "Create updateResourceLabel method."Tyler Denniston
2022-05-25Create updateResourceLabel method.Aditya Kushwah
2022-04-07Move all Ganesh source files into ganesh subdirectory.Greg Daniel
2022-04-06[includes] Remove more includes of SkColorSpaceKevin Lubick
2022-03-10Add CurrestTestHarness helper method.John Stiles
2022-02-16Rename GrSwizzle to skgpu::SwizzleJim Van Verth
2022-02-10Update REPORTER_ASSERT/ERRORF to check format strings.John Stiles
2022-02-04Prepare to reenable unreachable-code warnings.John Stiles
2021-12-20[graphite] Move GrProcessorKeyBuilder to generic skgpu::KeyBuilder class.Greg Daniel
2021-08-13Fix additional cases of variable shadowing in /tests/.John Stiles
2021-08-11Move ProgramImpl definitions into Processor subclass headers.Brian Salomon
2021-08-11Consistency among GrFP::ProgramImpl subclassesBrian Salomon
2021-08-09Simplify the boilerplate of cloning a fragment processor.John Stiles
2021-08-09Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImplBrian Salomon
2021-08-09Remove GLSL from name of functions that builds GrProcessor keys.Brian Salomon
2021-08-02Remove explicit sample flag from GrFP.Brian Salomon
2021-08-02Pipe all SDC creation through the recording contextRobert Phillips
2021-07-28Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContextRobert Phillips
2021-07-13Add a "usesMSAASurface" arg to GrMeshDrawOp::onCreateProgramInfoChris Dalton
2021-07-08Retract GrFillRectOp from GMs and testsRobert Phillips
2021-07-07Depower GrPipeline.hRobert Phillips
2021-06-25Reland "Add format-specifier warnings to SkDebugf."John Stiles
2021-06-25Revert "Add format-specifier warnings to SkDebugf."Tyler Denniston
2021-06-25Add format-specifier warnings to SkDebugf.John Stiles
2021-06-17Switch GrMeshDrawOp::Target to be the stand alone GrMeshDrawTarget classRobert Phillips
2021-06-17Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFuncRobert Phillips