summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Merge "Missing getter and additional tests." into graphics-devAlex Sakhartchouk2011-12-271-0/+7
|\
| * Missing getter and additional tests.Alex Sakhartchouk2011-12-221-0/+7
* | Merge "Adding tests for element/mesh getters. Fixing bugs found by tests." in...Alex Sakhartchouk2011-12-271-15/+48
|\ \ | |/
| * Adding tests for element/mesh getters.Alex Sakhartchouk2011-12-221-15/+48
* | am 2b072677: am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross...Joe Fernandez2011-12-228-17/+54
|\ \ | |/ |/|
| * am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, ...Joe Fernandez2011-12-228-17/+54
| |\
| | * docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-228-17/+54
* | | am f3bd2f7a: Merge "Fix AnimationDrawable double-start bug"Chet Haase2011-12-191-1/+3
|\ \ \ | |/ /
| * | Fix AnimationDrawable double-start bugChet Haase2011-12-191-1/+3
* | | Element getters.Alex Sakhartchouk2011-12-161-6/+24
* | | Private API to support MFF transition.Jason Sams2011-11-233-9/+33
* | | am e693fa3e: am a962ef29: am 4c593010: Merge "Followup to a bug fix. Addtion ...Alex Sakhartchouk2011-11-171-10/+16
|\ \ \ | |/ /
| * | am a962ef29: am 4c593010: Merge "Followup to a bug fix. Addtion of synchroniz...Alex Sakhartchouk2011-11-171-10/+16
| |\ \ | | |/
| | * Followup to a bug fix.Alex Sakhartchouk2011-11-151-10/+16
* | | am 5a471818: Merge "Expand RS vector3 types to vector4."Alex Sakhartchouk2011-11-162-12/+33
|\ \ \ | |/ /
| * | Merge "Expand RS vector3 types to vector4."Alex Sakhartchouk2011-11-162-12/+33
| |\ \
| | * | Expand RS vector3 types to vector4.Alex Sakhartchouk2011-11-152-12/+33
* | | | am d8fa1ad4: am 738d8cae: am c93a151f: Merge "Define, document, and test the ...Mathias Agopian2011-11-151-2/+12
|\ \ \ \ | |/ / /
| * | | am 738d8cae: am c93a151f: Merge "Define, document, and test the behavior of v...Mathias Agopian2011-11-141-2/+12
| |\ \ \ | | | |/ | | |/|
| | * | Merge "Define, document, and test the behavior of very large SurfaceTextures"...Mathias Agopian2011-11-141-2/+12
| | |\ \
| | | * | Define, document, and test the behavior of very large SurfaceTexturesMathias Agopian2011-11-111-2/+12
* | | | | am b14d771c: am f579bb92: am cde433c5: Merge "Fixing a race condition in RSSu...Alex Sakhartchouk2011-11-151-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | am f579bb92: am cde433c5: Merge "Fixing a race condition in RSSurfaceView. Bu...Alex Sakhartchouk2011-11-141-4/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge "Fixing a race condition in RSSurfaceView. Bug 5601083 When destroy is ...Alex Sakhartchouk2011-11-141-4/+4
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fixing a race condition in RSSurfaceView. Bug 5601083Alex Sakhartchouk2011-11-111-4/+4
* | | | | am 951aa9d8: am 9acae658: am 847fbbea: Merge "Localized optimizations in view...Christopher Tate2011-11-111-2/+5
|\ \ \ \ \ | |/ / / /
| * | | | am 9acae658: am 847fbbea: Merge "Localized optimizations in views and bitmaps...Christopher Tate2011-11-111-2/+5
| |\ \ \ \ | | |/ / /
| | * | | Localized optimizations in views and bitmapsChristopher Tate2011-11-111-2/+5
| | |/ /
* | | | Merge "Path rendering" into graphics-devJason Sams2011-11-103-0/+107
|\ \ \ \ | |/ / / |/| | |
| * | | Path renderingJason Sams2011-11-103-0/+107
| | |/ | |/|
* | | am 7e6c75f5: am d211b488: Merge "SurfaceTexture: unhide setDefaultBufferSize"...Jamie Gennis2011-11-091-3/+10
|\ \ \ | |/ / |/| / | |/
| * Merge "SurfaceTexture: unhide setDefaultBufferSize" into ics-mr1Jamie Gennis2011-11-081-3/+10
| |\
| | * SurfaceTexture: unhide setDefaultBufferSizeJamie Gennis2011-11-041-3/+10
* | | am e0ad4746: Merge "Some optimizations for view inflation." into ics-mr1Dianne Hackborn2011-11-031-0/+12
|\ \ \ | |/ /
| * | Some optimizations for view inflation.Dianne Hackborn2011-11-021-0/+12
| |/
* | am 74b2b954: am 09848bc8: Merge "docs: add developer guide cross references, ...Joe Fernandez2011-10-314-8/+33
|\ \ | |/
| * am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE,...Joe Fernandez2011-10-294-8/+33
| |\
| | * docs: add developer guide cross references, Project ACRE, round 3Joe Fernandez2011-10-284-8/+33
* | | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-5/+5
|/ /
* | adding getters to Sampler ProgramRaster, ProgramStore, Element.Alex Sakhartchouk2011-10-186-20/+266
|/
* Don't call saveLayer() when it's not requiredRomain Guy2011-10-101-1/+1
* Simplify the way we get the version info.Jason Sams2011-10-061-7/+1
* Remove unused fields in ProgramRasterJason Sams2011-09-233-18/+8
* Merge "Fix wobbly spinners"Chet Haase2011-09-121-1/+1
|\
| * Fix wobbly spinnersChet Haase2011-09-121-1/+1
* | Turn hinting back onRomain Guy2011-09-121-5/+8
|/
* Pull animation attributes out of main view class.Dianne Hackborn2011-09-091-0/+182
* Hide RTL related APIsFabrice Di Meglio2011-09-071-0/+4
* Fix bug 5231904 - Fix wobbly progress spinnersAdam Powell2011-09-021-1/+1
* Tweaks to NotificationPanel animationChet Haase2011-09-021-1/+4