summaryrefslogtreecommitdiffstats
path: root/libs/hwui/renderstate
Commit message (Expand)AuthorAgeFilesLines
* libhwui: fix texture memory leakDohyun Lee2016-01-231-0/+4
* Fix crash in kModeProcessNoContextJohn Reck2015-08-041-3/+9
* Fix stencil mask usage in HWUIChris Craik2015-07-301-8/+14
* Fix unsafety in SkiaShader storage, and texture unit accountingChris Craik2015-07-132-3/+7
* Handle shader matrix correctly when ignoring canvas transformChris Craik2015-06-021-8/+8
* Merge "Fix GL texture binding for TextureViews" into mnc-devChris Craik2015-05-271-2/+2
|\
| * Fix GL texture binding for TextureViewsChris Craik2015-05-271-2/+2
* | Eliminate requireGlContextJohn Reck2015-05-201-1/+2
|/
* Cleanup propertiesChris Craik2015-05-051-1/+1
* Require minimum 4 bit stencil for layers.Chris Craik2015-04-292-8/+10
* Merge "Glop based composeLayerRegion/Rect"Chris Craik2015-03-103-10/+16
|\
| * Glop based composeLayerRegion/RectChris Craik2015-03-093-10/+16
* | Rewrite glop texture assertsChris Craik2015-03-091-6/+6
|/
* Glop TextureLayer supportChris Craik2015-02-271-6/+12
* Glop mesh reorg, support for drawBitmapMeshChris Craik2015-02-262-45/+46
* Glop layer mesh renderingChris Craik2015-02-193-10/+15
* Glop SkiaShader supportChris Craik2015-02-171-1/+4
* Glop path texture supportChris Craik2015-02-121-2/+6
* Glop Bitmap and RoundRect clipping supportChris Craik2015-02-122-18/+44
* Fix Glop vertex alpha blendingChris Craik2015-02-091-1/+5
* Glop support for indexed quadsChris Craik2015-02-094-35/+47
* Merge "Glop ColorFilter & VertexBuffer support, initial enable"Chris Craik2015-02-0610-67/+97
|\
| * Glop ColorFilter & VertexBuffer support, initial enableChris Craik2015-02-0610-67/+97
* | Merge "GlopBuilder, and test app refactor"Chris Craik2015-02-055-30/+47
|\ \ | |/
| * GlopBuilder, and test app refactorChris Craik2015-02-045-30/+47
* | Merge "Refactoring of Program ownership/lifecycle, and WIP Glop rendering path"Chris Craik2015-02-034-20/+96
|\ \ | |/
| * Refactoring of Program ownership/lifecycle, and WIP Glop rendering pathChris Craik2015-02-024-20/+96
* | Merge "Refactor blending and texture gl state"Chris Craik2015-01-306-19/+376
|\ \ | |/
| * Refactor blending and texture gl stateChris Craik2015-01-306-19/+376
* | Fix double create of CachesChris Craik2015-01-301-1/+3
|/
* resolved conflicts for merge of fe5ac4fc to masterJohn Reck2015-01-292-3/+9
* Move more GL state management to RenderState and its directoryChris Craik2015-01-2810-19/+699
* Move scissor state to RenderStateChris Craik2015-01-274-0/+428