| Commit message (Expand) | Author | Age | Files | Lines |
* | libgui: disallow NULL Fence pointers | Jamie Gennis | 2013-02-12 | 1 | -9/+14 |
* | Rename ISurfaceTexture and SurfaceTexture | Andy McFadden | 2012-12-18 | 1 | -10/+10 |
* | Refactor SurfaceTexture a bit. | Andy McFadden | 2012-12-11 | 1 | -1/+0 |
* | fix typo that broke all the builds | Mathias Agopian | 2012-11-19 | 1 | -6/+3 |
* | fix an out-of-bounds memory access | Mathias Agopian | 2012-11-15 | 1 | -4/+6 |
* | BufferQueue: alloc without holding the lock | Jamie Gennis | 2012-10-11 | 1 | -11/+25 |
* | libgui: fix up compile options | Jamie Gennis | 2012-10-03 | 1 | -35/+10 |
* | Fix transform hints | Andy McFadden | 2012-09-16 | 1 | -2/+4 |
* | BufferQueue: add a setMaxAcquiredBufferCount check | Jamie Gennis | 2012-09-04 | 1 | -0/+5 |
* | BufferQueue: add a check for the max acquired bufs | Jamie Gennis | 2012-08-30 | 1 | -0/+17 |
* | BufferQueue: use max acquired buffer count | Jamie Gennis | 2012-08-30 | 1 | -14/+29 |
* | BufferQueue: simplify max buffer count handling | Jamie Gennis | 2012-08-29 | 1 | -82/+68 |
* | BufferQueue: clean up buffer counting | Jamie Gennis | 2012-08-29 | 1 | -51/+52 |
* | surfaceflinger: refactor FrambufferSurface | Jamie Gennis | 2012-08-06 | 1 | -30/+22 |
* | Return fence from acquireBuffer | Jesse Hall | 2012-06-30 | 1 | -0/+2 |
* | Pass fences with buffers from SurfaceTextureClient | Jesse Hall | 2012-06-30 | 1 | -18/+21 |
* | Pass fences from BufferQueue to SurfaceTextureClient | Jesse Hall | 2012-06-21 | 1 | -14/+3 |
* | Transfer HWC release fences to BufferQueue | Jesse Hall | 2012-06-21 | 1 | -4/+17 |
* | Implement SurfaceFlinger's ANW on top of BufferQueue | Mathias Agopian | 2012-06-13 | 1 | -5/+10 |
* | Remove misleading and wrong ALOGW | Mathias Agopian | 2012-05-18 | 1 | -2/+0 |
* | libgui: remove setPostTransformCrop | Jamie Gennis | 2012-05-14 | 1 | -2/+2 |
* | libgui: improve some logging and dumping | Jamie Gennis | 2012-05-10 | 1 | -5/+16 |
* | libgui: Add support for post-xform crops. | Jamie Gennis | 2012-05-08 | 1 | -9/+14 |
* | libgui: Add plumbing for active rectangle | Jamie Gennis | 2012-04-24 | 1 | -14/+18 |
* | add a way to query whether an ANativeWindow consumer is running ahead of the ... | Mathias Agopian | 2012-04-23 | 1 | -2/+7 |
* | update the binder protocol for connect to match that of queueBuffer | Mathias Agopian | 2012-04-23 | 1 | -5/+2 |
* | Fix BufferQueue verbose log | Eino-Ville Talvala | 2012-04-18 | 1 | -2/+6 |
* | Remove fixed USAGE_HW_TEXTURE flag from BufferQueue. | Eino-Ville Talvala | 2012-04-18 | 1 | -1/+0 |
* | BufferQueue: check before tracing buffer index | Jamie Gennis | 2012-04-16 | 1 | -3/+6 |
* | make sure to pass the transform-hint on ANW.connect | Mathias Agopian | 2012-04-16 | 1 | -1/+1 |
* | fix a typo causing pre-rotation to never work | Mathias Agopian | 2012-04-12 | 1 | -1/+1 |
* | Enabled cropping support in SurfaceTexture | Daniel Lam | 2012-04-12 | 1 | -1/+3 |
* | use in/out structures for queueBuffer() IPC | Mathias Agopian | 2012-04-10 | 1 | -9/+12 |
* | BufferQueue returns proper code on acquire | Daniel Lam | 2012-04-09 | 1 | -2/+1 |
* | BufferQueue no longer hardcodes buffer counts | Daniel Lam | 2012-04-06 | 1 | -10/+16 |
* | Fixed disconnect bug in SurfaceTexture | Daniel Lam | 2012-04-02 | 1 | -41/+58 |
* | reduce IPC with BufferQueue | Mathias Agopian | 2012-03-30 | 1 | -63/+14 |
* | libgui: add BQ consumer buffer free notifications | Jamie Gennis | 2012-03-19 | 1 | -45/+113 |
* | SurfaceTexture: Fully refactored from BufferQueue | Daniel Lam | 2012-03-13 | 1 | -5/+35 |
* | attempt to fix a deadlock in SurfaceTextureClient::disconnect | Dave Burke | 2012-03-12 | 1 | -8/+9 |
* | BufferQueue: fixed issues with buffer slots not available | Daniel Lam | 2012-03-08 | 1 | -7/+2 |
* | Merge "Add ATRACEs for Buffer indices" | Mathias Agopian | 2012-03-05 | 1 | -0/+15 |
|\ |
|
| * | Add ATRACEs for Buffer indices | Mathias Agopian | 2012-03-01 | 1 | -0/+15 |
* | | BufferQueue: fixed acquire operation | Daniel Lam | 2012-03-02 | 1 | -0/+1 |
|/ |
|
* | Add tracing to various graphics components. | Jamie Gennis | 2012-02-27 | 1 | -0/+18 |
* | Removed dependecies between BufferQueue and SurfaceTexture | Daniel Lam | 2012-02-27 | 1 | -46/+218 |
* | Merge "Revert "Removed dependecies between BufferQueue and SurfaceTexture"" | Jamie Gennis | 2012-02-27 | 1 | -211/+45 |
|\ |
|
| * | Revert "Removed dependecies between BufferQueue and SurfaceTexture" | Daniel Lam | 2012-02-27 | 1 | -211/+45 |
* | | fix libgui header location | Mathias Agopian | 2012-02-27 | 1 | -1/+1 |
|/ |
|
* | Removed dependecies between BufferQueue and SurfaceTexture | Daniel Lam | 2012-02-22 | 1 | -45/+211 |