Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit

Permalink
removed stray gaussian blur files
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Nov 3, 2023
1 parent b7a328e commit de0724d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 205 deletions.
3 changes: 0 additions & 3 deletions impeller/entity/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ impeller_component("entity") {
"contents/filters/filter_contents.cc",
"contents/filters/filter_contents.h",
"contents/filters/filter_contents.h",
"contents/filters/gaussian_blur_filter_contents.cc",
"contents/filters/gaussian_blur_filter_contents.h",
"contents/filters/inputs/contents_filter_input.cc",
"contents/filters/inputs/contents_filter_input.h",
"contents/filters/inputs/filter_contents_filter_input.cc",
Expand Down Expand Up @@ -273,7 +271,6 @@ impeller_component("entity_unittests") {
sources = [
"contents/checkerboard_contents_unittests.cc",
"contents/filters/directional_gaussian_blur_filter_contents_unittests.cc",
"contents/filters/gaussian_blur_filter_contents_unittests.cc",
"contents/filters/inputs/filter_input_unittests.cc",
"entity_playground.cc",
"entity_playground.h",
Expand Down
54 changes: 0 additions & 54 deletions impeller/entity/contents/filters/gaussian_blur_filter_contents.cc

This file was deleted.

48 changes: 0 additions & 48 deletions impeller/entity/contents/filters/gaussian_blur_filter_contents.h

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions impeller/renderer/testing/mocks.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ class MockRenderTargetAllocator : public RenderTargetAllocator {
class MockCapabilities : public Capabilities {
public:
MOCK_METHOD(bool, SupportsOffscreenMSAA, (), (const, override));
MOCK_METHOD(bool, SupportsImplicitResolvingMSAA, (), (const, override));
MOCK_METHOD(bool, SupportsSSBO, (), (const, override));
MOCK_METHOD(bool, SupportsBufferToTextureBlits, (), (const, override));
MOCK_METHOD(bool, SupportsTextureToTextureBlits, (), (const, override));
Expand Down

0 comments on commit de0724d

Please sign in to comment.