summaryrefslogtreecommitdiffstats
path: root/libs/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge "SurfaceTexture: improve texture matrix computation" into jb-devJamie Gennis2012-05-091-32/+52
|\
| * SurfaceTexture: improve texture matrix computationJamie Gennis2012-05-081-32/+52
* | Merge "libgui: Add support for post-xform crops." into jb-devJamie Gennis2012-05-095-76/+141
|\ \ | |/
| * libgui: Add support for post-xform crops.Jamie Gennis2012-05-085-76/+141
* | return errors properly in BitTube and SensorEventQueueMathias Agopian2012-05-072-6/+11
|/
* set a Sensor's version properlyMathias Agopian2012-05-041-1/+4
* SurfaceTexture: fix a memory leakJamie Gennis2012-05-021-19/+13
* libgui: Add plumbing for active rectangleJamie Gennis2012-04-244-109/+119
* SurfaceTexture: detachFromContext fixedDaniel Lam2012-04-241-1/+1
* add a way to query whether an ANativeWindow consumer is running ahead of the ...Mathias Agopian2012-04-232-13/+40
* update the binder protocol for connect to match that of queueBufferMathias Agopian2012-04-233-18/+11
* remove SurfaceTexture::connect()Mathias Agopian2012-04-231-7/+0
* Fix BufferQueue verbose logEino-Ville Talvala2012-04-181-2/+6
* Remove fixed USAGE_HW_TEXTURE flag from BufferQueue.Eino-Ville Talvala2012-04-182-1/+2
* SurfaceTexture: fix a memory leakJamie Gennis2012-04-171-6/+17
* Merge changes Id79430f9,I541d3046Jamie Gennis2012-04-173-28/+19
|\
| * BufferQueue: check before tracing buffer indexJamie Gennis2012-04-161-3/+6
| * SurfaceTexture: shrink all sides when croppingJamie Gennis2012-04-162-25/+13
* | Merge "s/w rendered apps can now use n-buffering (n>2)"Mathias Agopian2012-04-161-7/+21
|\ \ | |/ |/|
| * s/w rendered apps can now use n-buffering (n>2)Mathias Agopian2012-04-131-7/+21
* | make sure to pass the transform-hint on ANW.connectMathias Agopian2012-04-161-1/+1
|/
* fix a typo causing pre-rotation to never workMathias Agopian2012-04-121-1/+1
* Enabled cropping support in SurfaceTextureDaniel Lam2012-04-124-2/+160
* SurfaceTexture: work around a compiler bugJamie Gennis2012-04-111-1/+1
* SurfaceTexture: add a test for user sizes & prerotationJamie Gennis2012-04-111-0/+167
* SurfaceTextureClient: support for application buffer dimensionsMichael I. Gold2012-04-111-3/+34
* use in/out structures for queueBuffer() IPCMathias Agopian2012-04-103-33/+29
* BufferQueue returns proper code on acquireDaniel Lam2012-04-093-22/+8
* BufferQueue no longer hardcodes buffer countsDaniel Lam2012-04-061-10/+16
* Merge "Fixed disconnect bug in SurfaceTexture"Jamie Gennis2012-04-063-54/+219
|\
| * Fixed disconnect bug in SurfaceTextureDaniel Lam2012-04-023-54/+219
* | use a socketpair instead of a pipe in BitTubeMathias Agopian2012-04-023-53/+75
|/
* Merge "SurfaceTexture: add context attach & detach"Jamie Gennis2012-04-012-214/+793
|\
| * SurfaceTexture: add context attach & detachJamie Gennis2012-03-302-214/+793
* | reduce IPC with BufferQueueMathias Agopian2012-03-303-152/+51
* | Merge "Refactored DummyConsumer"Jamie Gennis2012-03-291-11/+2
|\ \
| * | Refactored DummyConsumerDaniel Lam2012-03-271-11/+2
| |/
* | remove libandroid.so from targets that don't need itColin Cross2012-03-271-1/+0
|/
* Added a DummyConsumer for use with BufferQueue.Daniel Lam2012-03-263-0/+55
* remove dependency of EGL on ndk headerMathias Agopian2012-03-232-0/+5
* libgui: have ST::updateTexImage check the GL ctxJamie Gennis2012-03-192-46/+89
* libgui: add BQ consumer buffer free notificationsJamie Gennis2012-03-194-81/+245
* SurfaceTexture: Fully refactored from BufferQueueDaniel Lam2012-03-133-23/+111
* attempt to fix a deadlock in SurfaceTextureClient::disconnectDave Burke2012-03-121-8/+9
* BufferQueue: fixed issues with buffer slots not availableDaniel Lam2012-03-081-7/+2
* Merge "Add ATRACEs for Buffer indices"Mathias Agopian2012-03-051-0/+15
|\
| * Add ATRACEs for Buffer indicesMathias Agopian2012-03-011-0/+15
* | BufferQueue: fixed acquire operationDaniel Lam2012-03-021-0/+1
|/
* Add tracing to various graphics components.Jamie Gennis2012-02-273-0/+35
* Removed dependecies between BufferQueue and SurfaceTextureDaniel Lam2012-02-272-148/+293