Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
f01cd5f89fc8564cbc6d6175d9953f55da80708b
/
services
/
surfaceflinger
/
tests
0fa8676
test-hwc2: fix build errors on other branches
by Marissa Wall
· 9 years ago
ae7d324
test-hwc2: dump
by Marissa Wall
· 9 years ago
bad1bc7
test-hwc2: virtual displays
by Marissa Wall
· 9 years ago
35040c5
test-hwc2: color and hdr requests
by Marissa Wall
· 9 years ago
563030b
test-hwc2: present display
by Marissa Wall
· 9 years ago
f18cfb0
test-hwc2: add client target support
by Marissa Wall
· 9 years ago
706178d
test-hwc2: get and accept display changes
by Marissa Wall
· 9 years ago
1cd789c
test-hwc2: validate display
by Marissa Wall
· 9 years ago
f7618ed
test-hwc2: set layer visible region
by Marissa Wall
· 9 years ago
5a240aa
test-hwc2: set layer buffer
by Marissa Wall
· 9 years ago
ad76181
test-hwc2: set layer surface damage
by Marissa Wall
· 9 years ago
2a0aaf9
test-hwc2: set cursor position
by Marissa Wall
· 9 years ago
ee24278
test-hwc2: set layer color
by Marissa Wall
· 9 years ago
c57468f
test-hwc2: set layer source crop
by Marissa Wall
· 9 years ago
600a73b
test-hwc2: set layer display frame
by Marissa Wall
· 9 years ago
273b1df
test-hwc2: set layer z order
by Marissa Wall
· 9 years ago
ac10819
test-hwc2: set layer transform
by Marissa Wall
· 9 years ago
2b1f530
test-hwc2: set layer plane alpha
by Marissa Wall
· 9 years ago
b72b5c9
test-hwc2: set layer dataspace
by Marissa Wall
· 9 years ago
ffc67da
test-hwc2: set layer blend mode
by Marissa Wall
· 9 years ago
6bd8bfd
test-hwc2: set layer composition type
by Marissa Wall
· 9 years ago
dd4087f
test-hwc2: get display name
by Marissa Wall
· 9 years ago
572a1ee
test-hwc2: enable vsync
by Marissa Wall
· 9 years ago
03c9173
test-hwc2: power mode support
by Marissa Wall
· 9 years ago
93dc04f
test-hwc2: get and set active config
by Marissa Wall
· 9 years ago
cf935cb
test-hwc2: get display configs and attributes
by Marissa Wall
· 9 years ago
1db2e37
test-hwc2: create and destroy layers
by Marissa Wall
· 9 years ago
cfb9a07
test-hwc2: display type support
by Marissa Wall
· 9 years ago
a4b0148
test-hwc2: register callback functions
by Marissa Wall
· 9 years ago
4d60005
test-hwc2: open and close hwc2 device
by Marissa Wall
· 9 years ago
15311bd
Push empty sync transaction before taking screenshot in tests
by Pablo Ceballos
· 10 years ago
05289c2
SF: Don't pop pending state into mCurrentState
by Pablo Ceballos
· 10 years ago
acbe678
Add final crop implementation
by Pablo Ceballos
· 10 years ago
5e4fcbe
SF: Improve surface flinger unit tests
by Pablo Ceballos
· 10 years ago
d575096
Add more SF tests to Transaction_test
by Haixia Shi
· 10 years ago
7ca5a39
Delete outdated SurfaceFlinger tests.
by Haixia Shi
· 11 years ago
8dfd1da
Fix build errors in test-resize.
by Haixia Shi
· 11 years ago
5a16a62
Fix surfaceflinger tests.
by Michael Lentine
· 11 years ago
56f8c6c
Merge "Error compiling waitforvsync.cpp"
by Greg Hackmann
· 11 years ago
5b06dc0
vsync.cpp test is throwing error whe compiled
by Nanik Tolaram
· 11 years ago
ee97017
Error compiling waitforvsync.cpp
by Nanik Tolaram
· 11 years ago
b79dfe6
Clean cruft out of makefiles.
by Dan Albert
· 11 years ago
35ffa6a
Surface can now be created only from an IGraphicBufferProducer
by Mathias Agopian
· 13 years ago
e3c697f
Refactoring: Rename SurfaceTextureClient to Surface
by Mathias Agopian
· 13 years ago
9d4e3d2
Banish DisplayID from the SurfaceFlinger API.
by Jeff Brown
· 13 years ago
c666cae
get rid of the shared-memory control block
by Mathias Agopian
· 13 years ago
9e0b1f8
remove libandroid.so from targets that don't need it
by Colin Cross
· 14 years ago
90ac799
fix libgui header location
by Mathias Agopian
· 14 years ago
e8c9ec6
createSurface getpid() first parameter was removed
by Glenn Kasten
· 14 years ago
3cf199a
fix an issue with vsync event delivery
by Mathias Agopian
· 14 years ago
9d45368
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
d0566bc
Add support for sending VSYNC events to the framework
by Mathias Agopian
· 14 years ago
23c2c5d
SurfaceFlinger: add some layer update tests
by Jamie Gennis
· 14 years ago
698c087
SF transactions are now O(1) wrt IPC instead of O(N).
by Mathias Agopian
· 15 years ago
697526b
frameworks/base: android_native_buffer_t -> ANativeWindowBuffer
by Iliyan Malchev
· 15 years ago
47d8730
remove more unused references to ISurface
by Mathias Agopian
· 15 years ago
d87f162
merge libsurfaceflinger_client into libgui
by Mathias Agopian
· 15 years ago
5f7204c
Fix missing AOSP copyright headers for more files
by James Dong
· 15 years ago
a5529c8
remove support for PUSH_BUFFER surfaces and overlays
by Mathias Agopian
· 15 years ago
0694d0f
fix [3118445] Transform * Transform does not work as expected
by Mathias Agopian
· 15 years ago
df85c45
refactored screenshot code
by Mathias Agopian
· 15 years ago
06e7056
simple test app for screen capture API
by Mathias Agopian
· 15 years ago
208cb07
fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once.
by Mathias Agopian
· 15 years ago
81bac09
move native services under services/
by Mathias Agopian
· 16 years ago