| Commit message (Expand) | Author | Age | Files | Lines |
* | Tentative fix for mysteriously recycled bitmap | Romain Guy | 2012-02-08 | 1 | -7/+8 |
* | We should not throw for non-fatal errors. | Stephen Hines | 2012-02-03 | 1 | -2/+3 |
* | Merge "Properly recover from failed compilation." | Stephen Hines | 2012-02-02 | 1 | -1/+1 |
|\ |
|
| * | Properly recover from failed compilation. | Stephen Hines | 2012-02-02 | 1 | -1/+1 |
* | | Fix an incorrect assert that doesn't account for element array size. | Alex Sakhartchouk | 2012-02-02 | 1 | -0/+1 |
|/ |
|
* | Add GradientDrawable.setColors(int[]) | Romain Guy | 2012-01-31 | 2 | -25/+192 |
* | Proper equals/hashCode impls in Rect and RectF | Romain Guy | 2012-01-31 | 2 | -7/+33 |
* | Add full support for Canvas.setDrawFilter() | Romain Guy | 2012-01-23 | 1 | -0/+6 |
* | Update hardware acceleration doc | Romain Guy | 2012-01-23 | 2 | -0/+2 |
* | Fix the build, for real | Romain Guy | 2012-01-19 | 1 | -1/+5 |
* | Fix build | Romain Guy | 2012-01-19 | 1 | -2/+1 |
* | Remove unused code | Romain Guy | 2012-01-19 | 1 | -2/+0 |
* | Deprecate unused APIs | Romain Guy | 2012-01-19 | 3 | -93/+88 |
* | Don't crash on Canvas.drawPicture() | Romain Guy | 2012-01-18 | 1 | -1/+5 |
* | Fix text encoding when drawing with drawPosText in software | Romain Guy | 2012-01-17 | 1 | -0/+6 |
* | Prevent the GC from destroying the underlying native object | Romain Guy | 2012-01-09 | 1 | -4/+5 |
* | am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, ... | Joe Fernandez | 2011-12-22 | 8 | -17/+54 |
|\ |
|
| * | docs: Add developer guide cross-references, Project ACRE, round 4 | Joe Fernandez | 2011-12-22 | 8 | -17/+54 |
* | | Fix AnimationDrawable double-start bug | Chet Haase | 2011-12-19 | 1 | -1/+3 |
* | | am a962ef29: am 4c593010: Merge "Followup to a bug fix. Addtion of synchroniz... | Alex Sakhartchouk | 2011-11-17 | 1 | -10/+16 |
|\ \
| |/ |
|
| * | Followup to a bug fix. | Alex Sakhartchouk | 2011-11-15 | 1 | -10/+16 |
* | | Merge "Expand RS vector3 types to vector4." | Alex Sakhartchouk | 2011-11-16 | 2 | -12/+33 |
|\ \
| |/
|/| |
|
| * | Expand RS vector3 types to vector4. | Alex Sakhartchouk | 2011-11-15 | 2 | -12/+33 |
* | | Merge "Define, document, and test the behavior of very large SurfaceTextures"... | Mathias Agopian | 2011-11-14 | 1 | -2/+12 |
|\ \ |
|
| * | | Define, document, and test the behavior of very large SurfaceTextures | Mathias Agopian | 2011-11-11 | 1 | -2/+12 |
* | | | Merge "Fixing a race condition in RSSurfaceView. Bug 5601083 When destroy is ... | Alex Sakhartchouk | 2011-11-14 | 1 | -4/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fixing a race condition in RSSurfaceView. Bug 5601083 | Alex Sakhartchouk | 2011-11-11 | 1 | -4/+4 |
* | | | Localized optimizations in views and bitmaps | Christopher Tate | 2011-11-11 | 1 | -2/+5 |
|/ / |
|
* | | Merge "SurfaceTexture: unhide setDefaultBufferSize" into ics-mr1 | Jamie Gennis | 2011-11-08 | 1 | -3/+10 |
|\ \
| |/
|/| |
|
| * | SurfaceTexture: unhide setDefaultBufferSize | Jamie Gennis | 2011-11-04 | 1 | -3/+10 |
* | | Some optimizations for view inflation. | Dianne Hackborn | 2011-11-02 | 1 | -0/+12 |
|/ |
|
* | am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE,... | Joe Fernandez | 2011-10-29 | 4 | -8/+33 |
|\ |
|
| * | docs: add developer guide cross references, Project ACRE, round 3 | Joe Fernandez | 2011-10-28 | 4 | -8/+33 |
* | | adding getters to Sampler ProgramRaster, ProgramStore, Element. | Alex Sakhartchouk | 2011-10-18 | 5 | -17/+257 |
|/ |
|
* | Don't call saveLayer() when it's not required | Romain Guy | 2011-10-10 | 1 | -1/+1 |
* | Simplify the way we get the version info. | Jason Sams | 2011-10-06 | 1 | -7/+1 |
* | Remove unused fields in ProgramRaster | Jason Sams | 2011-09-23 | 2 | -12/+4 |
* | Merge "Fix wobbly spinners" | Chet Haase | 2011-09-12 | 1 | -1/+1 |
|\ |
|
| * | Fix wobbly spinners | Chet Haase | 2011-09-12 | 1 | -1/+1 |
* | | Turn hinting back on | Romain Guy | 2011-09-12 | 1 | -5/+8 |
|/ |
|
* | Pull animation attributes out of main view class. | Dianne Hackborn | 2011-09-09 | 1 | -0/+182 |
* | Hide RTL related APIs | Fabrice Di Meglio | 2011-09-07 | 1 | -0/+4 |
* | Fix bug 5231904 - Fix wobbly progress spinners | Adam Powell | 2011-09-02 | 1 | -1/+1 |
* | Tweaks to NotificationPanel animation | Chet Haase | 2011-09-02 | 1 | -1/+4 |
* | Merge "Code cleaning" | Fabrice Di Meglio | 2011-09-01 | 1 | -2/+2 |
|\ |
|
| * | Code cleaning | Fabrice Di Meglio | 2011-08-31 | 1 | -2/+2 |
* | | Use floating point window positions. | Dianne Hackborn | 2011-08-31 | 1 | -0/+31 |
* | | Merge "Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails on... | Fabrice Di Meglio | 2011-08-31 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails on IRK56F... | Fabrice Di Meglio | 2011-08-30 | 1 | -1/+1 |
| |/ |
|
* | | Accessors for frame count and duration. | Jeff Sharkey | 2011-08-30 | 1 | -7/+18 |