summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Saturate alpha values when overlaying glyphsChris Craik2015-06-301-7/+7
|/
* Merge "Don't promote functors onto layers due to outline rect clipping" into ...Chris Craik2015-06-262-1/+7
|\
| * Don't promote functors onto layers due to outline rect clippingChris Craik2015-06-252-1/+7
* | Merge "Limit dotProduct value to 1.0f, so acosf would not return NaN." into m...Tenghui Zhu2015-06-251-0/+3
|\ \
| * | Limit dotProduct value to 1.0f, so acosf would not return NaN.Lazar Trsic2015-06-251-0/+3
* | | Merge "Let findSupportedAbi and hasRenderscriptBitcode scan only relevant fil...Yusuke Sato2015-06-251-2/+10
|\ \ \ | |/ / |/| |
| * | Let findSupportedAbi and hasRenderscriptBitcode scan only relevant filesYusuke Sato2015-06-221-2/+10
| |/
* | Merge "Avoid over-damaging layer area for multidraws" into mnc-devChris Craik2015-06-242-8/+19
|\ \
| * | Avoid over-damaging layer area for multidrawsChris Craik2015-06-242-8/+19
| |/
* | Merge "Sync canvas proxy CTM (b/21945972)" into mnc-devTom Hudson2015-06-242-0/+12
|\ \
| * | Sync canvas proxy CTM (b/21945972)Tom Hudson2015-06-242-0/+12
| |/
* | Merge "Unify clipping return value behavior - true if not empty" into mnc-devChris Craik2015-06-241-3/+3
|\ \
| * | Unify clipping return value behavior - true if not emptyChris Craik2015-06-231-3/+3
| |/
* | Merge "Dump GL errors and crash on failure to allocate texture for layer" int...Chris Craik2015-06-233-11/+10
|\ \
| * | Dump GL errors and crash on failure to allocate texture for layerChris Craik2015-06-233-11/+10
| |/
* | Avoid flushing DisplayListCanvas state for noop callsChris Craik2015-06-221-0/+6
|/
* ZipFileRO: Use precise widths for zip file types.Narayan Kamath2015-06-173-18/+11
* Fix null derefJohn Reck2015-06-161-2/+6
* Merge "Put WebViews with on a HW layer if stencil/shader clipping is needed" ...Chris Craik2015-06-126-19/+85
|\