summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of rendering issuesRomain Guy2012-09-287-13/+33
* Merge "Plug memory leak that happens when reusing display lists Bug #7195815"...Hiroshi Lockheimer2012-09-271-6/+8
|\
| * Plug memory leak that happens when reusing display listsRomain Guy2012-09-271-6/+8
* | Merge changes I9873540e,I4f6c38e3 into jb-mr1-devRomain Guy2012-09-277-8/+63
|\ \ | |/
| * Skia's ColorMatrix vector is in the 0..255 range not 0..1Romain Guy2012-09-271-0/+6
| * Don't use the QCOM_tiled_rendering extension with functorsRomain Guy2012-09-276-8/+57
* | Fix rectangle AA offset calculationChris Craik2012-09-272-29/+54
* | Merge "Add stroke support to polygonal shape rendering" into jb-mr1-devChris Craik2012-09-277-179/+362
|\ \ | |/ |/|
| * Add stroke support to polygonal shape renderingChris Craik2012-09-267-179/+362
* | Merge "Make gradients beautiful again Bug #7239634" into jb-mr1-devRomain Guy2012-09-263-10/+19
|\ \ | |/ |/|
| * Make gradients beautiful againRomain Guy2012-09-263-10/+19
* | Merge "Applies a layer's color filter even when the layer is a quad Bug #7238...Romain Guy2012-09-261-5/+5
|\ \ | |/
| * Applies a layer's color filter even when the layer is a quadRomain Guy2012-09-261-5/+5
* | Assign default texture id of 0Chet Haase2012-09-265-15/+13
|/
* fix a possible dead-lock when clearing cachesMathias Agopian2012-09-251-9/+17
* make sure to destroy GL objects on the GL threadMathias Agopian2012-09-252-3/+2
* Revert "Deleting objects on the wrong thread is a silly idea Bug #7195815"Dave Burke2012-09-255-11/+25
* Deleting objects on the wrong thread is a silly ideaRomain Guy2012-09-255-25/+11
* Don't destroy the same texture twiceRomain Guy2012-09-251-7/+19
* Fix alpha channel computation with ColorMatrixColorFilterRomain Guy2012-09-253-11/+13
* Merge into jb-mr1-devJean-Baptiste Queru2012-09-253-46/+85
|\
| * Add a property to disable libhwui's scissor optimizationRomain Guy2012-09-243-46/+85
* | Merge "Avoid deadlock when deleting layers Bug #7217459" into jb-mr1-devRomain Guy2012-09-234-9/+18
|\ \ | |/
| * Avoid deadlock when deleting layersRomain Guy2012-09-234-9/+18
* | Merge changes Ib0a0b7d1,Ibec4b2aa into jb-mr1-devRomain Guy2012-09-232-28/+24
|\ \ | |/
| * Fix overdraw debug on QCOMRomain Guy2012-09-231-5/+3
| * Make sure we never bind to texture #0Romain Guy2012-09-231-23/+21
* | Optimize glyph cache texture uploadsChet Haase2012-09-233-7/+22
|/
* Merge "Add support for a new developer setting: overdraw debugging" into jb-m...Romain Guy2012-09-217-6/+99
|\
| * Add support for a new developer setting: overdraw debuggingRomain Guy2012-09-217-6/+99
* | Merge "Optimize shaders for dithered gradients" into jb-mr1-devChet Haase2012-09-212-20/+37
|\ \
| * | Optimize shaders for dithered gradientsChet Haase2012-09-212-20/+37
* | | Merge "Finish this bit before I forget." into jb-mr1-devRomain Guy2012-09-211-1/+3
|\ \ \ | | |/ | |/|
| * | Finish this bit before I forget.Romain Guy2012-09-211-1/+3
* | | Merge "Polygonal rendering of simple fill shapes" into jb-mr1-devChris Craik2012-09-2110-207/+581
|\ \ \ | |/ / |/| |
| * | Polygonal rendering of simple fill shapesChris Craik2012-09-2010-207/+581
* | | Update layers in a single batch at the beginning of a frameRomain Guy2012-09-214-44/+121
| |/ |/|
* | Optimize tiling managementRomain Guy2012-09-203-13/+5
|/
* Add support for QCOM_tiled_renderingRomain Guy2012-09-193-16/+56
* Minimize state changes when updating layersRomain Guy2012-09-185-11/+75
* Fix GL shader bugsChet Haase2012-09-182-7/+7
* Merge "Fix bad shader code" into jb-mr1-devChet Haase2012-09-171-2/+2
|\
| * Fix bad shader codeChet Haase2012-09-171-2/+2
* | Merge "Fix occasional crash bug with layers" into jb-mr1-devChet Haase2012-09-179-37/+87
|\ \ | |/ |/|
| * Fix occasional crash bug with layersChet Haase2012-09-179-37/+87
* | Fix modulation and gamma correction issuesRomain Guy2012-09-142-39/+51
|/
* Merge "Multiply alpha for AA as late as possible" into jb-mr1-devRomain Guy2012-09-141-5/+7
|\
| * Multiply alpha for AA as late as possibleChris Craik2012-09-131-5/+7
* | Foundation for tiling optimizationRomain Guy2012-09-133-5/+40
* | Discard framebuffer commands when we redraw the entire bufferRomain Guy2012-09-113-3/+16