Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
f30fd01497a53cbff8692721026c3f7b6830158e
/
libs
f30fd01
Merge "Workaround for add_tid_to_cgroup failed to write" into jb-dev
by Glenn Kasten
· 13 years ago
10cbbd8
Workaround for add_tid_to_cgroup failed to write
by Glenn Kasten
· 13 years ago
cd1806e
libgui: improve some logging and dumping
by Jamie Gennis
· 13 years ago
555f89d
Add callback hack to find out when to reload system properties.
by Dianne Hackborn
· 13 years ago
82c5380
Merge "SurfaceTexture: improve texture matrix computation" into jb-dev
by Jamie Gennis
· 13 years ago
cae7c0b
Merge "libgui: Add support for post-xform crops." into jb-dev
by Jamie Gennis
· 13 years ago
59df82f
Merge "libui: add the Rect::transform method" into jb-dev
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
34c6588
Change name of system property for traces.
by Dianne Hackborn
· 13 years ago
29267fe
return errors properly in BitTube and SensorEventQueue
by Mathias Agopian
· 13 years ago
5933280
libui: add the Rect::transform method
by Jamie Gennis
· 13 years ago
2ebc4d6
set a Sensor's version properly
by Mathias Agopian
· 13 years ago
5c8a608
SurfaceTexture: fix a memory leak
by Jamie Gennis
· 13 years ago
6b8bef6
PixelFormat.UNKNOWN should return an error when queried
by Mathias Agopian
· 13 years ago
efc7ab6
libgui: Add plumbing for active rectangle
by Jamie Gennis
· 13 years ago
f4b3228
SurfaceTexture: detachFromContext fixed
by Daniel Lam
· 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
a26e1cf
Scheduling group cleanup
by Glenn Kasten
· 13 years ago
9798ff2
Merge "add set thread count"
by Mathias Agopian
· 13 years ago
1b80f79
add set thread count
by Mathias Agopian
· 13 years ago
6c47034
Fix BufferQueue verbose log
by Eino-Ville Talvala
· 13 years ago
85b2176
Remove fixed USAGE_HW_TEXTURE flag from BufferQueue.
by Eino-Ville Talvala
· 13 years ago
992b4c5
Merge "Support tokenizing arbitrary content."
by Jeff Brown
· 13 years ago
a8be8fa
Support tokenizing arbitrary content.
by Jeff Brown
· 13 years ago
9aa74db
SurfaceTexture: fix a memory leak
by Jamie Gennis
· 13 years ago
2efa4b2
Merge changes Id79430f9,I541d3046
by Jamie Gennis
· 13 years ago
695e331
BufferQueue: check before tracing buffer index
by Jamie Gennis
· 13 years ago
91a6826
SurfaceTexture: shrink all sides when cropping
by Jamie Gennis
· 13 years ago
e8db871
double checked locking pattern is not safe on SMP
by Mathias Agopian
· 13 years ago
3aecbb0
fix Region const_iterator.
by Mathias Agopian
· 13 years ago
82ca93b
Merge "s/w rendered apps can now use n-buffering (n>2)"
by Mathias Agopian
· 13 years ago
172a62a
make sure to pass the transform-hint on ANW.connect
by Mathias Agopian
· 13 years ago
ac6035a
s/w rendered apps can now use n-buffering (n>2)
by Mathias Agopian
· 13 years ago
b364be8
fix a typo causing pre-rotation to never work
by Mathias Agopian
· 13 years ago
016c8cb
Enabled cropping support in SurfaceTexture
by Daniel Lam
· 13 years ago
a96b6bd
SurfaceTexture: work around a compiler bug
by Jamie Gennis
· 13 years ago
c2c3802
SurfaceTexture: add a test for user sizes & prerotation
by Jamie Gennis
· 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
cac72cd
Merge "BufferQueue returns proper code on acquire"
by Mathias Agopian
· 13 years ago
fbcda93
BufferQueue returns proper code on acquire
by Daniel Lam
· 13 years ago
d5caca1
Merge "BufferQueue no longer hardcodes buffer counts"
by Mathias Agopian
· 13 years ago
abe61bf
BufferQueue no longer hardcodes buffer counts
by Daniel Lam
· 13 years ago
485744e
Merge "Add a log tag"
by Glenn Kasten
· 13 years ago
8cce8a9
Merge "Fixed disconnect bug in SurfaceTexture"
by Jamie Gennis
· 13 years ago
84ed800
Add a log tag
by Glenn Kasten
· 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
9285a16
Merge "Refactored DummyConsumer"
by Jamie Gennis
· 13 years ago
9d61a28
Refactored DummyConsumer
by Daniel Lam
· 13 years ago
9e0b1f8
remove libandroid.so from targets that don't need it
by Colin Cross
· 13 years ago
8757966
Merge "Added a DummyConsumer for use with BufferQueue."
by Jamie Gennis
· 13 years ago
e377d7d
Merge "add Looper.cpp to build for linux host to use in CTS audio"
by Keun young Park
· 13 years ago
f71c4ae
Added a DummyConsumer for use with BufferQueue.
by Daniel Lam
· 13 years ago
b7beba4
add Looper.cpp to build for linux host to use in CTS audio
by Keun young Park
· 13 years ago
0b94dcd
mv libcpustats from frameworks/base to /native
by Glenn Kasten
· 13 years ago
b0e76f4
remove dependency of EGL on ndk header
by Mathias Agopian
· 13 years ago
1c6cd38
frameworks/native: link host libutils against external/zlib
by Colin Cross
· 13 years ago
163d5a9
frameworks/native: move Zip* from libandroidfw to libutils
by Colin Cross
· 13 years ago
de3b072
Merge "libgui: have ST::updateTexImage check the GL ctx"
by Jamie Gennis
· 13 years ago
782cb13
Merge "libgui: add BQ consumer buffer free notifications"
by Jamie Gennis
· 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
0818b09
Add a simple work queue abstraction.
by Jeff Brown
· 13 years ago
9eeebe3
Merge "Added rules to build f/n/libs/utils in 64-bit: lib64utils.a"
by Andrew Hsieh
· 13 years ago
b267579
SurfaceTexture: Fully refactored from BufferQueue
by Daniel Lam
· 13 years ago
93f283d
Added rules to build f/n/libs/utils in 64-bit: lib64utils.a
by Andrew Hsieh
· 13 years ago
74ff8c2
attempt to fix a deadlock in SurfaceTextureClient::disconnect
by Dave Burke
· 13 years ago
4d0f967
Merge "Expose the set of enabled tags."
by Jeff Brown
· 13 years ago
45b80c6
Expose the set of enabled tags.
by Jeff Brown
· 13 years ago
c2c1f2f
BufferQueue: fixed issues with buffer slots not available
by Daniel Lam
· 13 years ago
a440dc1
Merge "Remove obsolete references to sched_policy.h"
by Glenn Kasten
· 13 years ago
757507e
Merge "Add ATRACEs for Buffer indices"
by Mathias Agopian
· 13 years ago
4bcb575
Remove obsolete references to sched_policy.h
by Glenn Kasten
· 13 years ago
3fcee50
BufferQueue: fixed acquire operation
by Daniel Lam
· 13 years ago
546ed2d
Add ATRACEs for Buffer indices
by Mathias Agopian
· 13 years ago
cf56319
add more tracing for buffer allocation
by Mathias Agopian
· 13 years ago
5b06718
Merge "Fixed several 64-bit porting issues"
by Andrew Hsieh
· 13 years ago
67f8b52
Merge "Shorten thread names"
by Glenn Kasten
· 13 years ago
102d539
Shorten thread names
by Glenn Kasten
· 13 years ago
7a75248
get rid of MemoryHeapPmem
by Mathias Agopian
· 13 years ago
e0dec77
Merge "move CursorWindow from libbinder to libandroidfw"
by Mathias Agopian
· 13 years ago
0ae8c14
Fixed several 64-bit porting issues
by Andrew Hsieh
· 13 years ago
89d353a
move CursorWindow from libbinder to libandroidfw
by Mathias Agopian
· 13 years ago
1c8e95c
Add tracing to various graphics components.
by Jamie Gennis
· 13 years ago
eae59d2
Removed dependecies between BufferQueue and SurfaceTexture
by Daniel Lam
· 14 years ago
015b842
Merge "libutils: add a system-wide tracing utility"
by Jamie Gennis
· 13 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
662d029
remove dummy libsurfaceflinger_client
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
f64b1ca
libutils: add a system-wide tracing utility
by Jamie Gennis
· 13 years ago
5f2165f
remove dependency on android_native{s_priv|buffer}.h
by Mathias Agopian
· 13 years ago
Next »