summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge "Glop layer mesh rendering"Chris Craik2015-02-2011-128/+192
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Glop layer mesh renderingChris Craik2015-02-1911-128/+192
| |/ / /
* | | | Merge "Initial attempt at jank-tracking stat collection"John Reck2015-02-2018-57/+564
|\ \ \ \
| * | | | Initial attempt at jank-tracking stat collectionJohn Reck2015-02-2018-57/+564
| |/ / /
* | | | Fix onDrawText for non-absolute positioningTom Hudson2015-02-201-5/+7
|/ / /
* | | Merge "Glop text shadows, clearLayerRegions, and rectangleList"Chris Craik2015-02-184-39/+131
|\ \ \
| * | | Glop text shadows, clearLayerRegions, and rectangleListChris Craik2015-02-174-39/+131
* | | | Fix layer shader to store layer pointerChris Craik2015-02-181-1/+1
|/ / /
* | | Glop SkiaShader supportChris Craik2015-02-1710-53/+389
* | | Glop path texture supportChris Craik2015-02-126-18/+71
* | | Glop Bitmap and RoundRect clipping supportChris Craik2015-02-1214-189/+421
* | | Fix Glop vertex alpha blendingChris Craik2015-02-093-6/+17
* | | Glop support for indexed quadsChris Craik2015-02-098-53/+123
* | | Merge "Glop ColorFilter & VertexBuffer support, initial enable"Chris Craik2015-02-0639-415/+443
|\ \ \
| * | | Glop ColorFilter & VertexBuffer support, initial enableChris Craik2015-02-0639-415/+443
* | | | Merge "Don't try to fully tear down program in terminate()"Chris Craik2015-02-051-1/+1
|\ \ \ \ | |/ / /
| * | | Don't try to fully tear down program in terminate()Chris Craik2015-02-051-1/+1
* | | | Merge "GlopBuilder, and test app refactor"Chris Craik2015-02-0515-112/+417
|\ \ \ \ | |/ / /
| * | | GlopBuilder, and test app refactorChris Craik2015-02-0415-112/+417
* | | | resolved conflicts for merge of c7e6b93a to masterJohn Reck2015-02-044-13/+13
|\ \ \ \ | | |/ / | |/| |
| * | | am af6eaf65: Merge "Fix ANR caused by hwuiTask thread" automerge: 5ad36d4John Reck2015-02-044-13/+13
| |\ \ \ | | | |/ | | |/|
| | * | Merge "Fix ANR caused by hwuiTask thread"John Reck2015-02-044-13/+13
| | |\ \
| | | * | Fix ANR caused by hwuiTask threadSangkyu Lee2015-01-124-13/+13
* | | | | Merge "Refactoring of Program ownership/lifecycle, and WIP Glop rendering path"Chris Craik2015-02-0317-124/+293
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Refactoring of Program ownership/lifecycle, and WIP Glop rendering pathChris Craik2015-02-0217-124/+293
* | | | | Merge "Add a WAIT_FOR_GPU_COMPLETION option"John Reck2015-01-304-115/+21
|\ \ \ \ \
| * | | | | Add a WAIT_FOR_GPU_COMPLETION optionJohn Reck2015-01-304-115/+21
* | | | | | Merge "Refactor blending and texture gl state"Chris Craik2015-01-3026-345/+498
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Refactor blending and texture gl stateChris Craik2015-01-3026-345/+498
* | | | | | Merge "Create proxy between Skia's SkCanvas and the framework Canvas."Derek Sollenberger2015-01-306-12/+474
|\ \ \ \ \ \
| * | | | | | Create proxy between Skia's SkCanvas and the framework Canvas.Derek Sollenberger2015-01-306-12/+474
| | |/ / / / | |/| | | |
* | | | | | Merge "Fix double create of Caches"Chris Craik2015-01-301-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix double create of CachesChris Craik2015-01-301-1/+3
| |/ / / /
* | | | | Merge "Rename Canvas::getSkCanvas to Canvas::asSkCanvas"Derek Sollenberger2015-01-303-54/+59
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename Canvas::getSkCanvas to Canvas::asSkCanvasDerek Sollenberger2015-01-293-54/+59
* | | | | resolved conflicts for merge of fe5ac4fc to masterJohn Reck2015-01-295-7/+27
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am 5f3e21ce: am 6efc3ac6: Merge "Allow ~Layer() to happen after onGLContextDe...John Reck2015-01-295-7/+26
| |\ \ \ \
| | * | | | Allow ~Layer() to happen after onGLContextDestroyedJohn Reck2015-01-295-7/+26
* | | | | | Move more GL state management to RenderState and its directoryChris Craik2015-01-2825-497/+683
* | | | | | Move scissor state to RenderStateChris Craik2015-01-2716-198/+248
* | | | | | am f7049289: am 3812e68e: Merge "kill HAVE_PTHREADS."Yabin Cui2015-01-272-10/+2
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | am f7049289: am 3812e68e: Merge "kill HAVE_PTHREADS."Yabin Cui2015-01-272-10/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | kill HAVE_PTHREADS.Yabin Cui2015-01-262-10/+2
* | | | | Merge "Ensure compatible layout for vertices"Rob Tsuk2015-01-221-16/+27
|\ \ \ \ \
| * | | | | Ensure compatible layout for verticesRob Tsuk2015-01-221-16/+27
* | | | | | Remove DisplayListLogBufferChris Craik2015-01-2110-208/+14
* | | | | | Merge "Simplify and correct texture upload unpack alignment parameter"Chris Craik2015-01-201-4/+1
|\ \ \ \ \ \
| * | | | | | Simplify and correct texture upload unpack alignment parameterChris Craik2015-01-201-4/+1
* | | | | | | am d9bd0886: am aee7225e: Merge "Process base APK" into lmp-mr1-dev automerge...Adam Lesinski2015-01-201-1/+7
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | am aee7225e: Merge "Process base APK" into lmp-mr1-devAdam Lesinski2015-01-201-1/+7
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |