Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
128fcea1c6f8b5f66a5d88a80789e65aac798416
/
libs
ca08833
don't use compile-time configuration of libgui as much as possible
by Mathias Agopian
· 12 years ago
2bb7168
replace eglWaitSyncANDROID by eglWaitSyncKHR
by Mathias Agopian
· 12 years ago
caa81f0
Merge "make sure to unlock the screenshot's buffer on destruction" into jb-mr2-dev
by Mathias Agopian
· 12 years ago
8000d06
make sure to unlock the screenshot's buffer on destruction
by Mathias Agopian
· 12 years ago
9dd8d89
am 1cd763f1: am cd91024c: Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles."
by Keun-young Park
· 12 years ago
cd91024
Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles."
by Keun-young Park
· 12 years ago
13f01cb
Pass sp<Fence>s around instead of file descriptors
by Jesse Hall
· 12 years ago
7133f86
Merge "improved CallStack a bit" into jb-mr2-dev
by Mathias Agopian
· 12 years ago
cab25d6
improved CallStack a bit
by Mathias Agopian
· 12 years ago
aaebffd
Merge "CpuConsumer: Properly track acquired buffers" into jb-mr2-dev
by Eino-Ville Talvala
· 12 years ago
ac00643
Merge "Revert "Revert "Change SurfaceControl setPosition to take floats""" into jb-mr2-dev
by Ramanan Rajeswaran
· 12 years ago
d6480c0
Revert "Revert "Change SurfaceControl setPosition to take floats""
by Ramanan Rajeswaran
· 12 years ago
7c1a487
fix build. update test to new API
by Mathias Agopian
· 12 years ago
abe815d
rework how we take screenshots for a CPU consumer
by Mathias Agopian
· 12 years ago
9cd766a
disable RefBase consistency checks (NDEBUG)
by Mathias Agopian
· 12 years ago
4e37ddf
Fix a crasher with RefBase debugging and vectors of wp<>
by Mathias Agopian
· 12 years ago
ca987c8
Merge "A few tweaks to RefBase debugging" into jb-mr2-dev
by Mathias Agopian
· 12 years ago
19437cb
A few tweaks to RefBase debugging
by Mathias Agopian
· 12 years ago
4c00cc1
Fix argument types in IGraphicBufferProducer methods
by Jesse Hall
· 12 years ago
e81421e
Add Vector::resize()
by Jesse Hall
· 12 years ago
1791eef
fix a couple race-conditions in RefBase::promote()
by Dianne Hackborn
· 12 years ago
5b00af2
am 7212ff29: am 20e154f1: Merge "Second try at adding a compatibility symbol for the MemoryBase constructor."
by Elliott Hughes
· 12 years ago
c47f098
Revert "Add a compatibility symbol for the MemoryBase constructor."
by Elliott Hughes
· 12 years ago
5ca39ea
am 9b57ad73: am 8facd1b2: Merge "Add a compatibility symbol for the MemoryBase constructor."
by Elliott Hughes
· 12 years ago
ddd2863
Second try at adding a compatibility symbol for the MemoryBase constructor.
by Elliott Hughes
· 12 years ago
6dbf07d
Revert "Add a compatibility symbol for the MemoryBase constructor."
by Elliott Hughes
· 12 years ago
7f974ff
Add a compatibility symbol for the MemoryBase constructor.
by Elliott Hughes
· 12 years ago
35ffa6a
Surface can now be created only from an IGraphicBufferProducer
by Mathias Agopian
· 12 years ago
4d9b822
get rid of ISurface
by Mathias Agopian
· 12 years ago
f795852
temporary: enable ASSERTs in RefBase
by Mathias Agopian
· 12 years ago
d2d5a64
workaround a deadlock when taking screenshots into a surface
by Mathias Agopian
· 12 years ago
dbca4a0
Merge "Add Thread::isRunning and Condition::signal(WakeUpType)" into jb-mr2-dev
by Romain Guy
· 12 years ago
9447be6
Add Thread::isRunning and Condition::signal(WakeUpType)
by Romain Guy
· 12 years ago
7589b2a
add two libgui tests
by Mathias Agopian
· 12 years ago
e3e43b3
rename binder services main thread to Binder_*
by Mathias Agopian
· 12 years ago
dbf146f
Fix RefBase debugging. O_CREAT must specify the mode.
by Mathias Agopian
· 12 years ago
042ecee
CpuConsumer: Properly track acquired buffers
by Eino-Ville Talvala
· 12 years ago
f082323
Merge "CpuConsumer_test: Extend test with new formats RGBA8888 and optional Y8/Y16" into jb-mr2-dev
by Igor Murashkin
· 12 years ago
29e2047
CpuConsumer_test: Extend test with new formats RGBA8888 and optional Y8/Y16
by Igor Murashkin
· 12 years ago
306f18c
Merge "rework screenshot API and implementation" into jb-mr2-dev
by Mathias Agopian
· 12 years ago
006a601
Fix reading NULL Surfaces from Parcels
by Jesse Hall
· 12 years ago
2a9fc49
rework screenshot API and implementation
by Mathias Agopian
· 12 years ago
bbb57f3
Revert "Change SurfaceControl setPosition to take floats"
by Dave Burke
· 12 years ago
eb0d129
CpuConsumer: Add optional asynchronous mode
by Eino-Ville Talvala
· 12 years ago
64d8b19
CpuConsumer: Don't unlock buffers on producer disconnect
by Eino-Ville Talvala
· 12 years ago
3e010f3
Add createTJunctionFreeRegion
by Chris Craik
· 12 years ago
993e14f
Added a test that checks the error behavior of ConsumerBase::abandon
by Mathias Agopian
· 12 years ago
9a867a8
Change SurfaceControl setPosition to take floats
by Michael Wright
· 12 years ago
a7121cf
Merge "get rid of Surface::getISurfaceTexture()"
by Mathias Agopian
· 12 years ago
cf0b8c8
get rid of Surface::getISurfaceTexture()
by Mathias Agopian
· 12 years ago
e88a85e
Fixes to native app ops services
by Eino-Ville Talvala
· 12 years ago
e3c697f
Refactoring: Rename SurfaceTextureClient to Surface
by Mathias Agopian
· 12 years ago
ac9fa42
get rid of Surface identity and token
by Mathias Agopian
· 12 years ago
b997f6e
Merge changes I50831d4e,I5360aebe
by Jamie Gennis
· 12 years ago
1df8c34
libgui: disallow NULL Fence pointers
by Jamie Gennis
· 13 years ago
5da5ca5
App ops: new native access API.
by Dianne Hackborn
· 12 years ago
c4fd05b
Revert "try to fix win_sdk build."
by Nick Kralevich
· 13 years ago
fa99d30
try to fix win_sdk build.
by Nick Kralevich
· 13 years ago
cc1a4bb
[MIPS] Avoid unaligned load/store for 64-bit doubles.
by Douglas Leung
· 13 years ago
7c36cd2
Fix memory leak when getting signal time for unsignaled fences
by Jesse Hall
· 13 years ago
466a192
Minor tweaks.
by Andy McFadden
· 13 years ago
2adaf04
Rename ISurfaceTexture and SurfaceTexture
by Andy McFadden
· 13 years ago
cce6230
Merge "Add NULL check to CallStack::toString"
by Marco Nelissen
· 13 years ago
3213063
Add NULL check to CallStack::toString
by Marco Nelissen
· 13 years ago
c911ea5
stop using a deprecated SurfaceTextureClient ctor
by Jamie Gennis
· 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
884e3bc
am 6426bd62: am f53f9c6d: [DO NOT MERGE] GraphicBufferAllocator: stall alloc for async frees
by Jamie Gennis
· 13 years ago
f53f9c6
[DO NOT MERGE] GraphicBufferAllocator: stall alloc for async frees
by Jamie Gennis
· 13 years ago
android-cts-4.2_r2
a436799
am 50f8d285: am d4e70620: am 72c3f7d8: Revert "ConsumerBase: free buffers outside the lock"
by Jamie Gennis
· 13 years ago
50f8d28
am d4e70620: am 72c3f7d8: Revert "ConsumerBase: free buffers outside the lock"
by Jamie Gennis
· 13 years ago
7df1664
am 2d659286: am 2e59d2c3: DO NOT MERGE GraphicBufferAllocator: make frees async
by Jamie Gennis
· 13 years ago
72c3f7d
Revert "ConsumerBase: free buffers outside the lock"
by Jamie Gennis
· 13 years ago
2e59d2c
DO NOT MERGE GraphicBufferAllocator: make frees async
by Jamie Gennis
· 13 years ago
b5fe96b
am 05989772: am 3ed2736c: am b21a4e3b: ConsumerBase: free buffers outside the lock
by Jamie Gennis
· 13 years ago
0598977
am 3ed2736c: am b21a4e3b: ConsumerBase: free buffers outside the lock
by Jamie Gennis
· 13 years ago
b21a4e3
ConsumerBase: free buffers outside the lock
by Jamie Gennis
· 13 years ago
0a73f82
Add LinearAllocator
by Chris Craik
· 13 years ago
653078f
utils: clarify scoped tracing functionality
by Alex Ray
· 13 years ago
b7e0647
utils: Use cutils tracing functionality.
by Alex Ray
· 13 years ago
c849b6f
Merge "SurfaceFlinger: refactor frame time tracking"
by Jamie Gennis
· 13 years ago
b171fe9
am 594a8773: am 764c197c: fix typo that broke all the builds
by Mathias Agopian
· 13 years ago
73d5662
fix typo that broke all the builds
by Mathias Agopian
· 13 years ago
82dbc74
SurfaceFlinger: refactor frame time tracking
by Jamie Gennis
· 13 years ago
764c197
fix typo that broke all the builds
by Mathias Agopian
· 13 years ago
bd3e837
am c208cdd4: am 1d3612f1: am 2a8c49eb: fix an out-of-bounds memory access
by Mathias Agopian
· 13 years ago
c208cdd
am 1d3612f1: am 2a8c49eb: fix an out-of-bounds memory access
by Mathias Agopian
· 13 years ago
2a8c49e
fix an out-of-bounds memory access
by Mathias Agopian
· 13 years ago
2bdd8fd
am 41f7736a: am 434e21bf: am 3fdeb48e: Reduce emulator logspam
by Andy McFadden
· 13 years ago
41f7736
am 434e21bf: am 3fdeb48e: Reduce emulator logspam
by Andy McFadden
· 13 years ago
3fdeb48
Reduce emulator logspam
by Andy McFadden
· 13 years ago
74284b9
Merge "Change ConsumerBase's FrameAvailableListener to be a weak pointer"
by Igor Murashkin
· 13 years ago
a4a3149
Change ConsumerBase's FrameAvailableListener to be a weak pointer
by Igor Murashkin
· 13 years ago
f3f7db6
Allow global transactions to nest.
by Jeff Brown
· 13 years ago
3bc7b27
Merge "Add an LRU cache plus hashing primitives"
by Raph Levien
· 13 years ago
8185e47
Add an LRU cache plus hashing primitives
by Raph Levien
· 13 years ago
Next »