Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
16eae49bd94738616fbda0c1d23eeb3e49fd7856
/
libs
/
gui
/
include
5bc849f
Add noexcept to move constructors and assignment operators.
by Chih-Hung Hsieh
· 8 years ago
e3f35e3
Mark some libs as double_loadable
by Jiyong Park
· 8 years ago
2713c30
Early wake-up for transitions (1/2)
by Dan Stoza
· 8 years ago
34beb7a
[SurfaceFlinger] Replace android_dataspace with Dataspace.
by Peiyong Lin
· 8 years ago
fd997e0
Add proper namespace to GraphicTypes.
by Peiyong Lin
· 8 years ago
ccd3484
Pass correct window type and app id to hw composer.
by rongliu
· 8 years ago
a912b6e
Merge "Propagate error codes from createSurface" into pi-dev
by TreeHugger Robot
· 8 years ago
a52f029
[Native] Replace android_color_mode usage with ColorMode.
by Peiyong Lin
· 8 years ago
17511b0
Merge changes from topic "capture-child-layers" into pi-dev
by Rob Carr
· 8 years ago
3b382ed
Propagate error codes from createSurface
by Robert Carr
· 8 years ago
578038f
SurfaceFlinger: Add childLayersOnly variant of capture layers.
by Robert Carr
· 8 years ago
39a0788
Add equality operator for state checking
by Courtney Goeltzenleuchter
· 8 years ago
8e3fe5d
Store SurfaceControl reference when creating transactions
by chaviw
· 8 years ago
763ef57
Rename getLayerState and getDisplayState functions.
by chaviw
· 8 years ago
5035f9c
Merge "Allow destroySurface to get called in transaction."
by Chavi Weingarten
· 8 years ago
ca27f25
Allow destroySurface to get called in transaction.
by chaviw
· 8 years ago
2202950
Support BufferHub-backed IGBP in libgui_test
by Jiwen 'Steve' Cai
· 8 years ago
a2a27b2
Add BufferHub-based IGBC implementation
by Jiwen 'Steve' Cai
· 8 years ago
dc82be7
Move clang warnings override out of libgui
by Jiwen 'Steve' Cai
· 8 years ago
c90a77f
Add BufferHub backend for android::view::Surface
by Jiwen 'Steve' Cai
· 8 years ago
0b26710
Fix issue with Surface loss
by Jorim Jaggi
· 8 years ago
5c6e463
surfaceflinger: always advertise HDR10 when wide color is available
by Chia-I Wu
· 8 years ago
9a6ddf7
Update BufferHubProducer style to match libgui
by Jiwen 'Steve' Cai
· 8 years ago
0f95084
Move BufferHub-based IGBP into libgui
by Jiwen 'Steve' Cai
· 8 years ago
9bad0d7
Add plumbing for HDR metadata
by Courtney Goeltzenleuchter
· 8 years ago
93b122f
libgui: add a helper for GLConsumer::getCurrentCrop
by Chia-I Wu
· 8 years ago
f10b05c
libgui: remove unused GLConsumer methods
by Chia-I Wu
· 8 years ago
a81bc49
libgui: add more IGBC wrappers to ConsumerBase
by Chia-I Wu
· 8 years ago
0530f87
libgui: tidy up CpuConsumer
by Chia-I Wu
· 8 years ago
924454f
libgui: fix and clean up CpuConsumer::unlockBuffer
by Chia-I Wu
· 8 years ago
96ad822
libgui: fix a race in CpuConsumer::lockNextBuffer
by Chia-I Wu
· 8 years ago
7e7256e
libgui: add helper to initialize CpuConsumer::LockedBuffer
by Chia-I Wu
· 8 years ago
cacfcc6
libgui: add helper to find CpuConsumer::AcquiredBuffer
by Chia-I Wu
· 8 years ago
1eaa103
Merge "Make SurfaceControl parcelable (2/2)"
by Jorim Jaggi
· 8 years ago
f3cf4bc
Make SurfaceControl parcelable (2/2)
by Jorim Jaggi
· 8 years ago
1801d27
Merge "Revert "Revert "Use GraphicBuffer instead of GBP for screenshots."""
by Chavi Weingarten
· 8 years ago
59182e5
Merge changes from topic "sf-re"
by Chia-I Wu
· 8 years ago
40482ff
Revert "Revert "Use GraphicBuffer instead of GBP for screenshots.""
by Chavi Weingarten
· 8 years ago
1e24cce
surfaceflinger: remove all direct use of EGL
by Chia-I Wu
· 8 years ago
707b8f3
Revert "Use GraphicBuffer instead of GBP for screenshots."
by Chavi Weingarten
· 8 years ago
a252d89
Use GraphicBuffer instead of GBP for screenshots.
by chaviw
· 8 years ago
7206d49
Add additional parameters for the captureLayer functions.
by chaviw
· 8 years ago
2c5f6d2
SurfaceFlinger: Implement merging of transaction objects.
by Robert Carr
· 9 years ago
a76b271
Add captureLayers function to capture a layer and its children.
by chaviw
· 9 years ago
4cdc58f
SurfaceFlinger Transactions as distinct objects.
by Robert Carr
· 9 years ago
13fdc49
Added native functionality to create a color layer.
by chaviw
· 9 years ago
f1961f7
Re-parent invoked on child instead of on parent.
by chaviw
· 9 years ago
0617894
Add a re-parent function to re-parent a specific child.
by chaviw
· 9 years ago
152279d
Add method to get surface dataspace
by Courtney Goeltzenleuchter
· 9 years ago
6030eaa
Merge "libgui: support 64-bit BQ consumer usage" into oc-mr1-dev am: 64c9a3ee48
by Chia-I Wu
· 9 years ago
e2786ea
libgui: support 64-bit BQ consumer usage
by Chia-I Wu
· 9 years ago
a099a24
Faked HWC for SurfaceFlinger testing
by Kalle Raita
· 9 years ago
a2eb34c
Have the Surface class track the buffer age.
by Ian Elliott
· 9 years ago
d11b044
Have the Surface class track the buffer age.
by Ian Elliott
· 9 years ago
ad74480
Revert "Have the Surface class track the buffer age."
by Ian Elliott
· 9 years ago
b4f7493
Have the Surface class track the buffer age.
by Ian Elliott
· 9 years ago
1813e09
Merge "libgui: New mutex for ConsumerBase frame callbacks" into oc-dev
by Dan Stoza
· 9 years ago
172bd72
Make libgui available to vendors
by Jiyong Park
· 9 years ago
6b698e4
libgui: Remove RefBase from BitTube
by Dan Stoza
· 9 years ago
7d29017
libgui: Make BitTube Parcelable and use unique_fd
by Dan Stoza
· 9 years ago
27c8115
libgui: Format BitTube and move into gui namespace
by Dan Stoza
· 9 years ago
1e438d2
libgui: Move BitTube out of system include dir
by Dan Stoza
· 9 years ago