summaryrefslogtreecommitdiffstats
path: root/libs/gui
Commit message (Expand)AuthorAgeFilesLines
* SurfaceTexture: fix a bug with buffer reallocationJamie Gennis2011-11-171-0/+5
* enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devicesMathias Agopian2011-11-142-3/+11
* Define, document, and test the behavior of very large SurfaceTexturesMathias Agopian2011-11-111-0/+32
* SurfaceTexture: various logging improvementsJamie Gennis2011-11-011-16/+32
* Merge "SurfaceTexture: add tests for buffer leaks"Jesse Hall2011-10-201-1/+83
|\
| * SurfaceTexture: add tests for buffer leaksJamie Gennis2011-10-191-1/+83
* | am 827d069a: Merge "SurfaceTexture: free buffers when disconnect fails" into ...Jamie Gennis2011-10-191-1/+1
|\ \ | |/ |/|
| * SurfaceTexture: free buffers when disconnect failsJamie Gennis2011-10-181-1/+1
* | am 9a0732af: Merge "SensorManager reconnects to sensor service when the later...Mathias Agopian2011-10-171-30/+79
|\ \ | |/
| * Merge "SensorManager reconnects to sensor service when the later dies" into i...Mathias Agopian2011-10-171-30/+79
| |\
| | * SensorManager reconnects to sensor service when the later diesMathias Agopian2011-10-161-30/+79
* | | am 3a735078: Merge "SurfaceTexture: report binder transaction failures" into ...Jamie Gennis2011-10-171-23/+56
|\ \ \ | |/ /
| * | Merge "SurfaceTexture: report binder transaction failures" into ics-mr0Jamie Gennis2011-10-171-23/+56
| |\ \ | | |/ | |/|
| | * SurfaceTexture: report binder transaction failuresJamie Gennis2011-10-141-23/+56
* | | am fefffc68: Merge "add logging and defensive code when initializing sensors"...Mathias Agopian2011-10-171-3/+17
|\ \ \ | |/ /
| * | add logging and defensive code when initializing sensorsMathias Agopian2011-10-161-3/+17
* | | SurfaceFlinger: make sync transactions explicitJamie Gennis2011-10-142-10/+29
|/ /
* | Surface: fix a protected buffer testJamie Gennis2011-10-121-25/+2
|/
* SurfaceFlinger: update orientation via transactionsJamie Gennis2011-10-112-65/+29
* 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
* Merge "SurfaceTexture: fix a test deadlock"Jamie Gennis2011-09-051-2/+4
|\
| * SurfaceTexture: fix a test deadlockJamie Gennis2011-08-301-2/+4
* | Error check in queuebuffer in SurfaceTextureClientPannag Sanketi2011-09-021-2/+5
* | Merge "Integreate surfacetexture test into our continuous test framework."Xia Wang2011-08-311-6/+4
|\ \
| * | Integreate surfacetexture test into our continuous test framework.Xia Wang2011-08-301-6/+4
| |/
* | fix Surface positions are not floatsMathias Agopian2011-08-301-3/+3
|/
* make sure to re-initialize SurfaceTexture to its default state on disconnectMathias Agopian2011-08-252-3/+13
* Fix an issue where Surface::lock() would never update the output regionMathias Agopian2011-08-231-3/+8
* Merge "SurfaceTexture: fix queues-to-composer"Jamie Gennis2011-08-183-15/+26
|\
| * SurfaceTexture: fix queues-to-composerJamie Gennis2011-08-173-15/+26
* | 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
* 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
|/