Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
2adaf04fab35cf47c824d74d901b54094e01ccd3
/
include
/
gui
2adaf04
Rename ISurfaceTexture and SurfaceTexture
by Andy McFadden
· 13 years ago
0273adb
Added some comments
by Andy McFadden
· 13 years ago
3c1ada9
Merge "SurfaceTextureClient: remove a deprecated ctor"
by Jamie Gennis
· 13 years ago
4def860
SurfaceTextureClient: remove a deprecated ctor
by Jamie Gennis
· 13 years ago
c6f0466
Merge "SurfaceFlinger: Move GraphicBufferAlloc to libgui"
by Jamie Gennis
· 13 years ago
392edd8
SurfaceFlinger: Move GraphicBufferAlloc to libgui
by Jamie Gennis
· 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
a4a3149
Change ConsumerBase's FrameAvailableListener to be a weak pointer
by Igor Murashkin
· 13 years ago
dd3cb84
SurfaceFlinger: add support for secure displays
by Jamie Gennis
· 13 years ago
2d5e230
SurfaceFlinger: add animation transactions
by Jamie Gennis
· 13 years ago
2a09bb3
Add blankDisplay/unblankDisplay to SurfaceComposerClient.
by Jeff Brown
· 13 years ago
9504eb9
Fix race condition in ConsumerBase::addReleaseFence()
by Jesse Hall
· 13 years ago
c01a79d
Pass display arg to blank/unblank
by Andy McFadden
· 13 years ago
38b6572
Revert "Compatibility work around for bad graphics driver dependency."
by Iliyan Malchev
· 13 years ago
4803b74
Show build config in dumpsys SurfaceFlinger
by Andy McFadden
· 13 years ago
e96e9e1
fix a crasher in SurfaceTexture's setFilteringEnabled
by Mathias Agopian
· 13 years ago
ff28e20
Display events now always carry the display id they happened on
by Mathias Agopian
· 13 years ago
148994e
We now report hotplug events to the framework
by Mathias Agopian
· 13 years ago
3941cb2
SurfaceTexture: default to doing GL sync
by Jamie Gennis
· 13 years ago
8dfa92f
Plumb display name into SurfaceFlinger
by Andy McFadden
· 13 years ago
6905205
Fix transform hints
by Andy McFadden
· 13 years ago
61e04b9
SurfaceTexture: use eglWaitSync
by Jamie Gennis
· 13 years ago
b272541
libgui: move fence handling into ConsumerBase
by Jamie Gennis
· 13 years ago
00e8c7a
display projection API now has a single function instead of 3
by Mathias Agopian
· 13 years ago
c68f2ec
BufferQueue: add a setMaxAcquiredBufferCount check
by Jamie Gennis
· 13 years ago
9e75ddd
libgui: add BufferQueue test infrastructure
by Jamie Gennis
· 13 years ago
72f096f
BufferQueue: use max acquired buffer count
by Jamie Gennis
· 13 years ago
1847f7f
Merge "BufferQueue: simplify max buffer count handling" into jb-mr1-dev
by Jamie Gennis
· 13 years ago
2b97769
Merge "BufferQueue: clean up buffer counting" into jb-mr1-dev
by Jamie Gennis
· 13 years ago
94f2615
Revert "A vendor ril depends on a native screen shot code."
by Wink Saville
· 13 years ago
e191e6c
BufferQueue: simplify max buffer count handling
by Jamie Gennis
· 13 years ago
31a353d
BufferQueue: clean up buffer counting
by Jamie Gennis
· 13 years ago
9b5782b
A vendor ril depends on a native screen shot code.
by Wink Saville
· 13 years ago
3ee454a
Eradicate DisplayID.
by Mathias Agopian
· 13 years ago
a50b51c
Compatibility work around for bad graphics driver dependency.
by Jeff Brown
· 13 years ago
380223b
Remove unused "layer" argument from show().
by Jeff Brown
· 13 years ago
9d4e3d2
Banish DisplayID from the SurfaceFlinger API.
by Jeff Brown
· 13 years ago
490aee0
Merge "SurfaceTexture: inherit from ConsumerBase (try 2)" into jb-mr1-dev
by Jamie Gennis
· 13 years ago
9fea342
SurfaceTexture: inherit from ConsumerBase (try 2)
by Jamie Gennis
· 13 years ago
e232fdc
Add BufferItemConsumer, a simple BufferQueue consumer.
by Eino-Ville Talvala
· 13 years ago
f57e754
CpuConsumer: inherit from ConsumerBase
by Eino-Ville Talvala
· 13 years ago
8683fca
improve [un]marshalling of non-binder objects
by Mathias Agopian
· 13 years ago
e57f292
make multi-display more real
by Mathias Agopian
· 13 years ago
3165cc2
libgui includes refactoring
by Mathias Agopian
· 13 years ago
1a4d883
surfaceflinger: refactor FrambufferSurface
by Jamie Gennis
· 13 years ago
92efd84
screen-off animation won't be handled by SF anymore
by Mathias Agopian
· 13 years ago
c666cae
get rid of the shared-memory control block
by Mathias Agopian
· 13 years ago
8785578
add a layerStack attribute to Layers.
by Mathias Agopian
· 13 years ago
8b33f03
update SF binder protocol to support setting display attributes
by Mathias Agopian
· 13 years ago
6d7e32c
Remove unused layer flags.
by Jeff Brown
· 13 years ago
6501e99
Remove freeze(), unfreeze() and setFreezeTint().
by Jeff Brown
· 13 years ago
f9176a9
Remove freezeDisplay(), which is no-op.
by Jeff Brown
· 13 years ago
dc5b485
Pass fence to HWC on first use of buffer
by Jesse Hall
· 13 years ago
b42b1ac
Return fence from acquireBuffer
by Jesse Hall
· 13 years ago
c777b0b
Pass fences with buffers from SurfaceTextureClient
by Jesse Hall
· 13 years ago
3094df3
First prototype atttempting to support an external display
by Mathias Agopian
· 13 years ago
f785754
Pass fences from BufferQueue to SurfaceTextureClient
by Jesse Hall
· 13 years ago
ef19414
Transfer HWC release fences to BufferQueue
by Jesse Hall
· 13 years ago
d8e812c
Update ANativeWindow clients for sync
by Jamie Gennis
· 13 years ago
3e87601
Implement SurfaceFlinger's ANW on top of BufferQueue
by Mathias Agopian
· 13 years ago
8e53306
surfaceflinger: replace early suspend with binder call from PowerManager
by Colin Cross
· 13 years ago
2466e40
am 584fcb32: am 2c8207e9: add the ability to reject buffers in SurfaceTexture::updateTexImage
by Mathias Agopian
· 13 years ago
2c8207e
add the ability to reject buffers in SurfaceTexture::updateTexImage
by Mathias Agopian
· 13 years ago
a74eb25
am dd739965: Merge changes I32fbc2b6,Ifd0ed05b into jb-dev
by Jamie Gennis
· 13 years ago
e41b318
Add a BufferQueue CPU consumer.
by Eino-Ville Talvala
· 13 years ago
b7a6b96
libgui: remove setPostTransformCrop
by Jamie Gennis
· 13 years ago
f15a83f
SurfaceFlinger: add a crop to the layer state
by Jamie Gennis
· 13 years ago
5c1139f
SurfaceTexture: improve texture matrix computation
by Jamie Gennis
· 13 years ago
d72f233
libgui: Add support for post-xform crops.
by Jamie Gennis
· 13 years ago
efc7ab6
libgui: Add plumbing for active rectangle
by Jamie Gennis
· 13 years ago
2488b20
add a way to query whether an ANativeWindow consumer is running ahead of the producer
by Mathias Agopian
· 13 years ago
24202f5
update the binder protocol for connect to match that of queueBuffer
by Mathias Agopian
· 13 years ago
a0db308
remove SurfaceTexture::connect()
by Mathias Agopian
· 13 years ago
85b2176
Remove fixed USAGE_HW_TEXTURE flag from BufferQueue.
by Eino-Ville Talvala
· 13 years ago
ac6035a
s/w rendered apps can now use n-buffering (n>2)
by Mathias Agopian
· 13 years ago
016c8cb
Enabled cropping support in SurfaceTexture
by Daniel Lam
· 13 years ago
55a7014
SurfaceTextureClient: support for application buffer dimensions
by Michael I. Gold
· 13 years ago
f0bc2f1
use in/out structures for queueBuffer() IPC
by Mathias Agopian
· 13 years ago
fbcda93
BufferQueue returns proper code on acquire
by Daniel Lam
· 13 years ago
abe61bf
BufferQueue no longer hardcodes buffer counts
by Daniel Lam
· 13 years ago
8cce8a9
Merge "Fixed disconnect bug in SurfaceTexture"
by Jamie Gennis
· 13 years ago
7b5be95
use a socketpair instead of a pipe in BitTube
by Mathias Agopian
· 13 years ago
9abe1eb
Fixed disconnect bug in SurfaceTexture
by Daniel Lam
· 13 years ago
0e1080f
Merge "SurfaceTexture: add context attach & detach"
by Jamie Gennis
· 13 years ago
74bed55
SurfaceTexture: add context attach & detach
by Jamie Gennis
· 13 years ago
851ef8f
reduce IPC with BufferQueue
by Mathias Agopian
· 13 years ago
9d61a28
Refactored DummyConsumer
by Daniel Lam
· 13 years ago
f71c4ae
Added a DummyConsumer for use with BufferQueue.
by Daniel Lam
· 13 years ago
b0e76f4
remove dependency of EGL on ndk header
by Mathias Agopian
· 13 years ago
ce56137
libgui: have ST::updateTexImage check the GL ctx
by Jamie Gennis
· 13 years ago
fa5b40e
libgui: add BQ consumer buffer free notifications
by Jamie Gennis
· 13 years ago
b267579
SurfaceTexture: Fully refactored from BufferQueue
by Daniel Lam
· 13 years ago
eae59d2
Removed dependecies between BufferQueue and SurfaceTexture
by Daniel Lam
· 14 years ago
fbb1655
Merge "Revert "Removed dependecies between BufferQueue and SurfaceTexture""
by Jamie Gennis
· 13 years ago
90ac799
fix libgui header location
by Mathias Agopian
· 13 years ago
9b10c47
Revert "Removed dependecies between BufferQueue and SurfaceTexture"
by Daniel Lam
· 13 years ago
3216705
Merge "Removed dependecies between BufferQueue and SurfaceTexture"
by Jamie Gennis
· 13 years ago
5f2165f
remove dependency on android_native{s_priv|buffer}.h
by Mathias Agopian
· 13 years ago
3330238
Removed dependecies between BufferQueue and SurfaceTexture
by Daniel Lam
· 14 years ago
Next »