Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_native
/
c5d7b7d323bba8772a9005f7d300ad983a04733a
/
libs
/
gui
/
GLConsumer.cpp
c5d7b7d
BufferQueue: track buffer-queue by instance vs. by reference
by Lajos Molnar
· 12 years ago
2381033
am e6eef6c1: am ea74d3b7: make the warning timout of Fence::waitForever() implicit and longer
by Mathias Agopian
· 12 years ago
ea74d3b
make the warning timout of Fence::waitForever() implicit and longer
by Mathias Agopian
· 12 years ago
bdcf1fe
Merge changes I0d9f18d1,Ib96c9161
by Mathias Agopian
· 12 years ago
74d211a
clean-up/simplify all dump() APIs
by Mathias Agopian
· 12 years ago
e692ab9
fix uninitialized variables in GLConsumer
by Mathias Agopian
· 12 years ago
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
13f01cb
Pass sp<Fence>s around instead of file descriptors
by Jesse Hall
· 12 years ago
1df8c34
libgui: disallow NULL Fence pointers
by Jamie Gennis
· 12 years ago
2adaf04
Rename ISurfaceTexture and SurfaceTexture
by Andy McFadden
· 12 years ago
[Renamed (88%) from libs/gui/SurfaceTexture.cpp]
97eba89
Avoid unnecessary texture bind
by Andy McFadden
· 12 years ago
bf974ab
Refactor SurfaceTexture a bit.
by Andy McFadden
· 12 years ago
9504eb9
Fix race condition in ConsumerBase::addReleaseFence()
by Jesse Hall
· 12 years ago
3fd12e4
libgui: fix up compile options
by Jamie Gennis
· 12 years ago
ba607d5
Add Fence::waitForever which logs a warning timeout, and use it
by Jesse Hall
· 12 years ago
e96e9e1
fix a crasher in SurfaceTexture's setFilteringEnabled
by Mathias Agopian
· 12 years ago
d1b330d
SurfaceTexture: fix an out of bounds array write
by Jamie Gennis
· 12 years ago
3941cb2
SurfaceTexture: default to doing GL sync
by Jamie Gennis
· 12 years ago
98ff059
SurfaceTexture: eglDestroySync after duping its fd
by Jamie Gennis
· 12 years ago
61e04b9
SurfaceTexture: use eglWaitSync
by Jamie Gennis
· 12 years ago
01dbf55
SurfaceTexture: use EGL-created native fences
by Jamie Gennis
· 12 years ago
b272541
libgui: move fence handling into ConsumerBase
by Jamie Gennis
· 12 years ago
d69097f
libgui: add some error checks
by Jamie Gennis
· 12 years ago
31a353d
BufferQueue: clean up buffer counting
by Jamie Gennis
· 12 years ago
9fea342
SurfaceTexture: inherit from ConsumerBase (try 2)
by Jamie Gennis
· 12 years ago
ce7a6c0
Revert "SurfaceTexture: inherit from ConsumerBase"
by Jamie Gennis
· 12 years ago
ed059a8
SurfaceTexture: inherit from ConsumerBase
by Jamie Gennis
· 12 years ago
3d1d09c
SurfaceTexture: Fix a fence fd leak.
by Jamie Gennis
· 12 years ago
45cb2ba
SurfaceTexture: fix an out of bounds array access
by Jamie Gennis
· 12 years ago
72131d9
remove unneeded dependencies in libhardware
by Mathias Agopian
· 12 years ago
4f9c284
Add missing break in switch statement
by Romain Guy
· 12 years ago
e7db724
Fix check for fence merge success
by Jesse Hall
· 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
d58c304
Clarify aborted updateTexImage use of fences
by Jesse Hall
· 13 years ago
ef19414
Transfer HWC release fences to BufferQueue
by Jesse Hall
· 13 years ago
2c8207e
add the ability to reject buffers in SurfaceTexture::updateTexImage
by Mathias Agopian
· 13 years ago
7e477bf
make sure BufferQueue releases newly acquired buffers on failures
by Mathias Agopian
· 13 years ago
90ed850
Recreate EGLImage for previously used slots
by Jesse Hall
· 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
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
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
9aa74db
SurfaceTexture: fix a memory leak
by Jamie Gennis
· 13 years ago
91a6826
SurfaceTexture: shrink all sides when cropping
by Jamie Gennis
· 13 years ago
016c8cb
Enabled cropping support in SurfaceTexture
by Daniel Lam
· 13 years ago
fbcda93
BufferQueue returns proper code on acquire
by Daniel Lam
· 13 years ago
9abe1eb
Fixed disconnect bug in SurfaceTexture
by Daniel Lam
· 13 years ago
74bed55
SurfaceTexture: add context attach & detach
by Jamie Gennis
· 13 years ago
f71c4ae
Added a DummyConsumer for use with BufferQueue.
by Daniel Lam
· 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
1c8e95c
Add tracing to various graphics components.
by Jamie Gennis
· 13 years ago
eae59d2
Removed dependecies between BufferQueue and SurfaceTexture
by Daniel Lam
· 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
9b10c47
Revert "Removed dependecies between BufferQueue and SurfaceTexture"
by Daniel Lam
· 13 years ago
3330238
Removed dependecies between BufferQueue and SurfaceTexture
by Daniel Lam
· 13 years ago
b856052
Refactored query function from SurfaceTexture into BufferQueue
by Daniel Lam
· 13 years ago
6b091c5
Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue.
by Daniel Lam
· 13 years ago
e6f43dd
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
32397c1
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
a19954a
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
9d45368
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
ace62f2
am 74e0fcae: am a1dee3f5: Merge "SurfaceTexture: fix a verbose-log compile error" into ics-mr1
by Jamie Gennis
· 13 years ago
988637e
SurfaceTexture: fix a verbose-log compile error
by Jamie Gennis
· 13 years ago
a4fbecd
am 55d3880e: am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1
by Mathias Agopian
· 13 years ago
86edf4f
SurfaceTexture: add EGL_KHR_fence_sync option
by Jamie Gennis
· 13 years ago
41f673c
split ComposerService out of SurfaceComposerClient.h
by Mathias Agopian
· 13 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
· 13 years ago
93a098f
am 8390cf39: am 8646cd42: Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1
by Mathias Agopian
· 13 years ago
185a0a0
am c2597295: am 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ics-mr1
by Jamie Gennis
· 13 years ago
7723773
Merge "don't report an error when disconnecting from an abandoned surfacetexture" into ics-mr1
by Mathias Agopian
· 13 years ago
75cf5a7
Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1
by Mathias Agopian
· 13 years ago
5976946
EGL: default to swap interval 1
by Jamie Gennis
· 13 years ago
8b8a004
don't report an error when disconnecting from an abandoned surfacetexture
by Mathias Agopian
· 13 years ago
7c6eba6
enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices
by Mathias Agopian
· 13 years ago
b963e22
am 9da22d2c: am 2ba13186: Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1
by Jamie Gennis
· 13 years ago
e984dd1
Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1
by Jamie Gennis
· 13 years ago
aaa3ecf
SurfaceTexture: fix a bug with buffer reallocation
by Jamie Gennis
· 13 years ago
1c46c42
am abdade71: am 69c17a11: Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into ics-mr1
by Mathias Agopian
· 13 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
· 13 years ago
c554d2b
Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into ics-mr1
by Mathias Agopian
· 13 years ago
c21180e
Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"
by Mathias Agopian
· 13 years ago
c1ef3c4
Merge "SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue call" into ics-mr1
by Jamie Gennis
· 13 years ago
029f760
am 556a406c: am 3aa684ec: Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1
by Mathias Agopian
· 13 years ago
a929748
SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue call
by Sunita Nadampalli
· 13 years ago
251ce85
enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices
by Mathias Agopian
· 13 years ago
eade85c
am c5ce130f: Merge "SurfaceTexture: various logging improvements" into ics-mr1
by Jamie Gennis
· 13 years ago
6ee96ad
SurfaceTexture: various logging improvements
by Jamie Gennis
· 13 years ago
6807e59
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
fb1b5a2
SurfaceTexture: parameterize the texture target
by Jamie Gennis
· 13 years ago
fa28c35
SurfaceTexture: add name support
by Jamie Gennis
· 13 years ago
06649fe
cleanup: fix typos in logs
by Mathias Agopian
· 13 years ago
70e3f81
make sure to re-initialize SurfaceTexture to its default state on disconnect
by Mathias Agopian
· 13 years ago
Next »