summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | am 0bb5c26b: Merge "Fix AssetAtlas usage in BitmapShaders" into mnc-devChris Craik2015-07-183-10/+31
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am 0f724601: Merge "Fix clip area behavior for REPLACE op" into mnc-devChris Craik2015-07-163-4/+18
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ am ba4f0757: Merge "Don\'t crash on makeCurrent fail" into mnc-devJohn Reck2015-07-163-5/+15
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ am 941bcedb: Merge "Fix unsafety in SkiaShader storage, and texture unit acco...Chris Craik2015-07-143-3/+11
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ am 9613e9b7: Merge "New setLocalMatrix() operation for HWUI" into mnc-devTom Hudson2015-07-109-2/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Restrict number of hwuiTask threads" into mnc-dr-devJohn Reck2015-07-081-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Restrict number of hwuiTask threadsJohn Reck2015-07-071-1/+3
* | | | | | | | | | | | | | | | Merge branch 'LA.BF64.1.2.2_rb4.6' of git://codeaurora.org/platform/framework...Steve Kondik2015-11-042-19/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "base: Fix the problems for runtime overlay."Linux Build Service Account2015-10-261-15/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | base: Fix the problems for runtime overlay.yingying2015-10-231-15/+16
| * | | | | | | | | | | | | | | | | androidfw: Use the last package to create idmap.yingying2015-10-201-2/+4
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | androidfw: Reduce logspam when processing themesd34d2015-10-281-1/+1
* | | | | | | | | | | | | | | | | Remove resources.apk from ZipSet when removing overlayd34d2015-10-271-0/+7
* | | | | | | | | | | | | | | | | Themes: Create data/cm/ for CM specific test datad34d2015-10-2741-11/+1800
* | | | | | | | | | | | | | | | | Themes: Perform mapping when not from overlayd34d2015-10-271-1/+1
* | | | | | | | | | | | | | | | | Themes: Clear bag cache when removing overlay assetsd34d2015-10-271-0/+1
* | | | | | | | | | | | | | | | | Themes: Don't add common assets if files cannot be accessedd34d2015-10-271-0/+10
* | | | | | | | | | | | | | | | | Themes: Restructure resource cache [1/2]d34d2015-10-271-79/+20
* | | | | | | | | | | | | | | | | Themes: Remove entryIdx param from appendPathToResTabled34d2015-10-271-11/+9
* | | | | | | | | | | | | | | | | Themes: Port to CM13 [1/3]Andy Mast2015-10-2630-264/+2314
* | | | | | | | | | | | | | | | | androidfw: STFUSteve Kondik2015-10-181-2/+2
* | | | | | | | | | | | | | | | | androidfw: Declare and load cmsdk resource package w/ id.Adnan Begovic2015-10-122-2/+7
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Added 'EncryptWipeStorage' API to MountService APIAmit Blay2015-10-061-0/+18
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Constrain drawBitmap matrix-to-rect optimizationChris Craik2015-08-181-1/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix crash in kModeProcessNoContextJohn Reck2015-08-041-3/+9
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Disable skipping frames on empty damageJohn Reck2015-08-031-4/+5
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge "Fix stencil mask usage in HWUI" into mnc-devChris Craik2015-07-301-8/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Fix stencil mask usage in HWUIChris Craik2015-07-301-8/+14
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | AAPT: Fix printing of resource configurationsAdam Lesinski2015-07-271-1/+7
|/ / / / / / / / / /
* | | | | | | | | | Move updateMatrix() call to animateCommonJohn Reck2015-07-231-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix a race condition that could cause lockupJohn Reck2015-07-231-5/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Mark isInUse per-windowJohn Reck2015-07-217-21/+25
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge "Fix AssetAtlas usage in BitmapShaders" into mnc-devChris Craik2015-07-173-10/+31
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fix AssetAtlas usage in BitmapShadersChris Craik2015-07-173-10/+31
| | |_|_|_|/ | |/| | | |
* | | | | | Fix clip area behavior for REPLACE opChris Craik2015-07-163-4/+18
|/ / / / /
* | | | | Don't crash on makeCurrent failJohn Reck2015-07-163-5/+15
| |_|_|/ |/| | |
* | | | Fix unsafety in SkiaShader storage, and texture unit accountingChris Craik2015-07-133-3/+11
| |_|/ |/| |
* | | Merge "New setLocalMatrix() operation for HWUI" into mnc-devTom Hudson2015-07-109-2/+54
|\ \ \ | |/ / |/| |
| * | New setLocalMatrix() operation for HWUITom Hudson2015-07-099-2/+54
* | | Merge "Remove all usage of fmin and fmax" into mnc-devChris Craik2015-07-087-26/+26
|\ \ \ | |_|/ |/| |
| * | Remove all usage of fmin and fmaxChris Craik2015-07-077-26/+26
* | | Merge "Simplify matrix copy constructor/load" into mnc-devChris Craik2015-07-072-6/+1
|\ \ \ | |_|/ |/| |
| * | Simplify matrix copy constructor/loadChris Craik2015-07-072-6/+1
| |/
* | Adjust for pipeline stallsJohn Reck2015-07-0610-22/+38
* | Merge "Set go-faster arguments" into mnc-devJohn Reck2015-07-011-0/+1
|\ \ | |/ |/|
| * Set go-faster argumentsJohn Reck2015-07-011-0/+1
* | Merge "Use std::sort instead of quickSortX" into mnc-devJohn Reck2015-07-011-30/+5
|\ \
| * | Use std::sort instead of quickSortXJohn Reck2015-07-011-30/+5
| |/
* | Merge "Switch from fminf/fmaxf to std::min/max" into mnc-devChris Craik2015-07-015-36/+39
|\ \
| * | Switch from fminf/fmaxf to std::min/maxChris Craik2015-06-305-36/+39
| |/