| Commit message (Expand) | Author | Age | Files | Lines |
* | Draw stroked rectangle as meshes instead of textures | Romain Guy | 2012-10-02 | 1 | -4/+21 |
* | Quick reject empty paths | Chris Craik | 2012-10-01 | 2 | -1/+11 |
* | Fix texture corruption | Chet Haase | 2012-09-30 | 3 | -34/+36 |
* | Merge "Fix issue #7202950: After clearing data, clear data button is still en... | Dianne Hackborn | 2012-09-28 | 1 | -4/+3 |
|\ |
|
| * | Fix issue #7202950: After clearing data, clear data button is still enabled. | Dianne Hackborn | 2012-09-27 | 1 | -4/+3 |
* | | Fix a couple of rendering issues | Romain Guy | 2012-09-28 | 7 | -13/+33 |
* | | Merge "Plug memory leak that happens when reusing display lists Bug #7195815"... | Hiroshi Lockheimer | 2012-09-27 | 1 | -6/+8 |
|\ \ |
|
| * | | Plug memory leak that happens when reusing display lists | Romain Guy | 2012-09-27 | 1 | -6/+8 |
* | | | Merge changes I9873540e,I4f6c38e3 into jb-mr1-dev | Romain Guy | 2012-09-27 | 7 | -8/+63 |
|\ \ \
| |/ / |
|
| * | | Skia's ColorMatrix vector is in the 0..255 range not 0..1 | Romain Guy | 2012-09-27 | 1 | -0/+6 |
| * | | Don't use the QCOM_tiled_rendering extension with functors | Romain Guy | 2012-09-27 | 6 | -8/+57 |
* | | | Fix rectangle AA offset calculation | Chris Craik | 2012-09-27 | 2 | -29/+54 |
| |/
|/| |
|
* | | Merge "Add stroke support to polygonal shape rendering" into jb-mr1-dev | Chris Craik | 2012-09-27 | 7 | -179/+362 |
|\ \
| |/
|/| |
|
| * | Add stroke support to polygonal shape rendering | Chris Craik | 2012-09-26 | 7 | -179/+362 |
* | | Merge "Make gradients beautiful again Bug #7239634" into jb-mr1-dev | Romain Guy | 2012-09-26 | 3 | -10/+19 |
|\ \
| |/
|/| |
|
| * | Make gradients beautiful again | Romain Guy | 2012-09-26 | 3 | -10/+19 |
* | | Merge "Applies a layer's color filter even when the layer is a quad Bug #7238... | Romain Guy | 2012-09-26 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Applies a layer's color filter even when the layer is a quad | Romain Guy | 2012-09-26 | 1 | -5/+5 |
* | | Assign default texture id of 0 | Chet Haase | 2012-09-26 | 5 | -15/+13 |
|/ |
|
* | fix a possible dead-lock when clearing caches | Mathias Agopian | 2012-09-25 | 1 | -9/+17 |
* | make sure to destroy GL objects on the GL thread | Mathias Agopian | 2012-09-25 | 2 | -3/+2 |
* | Merge "Revert "Deleting objects on the wrong thread is a silly idea Bug #7195... | Dave Burke | 2012-09-25 | 5 | -11/+25 |
|\ |
|
| * | Revert "Deleting objects on the wrong thread is a silly idea Bug #7195815" | Dave Burke | 2012-09-25 | 5 | -11/+25 |
* | | Merge "Handle multi-user mountObb() requests." into jb-mr1-dev | Jeff Sharkey | 2012-09-25 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Handle multi-user mountObb() requests. | Jeff Sharkey | 2012-09-25 | 1 | -2/+3 |
* | | Deleting objects on the wrong thread is a silly idea | Romain Guy | 2012-09-25 | 5 | -25/+11 |
* | | Don't destroy the same texture twice | Romain Guy | 2012-09-25 | 1 | -7/+19 |
|/ |
|
* | Fix alpha channel computation with ColorMatrixColorFilter | Romain Guy | 2012-09-25 | 3 | -11/+13 |
* | Merge into jb-mr1-dev | Jean-Baptiste Queru | 2012-09-25 | 3 | -46/+85 |
|\ |
|
| * | Add a property to disable libhwui's scissor optimization | Romain Guy | 2012-09-24 | 3 | -46/+85 |
* | | Merge "Avoid deadlock when deleting layers Bug #7217459" into jb-mr1-dev | Romain Guy | 2012-09-23 | 4 | -9/+18 |
|\ \
| |/ |
|
| * | Avoid deadlock when deleting layers | Romain Guy | 2012-09-23 | 4 | -9/+18 |
* | | Merge changes Ib0a0b7d1,Ibec4b2aa into jb-mr1-dev | Romain Guy | 2012-09-23 | 2 | -28/+24 |
|\ \
| |/ |
|
| * | Fix overdraw debug on QCOM | Romain Guy | 2012-09-23 | 1 | -5/+3 |
| * | Make sure we never bind to texture #0 | Romain Guy | 2012-09-23 | 1 | -23/+21 |
* | | Optimize glyph cache texture uploads | Chet Haase | 2012-09-23 | 3 | -7/+22 |
|/ |
|
* | Merge "Add support for a new developer setting: overdraw debugging" into jb-m... | Romain Guy | 2012-09-21 | 7 | -6/+99 |
|\ |
|
| * | Add support for a new developer setting: overdraw debugging | Romain Guy | 2012-09-21 | 7 | -6/+99 |
* | | Merge "Optimize shaders for dithered gradients" into jb-mr1-dev | Chet Haase | 2012-09-21 | 2 | -20/+37 |
|\ \ |
|
| * | | Optimize shaders for dithered gradients | Chet Haase | 2012-09-21 | 2 | -20/+37 |
* | | | Merge "Finish this bit before I forget." into jb-mr1-dev | Romain Guy | 2012-09-21 | 1 | -1/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Finish this bit before I forget. | Romain Guy | 2012-09-21 | 1 | -1/+3 |
* | | | Merge "Polygonal rendering of simple fill shapes" into jb-mr1-dev | Chris Craik | 2012-09-21 | 10 | -207/+581 |
|\ \ \
| |/ /
|/| | |
|
| * | | Polygonal rendering of simple fill shapes | Chris Craik | 2012-09-20 | 10 | -207/+581 |
* | | | Update layers in a single batch at the beginning of a frame | Romain Guy | 2012-09-21 | 4 | -44/+121 |
| |/
|/| |
|
* | | Optimize tiling management | Romain Guy | 2012-09-20 | 3 | -13/+5 |
|/ |
|
* | Add support for QCOM_tiled_rendering | Romain Guy | 2012-09-19 | 3 | -16/+56 |
* | Minimize state changes when updating layers | Romain Guy | 2012-09-18 | 5 | -11/+75 |
* | Fix GL shader bugs | Chet Haase | 2012-09-18 | 2 | -7/+7 |
* | Merge "Fix bad shader code" into jb-mr1-dev | Chet Haase | 2012-09-17 | 1 | -2/+2 |
|\ |
|