summaryrefslogtreecommitdiffstats
path: root/libs/gui
Commit message (Expand)AuthorAgeFilesLines
* Revert "error out when SurfaceTexture APIs are called while not connected"Dave Burke2011-08-111-28/+0
* Merge "Read leftover parcel data when a parceled Surface is found in the cache."Mathias Agopian2011-08-101-0/+5
|\
| * Read leftover parcel data when a parceled Surface is found in the cache.Ted Bonkenburg2011-08-091-0/+5
* | 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-083-4/+18
* | 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
* Merge "connect/disconnect is now called from our EGL wrapper"Mathias Agopian2011-08-011-2/+8
|\
| * connect/disconnect is now called from our EGL wrapperMathias Agopian2011-08-011-2/+8
* | SurfaceTexture: allow set_buffer_count(2)Jamie Gennis2011-07-301-5/+5
|/
* Merge "remove dead code and member variables."Mathias Agopian2011-07-262-14/+7
|\
| * remove dead code and member variables.Mathias Agopian2011-07-252-14/+7
* | Merge "SurfaceTexture: enable RGB external textures"Jamie Gennis2011-07-252-42/+20
|\ \
| * | SurfaceTexture: enable RGB external texturesJamie Gennis2011-07-222-42/+20
* | | Merge "Add support for creating a Surface from a a SurfaceTexture."Ted Bonkenburg2011-07-251-14/+42
|\ \ \ | |_|/ |/| |
| * | Add support for creating a Surface from a a SurfaceTexture.Ted Bonkenburg2011-07-221-14/+42
* | | SurfaceTexture: add the abandon method.Jamie Gennis2011-07-224-17/+166
* | | SurfaceTexture: add a deadlock scenario testJamie Gennis2011-07-221-4/+70
| |/ |/|
* | Merge changes I799532f7,I5cffa6ebJamie Gennis2011-07-223-22/+0
|\ \
| * | SurfaceTexture: remove getAllocatorJamie Gennis2011-07-213-22/+0
| |/
* | Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINTMathias Agopian2011-07-211-0/+3
|/
* clean-up. get rid ofunused code and members in Surface[Control].cppMathias Agopian2011-07-204-78/+9
* implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...Mathias Agopian2011-07-193-17/+44
* use SurfaceTexture new scaling mode in SFMathias Agopian2011-07-192-2/+2
* Add set_scaling_mode() to ANativeWindow.Mathias Agopian2011-07-193-0/+61
* Merge "SurfaceTexture: add a multi-SurfaceTexture test"Jamie Gennis2011-07-181-0/+86
|\
| * SurfaceTexture: add a multi-SurfaceTexture testJamie Gennis2011-07-111-0/+86
* | move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian2011-07-153-299/+254
* | Merge "SurfaceTexture: fix SurfaceTextureGLToGLTest"Jamie Gennis2011-07-151-5/+30
|\ \
| * | SurfaceTexture: fix SurfaceTextureGLToGLTestJamie Gennis2011-07-141-5/+30
| |/
* | fix a typo in ISurfaceTexture IPC codeMathias Agopian2011-07-141-1/+1
* | Merge changes Id9aa1003,I8c154189Jamie Gennis2011-07-143-31/+85
|\ \
| * | SurfaceTexture: make (dis)connect into an IPCJamie Gennis2011-07-143-37/+85
| * | SurfaceTexture: add support for new connect valuesJamie Gennis2011-07-141-0/+6
| |/
* | Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-122-8/+0
|\ \
| * | Remove the simulator target from all makefiles.Jeff Brown2011-07-112-8/+0
| |/
* | EGL: fix the ANativeWindow size/fmt overrideJamie Gennis2011-07-111-5/+38
|/
* Merge "SurfaceTexture: enable newly passing tests."Jamie Gennis2011-07-071-8/+4
|\
| * SurfaceTexture: enable newly passing tests.Jamie Gennis2011-07-061-8/+4
* | fix ScreenshotsOfProtectedBuffersFailMathias Agopian2011-07-011-5/+17
* | return an error code with gralloc buffer allocation failuresMathias Agopian2011-07-012-7/+12
|/
* Merge "Minor fix in SurfaceTexture"Pannag Sanketi2011-06-301-3/+8
|\
| * Minor fix in SurfaceTexturePannag Sanketi2011-06-301-3/+8
* | SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-296-357/+315