Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
310525a3a79cef73e3a5f6841fbd08fb9dbc71e8
/
services
/
surfaceflinger
/
Layer.cpp
885ac76
Merge "SF: Fix arbitrary rotation with inverse display transform" into nyc-dev
by Pablo Ceballos
· 9 years ago
0f5131f
SF: Fix arbitrary rotation with inverse display transform
by Pablo Ceballos
· 9 years ago
0f67b3f
HWC2: Set composition type before setting buffer
by Dan Stoza
· 9 years ago
39c88e8
SF: Set state modified flag when changing sizes
by Pablo Ceballos
· 9 years ago
c814517
SF: Clear local sync points on hide and destroy
by Dan Stoza
· 9 years ago
4d85da4
BQ: Replace items from back of queue
by Pablo Ceballos
· 9 years ago
55b29f2
Merge "SF: Fix camera orientation on virtual displays" into nyc-dev
by Pablo Ceballos
· 9 years ago
021623b
SF: Fix camera orientation on virtual displays
by Pablo Ceballos
· 9 years ago
c3574f7
Add setOverrideScalingMode to SurfaceControl
by Robert Carr
· 9 years ago
05289c2
SF: Don't pop pending state into mCurrentState
by Pablo Ceballos
· 9 years ago
abddf72
Merge changes I653b84e7,Ieafdc14a into nyc-dev
by Rob Carr
· 9 years ago
69663fb
Apply position updates immediately.
by Robert Carr
· 9 years ago
b5d3d26
Move crop outside of geometry state.
by Robert Carr
· 9 years ago
59d12e9
Merge "Rename single buffer mode to shared buffer mode" into nyc-dev
by Pablo Ceballos
· 9 years ago
830f500
Merge "SF: Add FenceTracker" into nyc-dev
by Pablo Ceballos
· 9 years ago
acbe678
Add final crop implementation
by Pablo Ceballos
· 9 years ago
40845df
SF: Add FenceTracker
by Pablo Ceballos
· 10 years ago
3559fbf
Rename single buffer mode to shared buffer mode
by Pablo Ceballos
· 9 years ago
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
Next »