summaryrefslogtreecommitdiffstats
path: root/libs/gui/SurfaceTexture.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Refactored query function from SurfaceTexture into BufferQueueDaniel Lam2012-02-091-29/+0
* Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue.Daniel Lam2012-02-071-671/+3
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-4/+4
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* am 74e0fcae: am a1dee3f5: Merge "SurfaceTexture: fix a verbose-log compile er...Jamie Gennis2011-12-121-2/+2
|\
| * SurfaceTexture: fix a verbose-log compile errorJamie Gennis2011-12-091-2/+2
* | am 55d3880e: am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1Mathias Agopian2011-11-301-166/+233
|\ \ | |/
| * SurfaceTexture: add EGL_KHR_fence_sync optionJamie Gennis2011-11-291-166/+233
* | split ComposerService out of SurfaceComposerClient.hMathias Agopian2011-11-281-0/+2
* | am cc4d02e0: am 07a2d831: Merge "don\'t report an error when disconnecting fr...Mathias Agopian2011-11-211-2/+3
|\ \ | |/
| * Merge "don't report an error when disconnecting from an abandoned surfacetext...Mathias Agopian2011-11-211-2/+3
| |\
| | * don't report an error when disconnecting from an abandoned surfacetextureMathias Agopian2011-11-181-2/+3
* | | am 8390cf39: am 8646cd42: Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegr...Mathias Agopian2011-11-211-3/+7
|\ \ \ | |/ /
| * | Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1Mathias Agopian2011-11-211-3/+7
| |\ \
| | * | enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devicesMathias Agopian2011-11-181-3/+7
| | |/
* | | am c2597295: am 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ic...Jamie Gennis2011-11-211-0/+5
|\ \ \ | |/ /
| * | EGL: default to swap interval 1Jamie Gennis2011-11-211-0/+5
| |/
* | am 9da22d2c: am 2ba13186: Merge "SurfaceTexture: fix a bug with buffer reallo...Jamie Gennis2011-11-181-0/+5
|\ \ | |/
| * Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1Jamie Gennis2011-11-171-0/+5
| |\
| | * SurfaceTexture: fix a bug with buffer reallocationJamie Gennis2011-11-171-0/+5
* | | am abdade71: am 69c17a11: Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER ...Mathias Agopian2011-11-171-7/+3
|\ \ \ | |/ /
| * | Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into i...Mathias Agopian2011-11-161-7/+3
| |\ \
| | * | Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"Mathias Agopian2011-11-161-7/+3
| | |/
* | | am 7765fc65: am fd6b64f6: Merge "SurfaceTexture: Fix to return the oldest of ...Jamie Gennis2011-11-171-5/+17
|\ \ \ | |/ /
| * | Merge "SurfaceTexture: Fix to return the oldest of free buffers to Client on ...Jamie Gennis2011-11-161-5/+17
| |\ \ | | |/ | |/|
| | * SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue...Sunita Nadampalli2011-11-151-5/+17
* | | am 556a406c: am 3aa684ec: Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegr...Mathias Agopian2011-11-151-3/+7
|\ \ \ | |/ /
| * | enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devicesMathias Agopian2011-11-141-3/+7
| |/
* | am c5ce130f: Merge "SurfaceTexture: various logging improvements" into ics-mr1Jamie Gennis2011-11-031-16/+32
|\ \ | |/
| * SurfaceTexture: various logging improvementsJamie Gennis2011-11-011-16/+32
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
|/
* SurfaceTexture: parameterize the texture targetJamie Gennis2011-09-301-7/+8
* SurfaceTexture: add name supportJamie Gennis2011-09-221-60/+85
* cleanup: fix typos in logsMathias Agopian2011-09-161-1/+1
* make sure to re-initialize SurfaceTexture to its default state on disconnectMathias Agopian2011-08-251-1/+4
* don't return the current buffer from dequeueBufferMathias Agopian2011-08-171-4/+23
* fix a small race condition when returning the default width/height of a Surfa...Mathias Agopian2011-08-171-5/+4
* Revert "error out when SurfaceTexture APIs are called while not connected"Dave Burke2011-08-111-28/+0
* fix a crasher in SurfaceTexture::updateTexImage()Mathias Agopian2011-08-101-25/+56
* rework dequeueBuffer()'s main loop.Mathias Agopian2011-08-101-32/+34
* error out when SurfaceTexture APIs are called while not connectedMathias Agopian2011-08-101-6/+36
* fix a crasher in dumpsysMathias Agopian2011-08-091-4/+10
* free all buffers when ANativeWindow::disconnect is calledMathias Agopian2011-08-081-0/+1
* return correct value from query after connecting a surfaceMathias Agopian2011-08-081-1/+5
* Merge "improve dumpsys SurfaceFlinger output"Mathias Agopian2011-08-081-3/+8
|\
| * improve dumpsys SurfaceFlinger outputMathias Agopian2011-08-081-3/+8
* | add some logs to track a crash in eglCreateImageKHRMathias Agopian2011-08-081-0/+16
|/
* Add a 'release' method to the SurfaceTexture public Java APIMathias Agopian2011-08-031-0/+1