Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | am 8ef609ab: am a4206029: am 5d5a0ca5: Merge "Fixing the wrong link in YuvIma... | Brad Fitzpatrick | 2011-03-29 | 1 | -3/+3 |
|\ | |||||
| * | am a4206029: am 5d5a0ca5: Merge "Fixing the wrong link in YuvImage JavaDoc." | Brad Fitzpatrick | 2011-03-29 | 1 | -3/+3 |
| |\ | |||||
| | * | Merge "Fixing the wrong link in YuvImage JavaDoc." | Brad Fitzpatrick | 2011-03-23 | 1 | -3/+3 |
| | |\ | |||||
| | | * | Fixing the wrong link in YuvImage JavaDoc. | Keiji Ariyama | 2011-02-05 | 1 | -3/+3 |
| | * | | am 7d234fab: Merge "Don\'t drop the drawable cache completely on configuratio... | Dianne Hackborn | 2011-01-14 | 12 | -12/+12 |
| | |\ \ | | | |/ | |||||
| | | * | Don't drop the drawable cache completely on configuration change | Christopher Lais | 2011-01-14 | 12 | -12/+12 |
| | * | | am 61d9ffbf: Merge "Do not merge." into gingerbread | Wei-Ta Chen | 2011-01-13 | 2 | -0/+273 |
| | |\ \ | |||||
| | | * | | Do not merge. | Wei-Ta Chen | 2011-01-11 | 2 | -0/+273 |
* | | | | | merge libsurfaceflinger_client into libgui | Mathias Agopian | 2011-03-25 | 1 | -1/+1 |
* | | | | | Merge "NEW_API: Add getTimestamp() to SurfaceTexture." | Eino-Ville Talvala | 2011-03-24 | 1 | -1/+0 |
|\ \ \ \ \ | |||||
| * | | | | | NEW_API: Add getTimestamp() to SurfaceTexture. | Eino-Ville Talvala | 2011-03-21 | 1 | -1/+0 |
* | | | | | | Always apply the tile mode. | Romain Guy | 2011-03-24 | 1 | -10/+70 |
* | | | | | | Merge "Use Harfbuzz instead of ICU4C for computing advances" | Fabrice Di Meglio | 2011-03-23 | 2 | -1/+67 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Use Harfbuzz instead of ICU4C for computing advances | Fabrice Di Meglio | 2011-03-22 | 2 | -1/+67 |
* | | | | | | Start seperating out RS compute implementation. Create hal | Jason Sams | 2011-03-17 | 3 | -53/+25 |
* | | | | | | Merge "Add support for timestamps into SurfaceTexture." | Eino-Ville Talvala | 2011-03-17 | 1 | -0/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add support for timestamps into SurfaceTexture. | Eino-Ville Talvala | 2011-03-17 | 1 | -0/+16 |
* | | | | | | | am 6ff211e0: am 8f6c5226: am 55a9be3d: Merge "Fix for bug 3434228" into honey... | Alex Sakhartchouk | 2011-03-16 | 3 | -7/+9 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Fix for bug 3434228 | Alex Sakhartchouk | 2011-03-16 | 3 | -7/+9 |
| |/ / / / / | |||||
* | | | | | | Merge "Check setName() for null string + typo fixes." | Stephen Hines | 2011-03-16 | 1 | -4/+10 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Check setName() for null string + typo fixes. | Stephen Hines | 2011-03-15 | 1 | -4/+10 |
| |/ / / / | |||||
| * | | | | Merge "Fix typos in RenderScript docs." | Stephen Hines | 2011-03-03 | 2 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | Fix typos in RenderScript docs. | Stephen Hines | 2011-03-01 | 2 | -2/+2 |
* | | | | | | 2X2 matrix needs 4 float elements. | Stephen Hines | 2011-03-15 | 1 | -1/+1 |
* | | | | | | DO NOT MERGE: Fix typos in RenderScript docs. | Stephen Hines | 2011-03-03 | 2 | -2/+2 |
|/ / / / / | |||||
* | | | | | Merge "Fixing element count bug in renderscript." | Alex Sakhartchouk | 2011-03-02 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Fixing element count bug in renderscript. | Alex Sakhartchouk | 2011-03-02 | 1 | -1/+2 |
| |/ / / / | |||||
* | | | | | Merge changes I9a202210,If26ef8be | Mathias Agopian | 2011-03-02 | 1 | -71/+81 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | fix YV12 documentation | Mathias Agopian | 2011-03-02 | 1 | -6/+16 |
| * | | | | reformat file, which contained tabs instead of spaces | Mathias Agopian | 2011-03-01 | 1 | -71/+71 |
* | | | | | Discovered a matrix element bug while writing cts unit tests. | Alex Sakhartchouk | 2011-02-28 | 1 | -3/+3 |
|/ / / / | |||||
* | | | | Expand on the SurfaceTexture API docs. | Jamie Gennis | 2011-02-25 | 1 | -1/+7 |
* | | | | Revert "Merge "Expand on the SurfaceTexture API docs."" | Jamie Gennis | 2011-02-24 | 1 | -7/+1 |
* | | | | Merge "Expand on the SurfaceTexture API docs." | Jamie Gennis | 2011-02-24 | 1 | -1/+7 |
|\ \ \ \ | |||||
| * | | | | Expand on the SurfaceTexture API docs. | Jamie Gennis | 2011-02-23 | 1 | -1/+7 |
* | | | | | Merge "Bug 3438258 Add SurfaceTexture as MediaPlayer sink" | Glenn Kasten | 2011-02-24 | 1 | -3/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Bug 3438258 Add SurfaceTexture as MediaPlayer sink | Glenn Kasten | 2011-02-23 | 1 | -3/+6 |
* | | | | | | Add a new Camera API to control the camera's location | Romain Guy | 2011-02-23 | 1 | -4/+98 |
* | | | | | | More documentation for Canvas.drawArc() | Romain Guy | 2011-02-23 | 1 | -3/+15 |
* | | | | | | Add dither XML attribute support to Gradient and ShapeDrawable. | Romain Guy | 2011-02-23 | 2 | -4/+10 |
|/ / / / / | |||||
* | | | | | Don't swap bottom left and bottom right corner radii. | Romain Guy | 2011-02-23 | 2 | -3/+4 |
|/ / / / | |||||
* | | | | Expose an API to get a bitmap's size in bytes. | Jesse Wilson | 2011-02-16 | 2 | -5/+14 |
* | | | | Fix Paint#breakText(char[]..) JavaDoc | Brian Muramatsu | 2011-02-16 | 1 | -3/+1 |
* | | | | Deprecate ARGB_4444. | Romain Guy | 2011-02-14 | 1 | -6/+62 |
* | | | | am affeaaed: am bbdc4ce2: Merge "clean up and add javadocs" into honeycomb | Robert Ly | 2011-02-10 | 33 | -95/+246 |
|\ \ \ \ | |||||
| * | | | | clean up and add javadocs | Robert Ly | 2011-02-09 | 33 | -95/+246 |
* | | | | | Expose several useful Bitmap APIs. | Romain Guy | 2011-02-08 | 1 | -13/+11 |
|/ / / / | |||||
* | | | | Fixes cache misses and extra allocations. | Romain Guy | 2011-02-03 | 1 | -1/+1 |
* | | | | Assume ARGB_8888 for unknown configs. | Romain Guy | 2011-02-01 | 1 | -2/+18 |
* | | | | Don't convert 4444 images to 565. | Romain Guy | 2011-01-31 | 1 | -2/+2 |