| Commit message (Expand) | Author | Age | Files | Lines |
* | SurfaceTexture: add the abandon method. | Jamie Gennis | 2011-07-22 | 4 | -17/+166 |
* | SurfaceTexture: add a deadlock scenario test | Jamie Gennis | 2011-07-22 | 1 | -4/+70 |
* | Merge changes I799532f7,I5cffa6eb | Jamie Gennis | 2011-07-22 | 3 | -22/+0 |
|\ |
|
| * | SurfaceTexture: remove getAllocator | Jamie Gennis | 2011-07-21 | 3 | -22/+0 |
* | | Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINT | Mathias Agopian | 2011-07-21 | 1 | -0/+3 |
|/ |
|
* | clean-up. get rid ofunused code and members in Surface[Control].cpp | Mathias Agopian | 2011-07-20 | 4 | -78/+9 |
* | implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal... | Mathias Agopian | 2011-07-19 | 3 | -17/+44 |
* | use SurfaceTexture new scaling mode in SF | Mathias Agopian | 2011-07-19 | 2 | -2/+2 |
* | Add set_scaling_mode() to ANativeWindow. | Mathias Agopian | 2011-07-19 | 3 | -0/+61 |
* | Merge "SurfaceTexture: add a multi-SurfaceTexture test" | Jamie Gennis | 2011-07-18 | 1 | -0/+86 |
|\ |
|
| * | SurfaceTexture: add a multi-SurfaceTexture test | Jamie Gennis | 2011-07-11 | 1 | -0/+86 |
* | | move lock/unlock implementaion outside of Surface into SurfaceTextureClient | Mathias Agopian | 2011-07-15 | 3 | -299/+254 |
* | | Merge "SurfaceTexture: fix SurfaceTextureGLToGLTest" | Jamie Gennis | 2011-07-15 | 1 | -5/+30 |
|\ \ |
|
| * | | SurfaceTexture: fix SurfaceTextureGLToGLTest | Jamie Gennis | 2011-07-14 | 1 | -5/+30 |
| |/ |
|
* | | fix a typo in ISurfaceTexture IPC code | Mathias Agopian | 2011-07-14 | 1 | -1/+1 |
* | | Merge changes Id9aa1003,I8c154189 | Jamie Gennis | 2011-07-14 | 3 | -31/+85 |
|\ \ |
|
| * | | SurfaceTexture: make (dis)connect into an IPC | Jamie Gennis | 2011-07-14 | 3 | -37/+85 |
| * | | SurfaceTexture: add support for new connect values | Jamie Gennis | 2011-07-14 | 1 | -0/+6 |
| |/ |
|
* | | Merge "Remove the simulator target from all makefiles. Bug: 5010576" | Jeff Brown | 2011-07-12 | 2 | -8/+0 |
|\ \ |
|
| * | | Remove the simulator target from all makefiles. | Jeff Brown | 2011-07-11 | 2 | -8/+0 |
| |/ |
|
* | | EGL: fix the ANativeWindow size/fmt override | Jamie Gennis | 2011-07-11 | 1 | -5/+38 |
|/ |
|
* | Merge "SurfaceTexture: enable newly passing tests." | Jamie Gennis | 2011-07-07 | 1 | -8/+4 |
|\ |
|
| * | SurfaceTexture: enable newly passing tests. | Jamie Gennis | 2011-07-06 | 1 | -8/+4 |
* | | fix ScreenshotsOfProtectedBuffersFail | Mathias Agopian | 2011-07-01 | 1 | -5/+17 |
* | | return an error code with gralloc buffer allocation failures | Mathias Agopian | 2011-07-01 | 2 | -7/+12 |
|/ |
|
* | Merge "Minor fix in SurfaceTexture" | Pannag Sanketi | 2011-06-30 | 1 | -3/+8 |
|\ |
|
| * | Minor fix in SurfaceTexture | Pannag Sanketi | 2011-06-30 | 1 | -3/+8 |
* | | SF transactions are now O(1) wrt IPC instead of O(N). | Mathias Agopian | 2011-06-29 | 6 | -357/+315 |
* | | SurfaceTexture: add a CPU -> GL sync test. | Jamie Gennis | 2011-06-28 | 1 | -0/+176 |
* | | SurfaceTexture: consume buffers after err checks | Jamie Gennis | 2011-06-27 | 1 | -14/+9 |
* | | SurfaceTexture: change onFrameAvailable behavior | Jamie Gennis | 2011-06-27 | 1 | -11/+11 |
|/ |
|
* | Add allowSynchronousMode to SurfaceTexture constructor. | Grace Kloba | 2011-06-23 | 1 | -2/+6 |
* | Add method to create a ParcelSurfaceTexture from android.view.Surface. | tedbo | 2011-06-22 | 1 | -0/+4 |
* | SurfaceTexture: make tests use a large framebuffer. | Jamie Gennis | 2011-06-20 | 1 | -19/+25 |
* | Merge "SurfaceTexture: fix a NULL ptr dereference." | Jamie Gennis | 2011-06-20 | 1 | -9/+36 |
|\ |
|
| * | SurfaceTexture: fix a NULL ptr dereference. | Jamie Gennis | 2011-06-20 | 1 | -9/+36 |
* | | SurfaceTexture: enable a test that now passes. | Jamie Gennis | 2011-06-15 | 1 | -1/+1 |
* | | SurfaceTexture: enable a test that is now passing. | Jamie Gennis | 2011-06-15 | 1 | -14/+10 |
|/ |
|
* | SurfaceTexture: increase the test's Surface layer. | Jamie Gennis | 2011-06-14 | 1 | -1/+1 |
* | SurfaceTexture: add some RGBA_8888 tests. | Jamie Gennis | 2011-06-14 | 1 | -21/+228 |
* | SurfaceTextureClient: minor test refactoring. | Jamie Gennis | 2011-06-14 | 1 | -213/+179 |
* | Merge "SurfaceTexture: add a format querying test." | Jamie Gennis | 2011-06-14 | 1 | -0/+25 |
|\ |
|
| * | SurfaceTexture: add a format querying test. | Jamie Gennis | 2011-06-13 | 1 | -0/+25 |
* | | Merge changes I9b8e1962,I7bb843ca | Mathias Agopian | 2011-06-13 | 10 | -1418/+90 |
|\ \ |
|
| * | | Temporarily don't return the current buffer in synchronous mode | Mathias Agopian | 2011-06-13 | 2 | -4/+4 |
| * | | unify SurfaceTexture and Surface | Mathias Agopian | 2011-06-13 | 8 | -1414/+86 |
| |/ |
|
* | | SurfaceTexture: disable a deadlocking test. | Jamie Gennis | 2011-06-13 | 1 | -1/+2 |
* | | SurfaceTexture: add a pixel tolerance to the tests. | Jamie Gennis | 2011-06-13 | 1 | -5/+9 |
|/ |
|
* | SurfaceTexture: add some GL->GL tests. | Jamie Gennis | 2011-06-13 | 1 | -0/+268 |
* | SurfaceTexture: add getTransformMatrix tests. | Jamie Gennis | 2011-06-13 | 1 | -0/+108 |