| Commit message (Expand) | Author | Age | Files | Lines |
* | libhwui: Remove opaque check for everything | Ketut Putu Kumajaya | 2016-04-22 | 1 | -12/+0 |
* | Remove opaque check in preparing dirty region for all QCOM device | dianlujitao | 2016-03-09 | 1 | -1/+1 |
* | libhwui: fix texture memory leak | Dohyun Lee | 2016-01-23 | 1 | -0/+1 |
* | Remove opaque check in preparing dirty region | Rama Vaddula | 2015-11-20 | 1 | -0/+11 |
* | Fix HWUI Path Cache dangling pointer | Digish Pandya | 2015-11-11 | 1 | -1/+4 |
* | Merge "New setLocalMatrix() operation for HWUI" into mnc-dev | Tom Hudson | 2015-07-10 | 1 | -0/+6 |
|\ |
|
| * | New setLocalMatrix() operation for HWUI | Tom Hudson | 2015-07-09 | 1 | -0/+6 |
* | | Remove all usage of fmin and fmax | Chris Craik | 2015-07-07 | 1 | -5/+5 |
|/ |
|
* | Switch from fminf/fmaxf to std::min/max | Chris Craik | 2015-06-30 | 1 | -10/+10 |
* | Avoid over-damaging layer area for multidraws | Chris Craik | 2015-06-24 | 1 | -7/+12 |
* | Fix roundrect clipping / blending ordering | Chris Craik | 2015-06-12 | 1 | -18/+18 |
* | Handle shader matrix correctly when ignoring canvas transform | Chris Craik | 2015-06-02 | 1 | -41/+56 |
* | Merge "Use path intersection instead of saveLayer+mesh to mask projected ripp... | Chris Craik | 2015-05-28 | 1 | -8/+38 |
|\ |
|
| * | Use path intersection instead of saveLayer+mesh to mask projected ripples | Chris Craik | 2015-05-26 | 1 | -8/+38 |
* | | Fix position snapping for drawBitmap(rect, rect) | Chris Craik | 2015-05-26 | 1 | -6/+9 |
|/ |
|
* | Adjust light source for window position | Alan Viverette | 2015-05-14 | 1 | -3/+6 |
* | Cleanup properties | Chris Craik | 2015-05-05 | 1 | -22/+22 |
* | Merge "Remove concept of layer alpha override" into mnc-dev | Chris Craik | 2015-04-29 | 1 | -17/+2 |
|\ |
|
| * | Remove concept of layer alpha override | Chris Craik | 2015-04-28 | 1 | -17/+2 |
* | | Require minimum 4 bit stencil for layers. | Chris Craik | 2015-04-29 | 1 | -1/+1 |
|/ |
|
* | Rename native DisplayListRenderer to DisplayListCanvas | Chris Craik | 2015-04-20 | 1 | -1/+0 |
* | Fix offset of composeLayerRegion | Tom Hudson | 2015-04-16 | 1 | -1/+2 |
* | Delete pre-glop path | Chris Craik | 2015-04-03 | 1 | -1325/+199 |
* | Fix glop usage for drawTextureLayer | Chris Craik | 2015-03-30 | 1 | -0/+2 |
* | Use glops for text rendering | Chris Craik | 2015-03-18 | 1 | -6/+6 |
* | Merge "Glop based composeLayerRegion/Rect" | Chris Craik | 2015-03-10 | 1 | -6/+58 |
|\ |
|
| * | Glop based composeLayerRegion/Rect | Chris Craik | 2015-03-09 | 1 | -6/+58 |
* | | Fix unused local variale warning from clang/llvm. | Chih-Hung Hsieh | 2015-03-06 | 1 | -5/+1 |
|/ |
|
* | Patch cleanup, reenable Patch Glops | Chris Craik | 2015-03-04 | 1 | -2/+2 |
* | Temporarily disable Patch glops | Chris Craik | 2015-03-04 | 1 | -1/+1 |
* | Glop DrawPatch support | Chris Craik | 2015-03-03 | 1 | -1/+20 |
* | Glop drawBitmaps, drawPatches | Chris Craik | 2015-03-03 | 1 | -80/+105 |
* | Cleanup of FontRenderer | Chris Craik | 2015-02-27 | 1 | -17/+6 |
* | Fix glop rendering within unclipped saveLayers | Chris Craik | 2015-02-27 | 1 | -40/+43 |
* | Glop TextureLayer support | Chris Craik | 2015-02-27 | 1 | -5/+18 |
* | Glop mesh reorg, support for drawBitmapMesh | Chris Craik | 2015-02-26 | 1 | -12/+25 |
* | Remove renderer abstract class | Chris Craik | 2015-02-25 | 1 | -3/+3 |
* | Glop support for custom textured UVs, simplify drawBitmap(src,dst) | Chris Craik | 2015-02-25 | 1 | -41/+38 |
* | Glop layer mesh rendering | Chris Craik | 2015-02-19 | 1 | -73/+74 |
* | Glop text shadows, clearLayerRegions, and rectangleList | Chris Craik | 2015-02-17 | 1 | -28/+65 |
* | Glop SkiaShader support | Chris Craik | 2015-02-17 | 1 | -21/+7 |
* | Glop path texture support | Chris Craik | 2015-02-12 | 1 | -8/+22 |
* | Glop Bitmap and RoundRect clipping support | Chris Craik | 2015-02-12 | 1 | -56/+79 |
* | Glop support for indexed quads | Chris Craik | 2015-02-09 | 1 | -10/+27 |
* | Merge "Glop ColorFilter & VertexBuffer support, initial enable" | Chris Craik | 2015-02-06 | 1 | -36/+70 |
|\ |
|
| * | Glop ColorFilter & VertexBuffer support, initial enable | Chris Craik | 2015-02-06 | 1 | -36/+70 |
* | | Merge "GlopBuilder, and test app refactor" | Chris Craik | 2015-02-05 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | GlopBuilder, and test app refactor | Chris Craik | 2015-02-04 | 1 | -4/+7 |
* | | Merge "Refactoring of Program ownership/lifecycle, and WIP Glop rendering path" | Chris Craik | 2015-02-03 | 1 | -46/+29 |
|\ \
| |/ |
|
| * | Refactoring of Program ownership/lifecycle, and WIP Glop rendering path | Chris Craik | 2015-02-02 | 1 | -46/+29 |