| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Added an EGLTest for eglTerminate" | Mathias Agopian | 2012-04-19 | 2 | -0/+33 |
|\ |
|
| * | Added an EGLTest for eglTerminate | Daniel Lam | 2012-04-16 | 2 | -0/+33 |
* | | Allow the crypto plugin to specify error detail if it returns an error | Andreas Huber | 2012-04-19 | 1 | -1/+9 |
* | | SF needs to render even if we don't have a h/w composer | Mathias Agopian | 2012-04-18 | 1 | -2/+2 |
* | | Merge "add set thread count" | Mathias Agopian | 2012-04-18 | 2 | -0/+11 |
|\ \ |
|
| * | | add set thread count | Mathias Agopian | 2012-04-18 | 2 | -0/+11 |
* | | | 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 | 3 | -1/+8 |
|/ / |
|
* | | Merge "Fix deadlock when cleaning objects in eglTerminate" | Jesse Hall | 2012-04-18 | 2 | -29/+79 |
|\ \ |
|
| * | | Fix deadlock when cleaning objects in eglTerminate | Jesse Hall | 2012-04-17 | 2 | -29/+79 |
* | | | make sure to clear the framebuffer when using overlays | Mathias Agopian | 2012-04-18 | 2 | -40/+22 |
* | | | Merge "Support tokenizing arbitrary content." | Jeff Brown | 2012-04-17 | 2 | -5/+28 |
|\ \ \ |
|
| * | | | Support tokenizing arbitrary content. | Jeff Brown | 2012-04-17 | 2 | -5/+28 |
| | |/
| |/| |
|
* | | | SurfaceTexture: fix a memory leak | Jamie Gennis | 2012-04-17 | 1 | -6/+17 |
* | | | Merge changes Id79430f9,I541d3046 | Jamie Gennis | 2012-04-17 | 3 | -28/+19 |
|\ \ \ |
|
| * | | | BufferQueue: check before tracing buffer index | Jamie Gennis | 2012-04-16 | 1 | -3/+6 |
| * | | | SurfaceTexture: shrink all sides when cropping | Jamie Gennis | 2012-04-16 | 2 | -25/+13 |
| |/ / |
|
* | | | Merge "double checked locking pattern is not safe on SMP" | Mathias Agopian | 2012-04-17 | 1 | -4/+5 |
|\ \ \ |
|
| * | | | double checked locking pattern is not safe on SMP | Mathias Agopian | 2012-04-16 | 1 | -4/+5 |
| | |/
| |/| |
|
* | | | Merge "Add webview tracing bit" | Chris Craik | 2012-04-17 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add webview tracing bit | Chris Craik | 2012-04-16 | 1 | -1/+2 |
| |/ |
|
* | | fix Region const_iterator. | Mathias Agopian | 2012-04-16 | 2 | -14/+39 |
* | | Merge "don't attempt to clip layers anymore using glScissor" | Mathias Agopian | 2012-04-16 | 5 | -106/+44 |
|\ \ |
|
| * | | don't attempt to clip layers anymore using glScissor | Mathias Agopian | 2012-04-16 | 5 | -106/+44 |
* | | | Merge "get rid off preserve backbuffer optimization in SF" | Mathias Agopian | 2012-04-16 | 7 | -143/+36 |
|\ \ \
| |/ / |
|
| * | | get rid off preserve backbuffer optimization in SF | Mathias Agopian | 2012-04-16 | 7 | -143/+36 |
| |/ |
|
* | | Merge "s/w rendered apps can now use n-buffering (n>2)" | Mathias Agopian | 2012-04-16 | 3 | -13/+31 |
|\ \
| |/
|/| |
|
| * | s/w rendered apps can now use n-buffering (n>2) | Mathias Agopian | 2012-04-13 | 3 | -13/+31 |
* | | make sure to pass the transform-hint on ANW.connect | Mathias Agopian | 2012-04-16 | 1 | -1/+1 |
* | | Merge "make sure to repaint the screen when screen turns on" | Mathias Agopian | 2012-04-13 | 1 | -2/+1 |
|\ \ |
|
| * | | make sure to repaint the screen when screen turns on | Mathias Agopian | 2012-04-13 | 1 | -2/+1 |
| |/ |
|
* | | Move com.nxp.mifare to frameworks/native. | Martijn Coenen | 2012-04-12 | 1 | -0/+20 |
|/ |
|
* | don't wake-up eventthread every 16ms if there are no vsync requests | Mathias Agopian | 2012-04-12 | 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 | 5 | -2/+162 |
* | add com.android.nfc_extras to native/ for pdk. | Ramanan Rajeswaran | 2012-04-12 | 1 | -0/+20 |
* | Merge "Revert "handle surfaces posts independently from composition"" | Mathias Agopian | 2012-04-11 | 2 | -7/+13 |
|\ |
|
| * | Revert "handle surfaces posts independently from composition" | Mathias Agopian | 2012-04-11 | 2 | -7/+13 |
* | | SurfaceTexture: work around a compiler bug | Jamie Gennis | 2012-04-11 | 1 | -1/+1 |
* | | SurfaceTexture: add a test for user sizes & prerotation | Jamie Gennis | 2012-04-11 | 1 | -0/+167 |
* | | SurfaceTextureClient: support for application buffer dimensions | Michael I. Gold | 2012-04-11 | 2 | -9/+52 |
|/ |
|
* | handle surfaces posts independently from composition | Mathias Agopian | 2012-04-11 | 2 | -13/+7 |
* | Merge "make sure to disable VSYNC while screen is off" | Mathias Agopian | 2012-04-11 | 4 | -22/+57 |
|\ |
|
| * | make sure to disable VSYNC while screen is off | Mathias Agopian | 2012-04-11 | 4 | -22/+57 |
* | | Merge "rework screen on/off code" | Mathias Agopian | 2012-04-11 | 4 | -66/+63 |
|\ \
| |/ |
|
| * | rework screen on/off code | Mathias Agopian | 2012-04-10 | 4 | -66/+63 |
* | | Merge "Add sdcard_r group to dumpstate." | Jeff Sharkey | 2012-04-11 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Add sdcard_r group to dumpstate. | Jeff Sharkey | 2012-04-11 | 1 | -1/+2 |
* | | Added vsync debugging information in dumpsys log | Mathias Agopian | 2012-04-10 | 4 | -18/+52 |
* | | use in/out structures for queueBuffer() IPC | Mathias Agopian | 2012-04-10 | 5 | -39/+76 |