summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering/ShaderProgram.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle preserve-3d layer orderingChris Craik2012-08-151-0/+5
* Reset cached opacity on shader swapChris Craik2012-08-071-0/+1
* Cache gl operations to avoid redundancyChris Craik2012-07-161-22/+57
* Add fast drawing path for repeat background image.Teng-Hui Zhu2012-06-071-15/+94
* Unify the naming of rectangles used for draw.Teng-Hui Zhu2012-05-031-65/+73
* Fix the clipping issue when webview has offset on X axis.Teng-Hui Zhu2012-05-011-7/+40
* Merge "Support partial draw in terms of a rect." into jb-devTeng-Hui Zhu2012-04-261-8/+12
|\
| * Support partial draw in terms of a rect.Teng-Hui Zhu2012-04-261-8/+12
* | DO NOT MERGE: Fix clipping issue due to webview animation(scaling)Teng-Hui Zhu2012-04-251-17/+3
|/
* Don't overdraw TileGridsChris Craik2012-04-241-12/+19
* Enable point sample when the texel and pixel is 1:1 mapping.Teng-Hui Zhu2012-04-171-0/+32
* Move the common matrix computation to higher levelTeng-Hui Zhu2012-04-161-14/+29
* Move the matrix support to rely on the new framework clip infoTeng-Hui Zhu2012-04-131-48/+92
* Reorganize platform/graphics/androidNicolas Roard2012-04-061-0/+730