Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
3e03d3fb6a4cb93f5f978f9d2eed7b7cc62a06a6
/
libs
/
gui
cd1806e
libgui: improve some logging and dumping
by Jamie Gennis
· 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
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
29267fe
return errors properly in BitTube and SensorEventQueue
by Mathias Agopian
· 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
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
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
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
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
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
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
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
74ff8c2
attempt to fix a deadlock in SurfaceTextureClient::disconnect
by Dave Burke
· 13 years ago
c2c1f2f
BufferQueue: fixed issues with buffer slots not available
by Daniel Lam
· 13 years ago
757507e
Merge "Add ATRACEs for Buffer indices"
by Mathias Agopian
· 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
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
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
3330238
Removed dependecies between BufferQueue and SurfaceTexture
by Daniel Lam
· 14 years ago
b856052
Refactored query function from SurfaceTexture into BufferQueue
by Daniel Lam
· 14 years ago
6b091c5
Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue.
by Daniel Lam
· 14 years ago
99fe3c6
make sure to ignore SIGPIPE in the write side of BitTube
by Mathias Agopian
· 13 years ago
99ce5cd
separate transactions from updates
by Mathias Agopian
· 14 years ago
bff957f
SurfaceTexture: use fence sync on omap4 & s5pc110
by Daniel Lam
· 14 years ago
1db13d7
Get AID_GRAPHICS from right place
by Glenn Kasten
· 14 years ago
e6f43dd
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
32397c1
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
c267bab
Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE"
by Steve Block
· 14 years ago
2adea70
Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros"
by Glenn Kasten
· 14 years ago
99ed224
Use the standard CC_LIKELY and CC_UNLIKELY macros
by Glenn Kasten
· 14 years ago
a19954a
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
9d45368
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
ace62f2
am 74e0fcae: am a1dee3f5: Merge "SurfaceTexture: fix a verbose-log compile error" into ics-mr1
by Jamie Gennis
· 14 years ago
988637e
SurfaceTexture: fix a verbose-log compile error
by Jamie Gennis
· 14 years ago
478ae5e
Improve the VSYNC api a bit.
by Mathias Agopian
· 14 years ago
a4fbecd
am 55d3880e: am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1
by Mathias Agopian
· 14 years ago
86edf4f
SurfaceTexture: add EGL_KHR_fence_sync option
by Jamie Gennis
· 14 years ago
fe27e2f
SurfaceTexture: add a blit-to-FBO test
by Jamie Gennis
· 14 years ago
d0566bc
Add support for sending VSYNC events to the framework
by Mathias Agopian
· 14 years ago
439cf85
Fix build.
by Mathias Agopian
· 14 years ago
461afeb
Add support for sending VSYNC events to the framework
by Mathias Agopian
· 14 years ago
3ad3807
BitTube::read now handles EAGAIN
by Mathias Agopian
· 14 years ago
41f673c
split ComposerService out of SurfaceComposerClient.h
by Mathias Agopian
· 14 years ago
6b7c5da
am cc4d02e0: am 07a2d831: Merge "don\'t report an error when disconnecting from an abandoned surfacetexture" into ics-mr1
by Mathias Agopian
· 14 years ago
93a098f
am 8390cf39: am 8646cd42: Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1
by Mathias Agopian
· 14 years ago
185a0a0
am c2597295: am 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ics-mr1
by Jamie Gennis
· 14 years ago
7723773
Merge "don't report an error when disconnecting from an abandoned surfacetexture" into ics-mr1
by Mathias Agopian
· 14 years ago
75cf5a7
Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1
by Mathias Agopian
· 14 years ago
e3603d7
SurfaceTexture: fix a couple tests
by Jamie Gennis
· 14 years ago
5976946
EGL: default to swap interval 1
by Jamie Gennis
· 14 years ago
6f4cdfe
SurfaceTexture: clean up some tests
by Jamie Gennis
· 14 years ago
8bee68f
am d0df44b5: am 4d71053b: Merge "attempt to fix bug 5313580" into ics-mr1
by Mathias Agopian
· 14 years ago
8b8a004
don't report an error when disconnecting from an abandoned surfacetexture
by Mathias Agopian
· 14 years ago
7c6eba6
enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices
by Mathias Agopian
· 14 years ago
6285c6c
Merge "attempt to fix bug 5313580" into ics-mr1
by Mathias Agopian
· 14 years ago
b963e22
am 9da22d2c: am 2ba13186: Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1
by Jamie Gennis
· 14 years ago
a36bcd5
attempt to fix bug 5313580
by Mathias Agopian
· 14 years ago
e984dd1
Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1
by Jamie Gennis
· 14 years ago
aaa3ecf
SurfaceTexture: fix a bug with buffer reallocation
by Jamie Gennis
· 14 years ago
1c46c42
am abdade71: am 69c17a11: Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into ics-mr1
by Mathias Agopian
· 14 years ago
ccf5b9f
am 7765fc65: am fd6b64f6: Merge "SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue call" into ics-mr1
by Jamie Gennis
· 14 years ago
c554d2b
Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into ics-mr1
by Mathias Agopian
· 14 years ago
c21180e
Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"
by Mathias Agopian
· 14 years ago
c1ef3c4
Merge "SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue call" into ics-mr1
by Jamie Gennis
· 14 years ago
Next »