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

Commit 88e7f35

Browse files
committed
removed stray gaussian blur files
1 parent b7a328e commit 88e7f35

File tree

6 files changed

+5
-206
lines changed

6 files changed

+5
-206
lines changed

ci/licenses_golden/licenses_flutter

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3058,6 +3058,8 @@ ORIGIN: ../../../flutter/impeller/entity/contents/filters/directional_gaussian_b
30583058
ORIGIN: ../../../flutter/impeller/entity/contents/filters/directional_gaussian_blur_filter_contents.h + ../../../flutter/LICENSE
30593059
ORIGIN: ../../../flutter/impeller/entity/contents/filters/filter_contents.cc + ../../../flutter/LICENSE
30603060
ORIGIN: ../../../flutter/impeller/entity/contents/filters/filter_contents.h + ../../../flutter/LICENSE
3061+
ORIGIN: ../../../flutter/impeller/entity/contents/filters/gaussian_blur_filter_contents.cc + ../../../flutter/LICENSE
3062+
ORIGIN: ../../../flutter/impeller/entity/contents/filters/gaussian_blur_filter_contents.h + ../../../flutter/LICENSE
30613063
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/contents_filter_input.cc + ../../../flutter/LICENSE
30623064
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/contents_filter_input.h + ../../../flutter/LICENSE
30633065
ORIGIN: ../../../flutter/impeller/entity/contents/filters/inputs/filter_contents_filter_input.cc + ../../../flutter/LICENSE
@@ -5841,6 +5843,8 @@ FILE: ../../../flutter/impeller/entity/contents/filters/directional_gaussian_blu
58415843
FILE: ../../../flutter/impeller/entity/contents/filters/directional_gaussian_blur_filter_contents.h
58425844
FILE: ../../../flutter/impeller/entity/contents/filters/filter_contents.cc
58435845
FILE: ../../../flutter/impeller/entity/contents/filters/filter_contents.h
5846+
FILE: ../../../flutter/impeller/entity/contents/filters/gaussian_blur_filter_contents.cc
5847+
FILE: ../../../flutter/impeller/entity/contents/filters/gaussian_blur_filter_contents.h
58445848
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/contents_filter_input.cc
58455849
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/contents_filter_input.h
58465850
FILE: ../../../flutter/impeller/entity/contents/filters/inputs/filter_contents_filter_input.cc

impeller/entity/BUILD.gn

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ impeller_component("entity") {
162162
"contents/filters/directional_gaussian_blur_filter_contents.h",
163163
"contents/filters/filter_contents.cc",
164164
"contents/filters/filter_contents.h",
165-
"contents/filters/filter_contents.h",
166-
"contents/filters/gaussian_blur_filter_contents.cc",
167-
"contents/filters/gaussian_blur_filter_contents.h",
168165
"contents/filters/inputs/contents_filter_input.cc",
169166
"contents/filters/inputs/contents_filter_input.h",
170167
"contents/filters/inputs/filter_contents_filter_input.cc",
@@ -273,7 +270,6 @@ impeller_component("entity_unittests") {
273270
sources = [
274271
"contents/checkerboard_contents_unittests.cc",
275272
"contents/filters/directional_gaussian_blur_filter_contents_unittests.cc",
276-
"contents/filters/gaussian_blur_filter_contents_unittests.cc",
277273
"contents/filters/inputs/filter_input_unittests.cc",
278274
"entity_playground.cc",
279275
"entity_playground.h",

impeller/entity/contents/filters/gaussian_blur_filter_contents.cc

Lines changed: 0 additions & 54 deletions
This file was deleted.

impeller/entity/contents/filters/gaussian_blur_filter_contents.h

Lines changed: 0 additions & 48 deletions
This file was deleted.

impeller/entity/contents/filters/gaussian_blur_filter_contents_unittests.cc

Lines changed: 0 additions & 100 deletions
This file was deleted.

impeller/renderer/testing/mocks.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ class MockRenderTargetAllocator : public RenderTargetAllocator {
197197
class MockCapabilities : public Capabilities {
198198
public:
199199
MOCK_METHOD(bool, SupportsOffscreenMSAA, (), (const, override));
200+
MOCK_METHOD(bool, SupportsImplicitResolvingMSAA, (), (const, override));
200201
MOCK_METHOD(bool, SupportsSSBO, (), (const, override));
201202
MOCK_METHOD(bool, SupportsBufferToTextureBlits, (), (const, override));
202203
MOCK_METHOD(bool, SupportsTextureToTextureBlits, (), (const, override));

0 commit comments

Comments
 (0)