Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
c11146106f94e07016e8e26e4f8628f9a0c73199
/
services
/
surfaceflinger
/
Layer.cpp
baf416d
HWC2: Track move of transform into Geometry
by Dan Stoza
· 9 years ago
8ea4e7b
Revert "SF: detachLayer from Client earlier on destruction"
by Pablo Ceballos
· 9 years ago
3dcabfa
Latch transform with geometry state.
by Robert Carr
· 9 years ago
9e56aa0
Switch SurfaceFlinger to HWC 2.0
by Dan Stoza
· 10 years ago
aaf51e5
Merge "Add interface for controlling single buffer auto refresh" into nyc-dev
by Pablo Ceballos
· 9 years ago
792e529
SF: Prevent non-sync transactions from syncing
by Dan Stoza
· 9 years ago
ff95aab
Add interface for controlling single buffer auto refresh
by Pablo Ceballos
· 10 years ago
cac3538
SF: Modify transaction/buffer sync logic
by Dan Stoza
· 10 years ago
e338df1
SF: detachLayer from Client earlier on destruction
by Pablo Ceballos
· 10 years ago
3bddd5b
SF: Don't use pointer if promote() fails
by Pablo Ceballos
· 10 years ago
04839ab
SF: Initialize mSingleBufferMode
by Pablo Ceballos
· 10 years ago
0631218
SF: Force refresh when in single buffer mode
by Pablo Ceballos
· 10 years ago
7dde599
Support SurfaceView synchronization.
by Dan Stoza
· 10 years ago
19e3e06
BQ: Modify consumer buffer count interfaces
by Pablo Ceballos
· 10 years ago
d87defa
SF: Allow present if sideband stream changed
by Dan Stoza
· 10 years ago
0eb2d39
SF: Ignore PTS more than one second in the future
by Dan Stoza
· 10 years ago
db4850c
libgui: Fix handling of rotated surface damage
by Dan Stoza
· 10 years ago
2311608
libgui/SF: Propagate SECURE Layer flag changes
by Dan Stoza
· 10 years ago
17833a1
SF: Don't crop surface damage against viewport
by Dan Stoza
· 10 years ago
65476f3
SurfaceFlinger: Handle EGL errors more cleanly
by Dan Stoza
· 10 years ago
a4650a5
Fix PTS handling for buffer replacement
by Dan Stoza
· 10 years ago
12e0a27
SF: Apply pending transactions to new sidebands
by Dan Stoza
· 10 years ago
ecc5040
SurfaceFlinger: Fix PTS on stale buffers
by Dan Stoza
· 10 years ago
9e9b044
SF: Always perform sideband transactions
by Dan Stoza
· 10 years ago
ee44edd
SurfaceFlinger: Pass surface damage to HWC
by Dan Stoza
· 10 years ago
11611f9
DO NOT MERGE SurfaceFlinger: Stop using IGBC::BufferItem
by Dan Stoza
· 10 years ago
82c6bcc
DO NOT MERGE Add dataSpace to buffer queues; remove old format enums.
by Eino-Ville Talvala
· 10 years ago
1e61166
am b947f29a: Merge "Add clamp to Layer and update Transform inverse." into lmp-mr1-dev
by Michael Lentine
· 11 years ago
28ea217
Add clamp to Layer and update Transform inverse.
by Michael Lentine
· 11 years ago
686c5be
am 6b9454d1: SurfaceFlinger: Do less work when using PTS
by Dan Stoza
· 11 years ago
6b9454d
SurfaceFlinger: Do less work when using PTS
by Dan Stoza
· 11 years ago
4037c45
resolved conflicts for merge of 07dffa18 to lmp-mr1-dev-plus-aosp
by Andreas Gampe
· 11 years ago
89fd4f7
Frameworks/native: Wall Werror in surfaceflinger
by Andreas Gampe
· 11 years ago
8dc5539
Add a BufferItem parameter to onFrameAvailable
by Dan Stoza
· 11 years ago
6c925ed
Fixed discrepancy between crop and frame transparencies.
by Michael Lentine
· 11 years ago
5bf786d
surfaceflinger: recompute visibility after sideband stream change
by Jesse Hall
· 11 years ago
7b90258
Fix inverse orientation when original is not applied first.
by Michael Lentine
· 11 years ago
1440963
Fix camera orientation by swapping horizontal and vertical flips when needed.
by Michael Lentine
· 11 years ago
f755140
Incorporate TransformToDisplayInverse into the crop calculation.
by Michael Lentine
· 11 years ago
5af281f
Fix HWComposer Surface Crop when surface is rotated
by Michael Lentine
· 11 years ago
03414a1
Turn on support for async cursor update in surfaceflinger.
by Riley Andrews
· 11 years ago
1681d95
Add sticky transform to surfaceflinger.
by Ruben Brunk
· 11 years ago
41d67d7
Improve SurfaceFlinger PTS estimation
by Andy McFadden
· 11 years ago
cf8684b
Merge "Adding render stats APIs to UiAutomation (framework native)."
by Svetoslav
· 11 years ago
d85084b
Adding render stats APIs to UiAutomation (framework native).
by Svetoslav
· 11 years ago
4cd47b2
Merge "Fix sideband stream issues"
by Wonsik Kim
· 11 years ago
b3d0bdf
BufferQueue: Remove Bn version of create*
by Dan Stoza
· 11 years ago
afe3081
Fix sideband stream issues
by Wonsik Kim
· 11 years ago
b9b0883
Remove deprecated BufferQueue constructor
by Dan Stoza
· 11 years ago
399184a
Add sideband streams to BufferQueue and related classes
by Jesse Hall
· 11 years ago
c701401
Allow disabling layer rotation during screenshots
by Dan Stoza
· 11 years ago
4125a4f
Allow "opaque" flag to be updated
by Andy McFadden
· 12 years ago
c1c05de
fix camera API 2.0 orientation
by Mathias Agopian
· 12 years ago
ff2ed70
color blindness enhancement
by Mathias Agopian
· 12 years ago
19733a3
minor clean-up of the GLESRenderer
by Mathias Agopian
· 12 years ago
4ceff3d
screenshot layers wouldn't work in some cases
by Mathias Agopian
· 12 years ago
0e8f144
Fix a bug where non-cropped layer could be scaled incorrectly
by Mathias Agopian
· 12 years ago
49457ac
Encapsulate textures into their own Texture class
by Mathias Agopian
· 12 years ago
e048a43
Merge "Add support for EGL_KHR_gl_colorspace" into klp-dev
by Jesse Hall
· 12 years ago
5cdc899
don't reallocate the mesh each time we use it
by Mathias Agopian
· 12 years ago
3f84483
SurfaceFlinger now uses GLES 2.x when available
by Mathias Agopian
· 12 years ago
c2e4122
Add support for EGL_KHR_gl_colorspace
by Jesse Hall
· 12 years ago
db89edc
All consumers now take an IGraphicBufferConsumer instead of a BufferQueue
by Mathias Agopian
· 12 years ago
c2414bb
get rid of HAL pixelformats 5551 and 4444
by Mathias Agopian
· 12 years ago
dd53371
make transparent pixels transparents again
by Mathias Agopian
· 12 years ago
5773d3f
get rid of PixelFormatInfo and simplify things
by Mathias Agopian
· 12 years ago
6547ff4
surfaceflinger: add frame duration logging
by Jamie Gennis
· 12 years ago
595264f
BufferQueue improvements and APIs changes
by Mathias Agopian
· 12 years ago
8f938a5
always pass the BufferQueue explicitely to consumers
by Mathias Agopian
· 12 years ago
c33f9a7
Merge "Pay attention to buffer timestamps"
by Andy McFadden
· 12 years ago
1585c4d
Pay attention to buffer timestamps
by Andy McFadden
· 12 years ago
6b44267
fix SF buffer cropping
by Mathias Agopian
· 12 years ago
875d8e1
Refactor SF. Move all GL operations in their own class.
by Mathias Agopian
· 12 years ago
1eae0ee
clean-up SurfaceFlinger a bit
by Mathias Agopian
· 12 years ago
29c3f35
Prevent opaque windows from making framebuffer translucent
by Jesse Hall
· 12 years ago
f3e85d4
take the "transparent region" into account for blending
by Mathias Agopian
· 12 years ago
6c7f25a
reformat Rect.{cpp|h}
by Mathias Agopian
· 12 years ago
3e25fd8
Add a --color option to dumpsys SurfaceFlinger
by Mathias Agopian
· 12 years ago
74d211a
clean-up/simplify all dump() APIs
by Mathias Agopian
· 12 years ago
6c67f0f
make sure to update the "current state" when we "fake" the transaction
by Mathias Agopian
· 12 years ago
2ca7939
latch transparent region hint only when we get a new frame
by Mathias Agopian
· 12 years ago
13f01cb
Pass sp<Fence>s around instead of file descriptors
by Jesse Hall
· 12 years ago
6710604
get rid of purgatory and fix QueuesToWindowComposer query
by Mathias Agopian
· 12 years ago
4d9b822
get rid of ISurface
by Mathias Agopian
· 12 years ago
13127d8
Get rid of LayerBase.
by Mathias Agopian
· 12 years ago
b79f61d
fold LayerBaseClient into LayerBase
by Mathias Agopian
· 12 years ago
a8bca8d
refactor the crop region for hwc is calculated/set
by Mathias Agopian
· 12 years ago
789a6c3
SurfaceFlinger: fix a couple NULL fence checks
by Jamie Gennis
· 12 years ago
1df8c34
libgui: disallow NULL Fence pointers
by Jamie Gennis
· 13 years ago
351c294
Merge changes I8bded1ea,I7478293e
by Jamie Gennis
· 12 years ago
4b0eba9
SurfaceFlinger: add win anim frame time tracking
by Jamie Gennis
· 12 years ago
9f8386e
Add support for plane-alpha in HWC
by Mathias Agopian
· 13 years ago
33c544c
SurfaceFlinger: remove a driver bug workaround
by Jamie Gennis
· 12 years ago
882e3a3
Add some comments.
by Andy McFadden
· 13 years ago
2adaf04
Rename ISurfaceTexture and SurfaceTexture
by Andy McFadden
· 13 years ago
97eba89
Avoid unnecessary texture bind
by Andy McFadden
· 13 years ago
bf974ab
Refactor SurfaceTexture a bit.
by Andy McFadden
· 13 years ago
46b6bce
SurfaceFlinger: work around a driver bug
by Jamie Gennis
· 13 years ago
9913b99
am a7da0dda: am 98cbec81: am efd614b8: Merge "make transform hint multi-display aware" into jb-mr1.1-dev
by Mathias Agopian
· 13 years ago
8430095
make transform hint multi-display aware
by Mathias Agopian
· 13 years ago
Next »