History log of /frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
34beb7a0ff0494b0c5ad81104171f8a49e599163 28-Mar-2018 Peiyong Lin <lpy@google.com> [SurfaceFlinger] Replace android_dataspace with Dataspace.

This patch replaces all android_dataspace in SurfaceFlinger with Dataspace
V1.1. 3 commands in sequence are used to do the conversion:

find ./ -type f -exec sed -i -e 's/android_dataspace_t/Dataspace/g' {} \;
find ./ -type f -exec sed -i -e 's/android_dataspace/Dataspace/g' {} \;
find ./ -type f -exec sed -i -e 's/HAL_DATASPACE_/Dataspace::/g' {} \;

With some minor tweak because most of the APIs in frameworks/native are still
accepting android_dataspace/android_dataspace_t.

Next step is to convert the rest of android_dataspace usage to Dataspace in
frameworks/native as well as frameworks/base.

BUG: 77156734
Test: Build and flash
Change-Id: I2304c7014cb49a1c9f67c4563603fb55e8dbd679
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
3f05602a8c33a4b66a47dc077eaba95f9f1e3977 28-Jul-2017 David Hanna Jr <dhanna@google.com> test-hwc2: Added virtual Display tests

VirtualDisplay tests added.
Test: Ran on (heavily modified) ryu
Change-Id: I5cc92d11d4cde6c3407d71652f87ea3c3fb63228
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
bad1bc78ef50648fadbe725a1fe1c28d62097351 21-Feb-2017 Marissa Wall <marissaw@google.com> test-hwc2: virtual displays

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: Ia10ec761712ee03f56782e3df2d6eabf7fb77760
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
563030b4402f4b9aa08cece732f2a4a756a0f72c 21-Feb-2017 Marissa Wall <marissaw@google.com> test-hwc2: present display

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: I845320afdf635d1716310d1183bcb10515615517
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
1cd789cd2b300427467586f4ec721a8123f118b7 27-Jan-2017 Marissa Wall <marissaw@google.com> test-hwc2: validate display

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: I9a9df2902213d99d4f043e3bdea1e5e2fc77b01d
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
f7618ed1b4d806e06c872c0fccce57163cf93b6a 15-Dec-2016 Marissa Wall <marissaw@google.com> test-hwc2: set layer visible region

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: I0e620fa6763d258d7875da9bf85d41c182e015d2
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
5a240aaf0e3a1dd52be6a8d0811ec727369a210d 15-Dec-2016 Marissa Wall <marissaw@google.com> test-hwc2: set layer buffer

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: Ie42d1fd4c2d0248c4a3ecf09a9b5871d501f6172
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
ad761818a4426b4e6a0696ba90e05056aa35553c 15-Dec-2016 Marissa Wall <marissaw@google.com> test-hwc2: set layer surface damage

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: Ie30032c7285d76d26e51b36b0cfded909f4c3480
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
ee24278db26505369c0e917d2a83e7e9fda36e4c 15-Dec-2016 Marissa Wall <marissaw@google.com> test-hwc2: set layer color

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: Ic280f91189a4d6ddd67a33901244714f3c0a46dd
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
c57468f1f6dfc870bea10e814a686793e64f6cf3 15-Dec-2016 Marissa Wall <marissaw@google.com> test-hwc2: set layer source crop

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: If3079efd7a035d1d182f04c56dc55300cdcedc47
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
600a73b6110d6fdcebe072a9d8e2dbbe6de1c6b7 15-Dec-2016 Marissa Wall <marissaw@google.com> test-hwc2: set layer display frame

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: I4431ad0d207924b9fcde2c4c2f34382ec8ddc4d8
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
ac10819373b1ed4901f26c822484a789a7ca4be0 15-Dec-2016 Marissa Wall <marissaw@google.com> test-hwc2: set layer transform

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: I55e318cbddf957d1728435488c6283f8ce77a3d6
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
2b1f53060ea8587a428f826cf7890354ff124722 15-Dec-2016 Marissa Wall <marissaw@google.com> test-hwc2: set layer plane alpha

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: I48146953f745dc650ead5a6e9d6f456cf5a9d7ef
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
b72b5c9ef4a6235c5bc2c4a3cceb23baf963815b 15-Dec-2016 Marissa Wall <marissaw@google.com> test-hwc2: set layer dataspace

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: Ia5bc9e53815d519e2016f3db12d69c6cc70a9b26
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
ffc67daf8b834ff2206d221ce15809cd5f21be55 15-Dec-2016 Marissa Wall <marissaw@google.com> test-hwc2: set layer blend mode

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: Id5a7a568fb81ac9aff388d04077a12765cc135a3
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h
6bd8bfde4a965b743d3d4ebff5fdaa3db03a4bbc 15-Dec-2016 Marissa Wall <marissaw@google.com> test-hwc2: set layer composition type

Test: Add "#define HAVE_NO_SURFACE_FLINGER" to
frameworks/native/libs/gui/BufferQueueCore.cpp.
Recompile and flash.
Run "mm" in frameworks/native/services/surfaceflinger/tests/hwc2.
Push test-hwc2 to device.
Run "adb root && adb shell stop".
Run test case. Ex: "./test-hwc2"

Change-Id: I9e71d0c01daa70f28031dd8310f2a40d7162a68e
/frameworks/native/services/surfaceflinger/tests/hwc2/Hwc2TestProperties.h