summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering
Commit message (Expand)AuthorAgeFilesLines
...
| * Unify the naming of rectangles used for draw.Teng-Hui Zhu2012-05-0315-156/+167
* | Fixed single-surface rendering with fixed-background elementsNicolas Roard2012-05-031-5/+7
|/
* Rewrite PictureSet with TURBO!John Reck2012-05-0221-183/+204
* Merge "Fix max texture setup" into jb-devTeng-Hui Zhu2012-05-022-58/+54
|\
| * Fix max texture setupTeng-Hui Zhu2012-05-012-58/+54
* | 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-268-27/+49
|\
| * Support partial draw in terms of a rect.Teng-Hui Zhu2012-04-268-27/+49
* | DO NOT MERGE: Fix clipping issue due to webview animation(scaling)Teng-Hui Zhu2012-04-251-17/+3
|/
* Merge "CSS Background image implementation"Nicolas Roard2012-04-241-4/+16
|\
| * CSS Background image implementationNicolas Roard2012-04-241-4/+16
* | Merge "Don't overdraw TileGrids"Teng-Hui Zhu2012-04-249-28/+56
|\ \
| * | Don't overdraw TileGridsChris Craik2012-04-249-28/+56
| |/
* | Merge "Revert "Revert "Turn on Fence sync for transfer queue."""Teng-Hui Zhu2012-04-241-1/+1
|\ \ | |/ |/|
| * Revert "Revert "Turn on Fence sync for transfer queue.""Teng-Hui Zhu2012-04-191-1/+1
* | Better handle the EGL context lost situation.Teng-Hui Zhu2012-04-207-58/+95
|/
* Merge "fix minor warnings and style issues"Chris Craik2012-04-191-5/+3
|\
| * fix minor warnings and style issuesChris Craik2012-04-191-5/+3
* | prevent double TileGrid preparationChris Craik2012-04-187-90/+100
|/
* Merge "Enable point sample when the texel and pixel is 1:1 mapping."Teng-Hui Zhu2012-04-177-9/+48
|\
| * Enable point sample when the texel and pixel is 1:1 mapping.Teng-Hui Zhu2012-04-177-9/+48
* | add basic webview tracingChris Craik2012-04-161-0/+2
* | Merge "Revert "Turn on Fence sync for transfer queue.""Chris Craik2012-04-161-1/+1
|\ \ | |/ |/|
| * Revert "Turn on Fence sync for transfer queue."Chris Craik2012-04-161-1/+1
* | Merge "Move the common matrix computation to higher level"Teng-Hui Zhu2012-04-162-16/+32
|\ \
| * | Move the common matrix computation to higher levelTeng-Hui Zhu2012-04-162-16/+32
* | | Merge "Move the matrix support to rely on the new framework clip info"Teng-Hui Zhu2012-04-164-75/+113
|\ \ \ | |/ /
| * | Move the matrix support to rely on the new framework clip infoTeng-Hui Zhu2012-04-134-75/+113
* | | Merge "remove several unneeded variables/parameters"Chris Craik2012-04-1311-28/+15
|\ \ \
| * | | remove several unneeded variables/parametersChris Craik2012-04-1311-28/+15
| |/ /
* | | Separate prefetching TileGrid from front/backChris Craik2012-04-122-16/+29
|/ /
* | Merge "Skip drawing the background (glClear) if the tiles cover it."Chris Craik2012-04-126-14/+43
|\ \
| * | Skip drawing the background (glClear) if the tiles cover it.Chris Craik2012-04-126-14/+43
* | | Merge "Log tiles correctly for the base surface"Chris Craik2012-04-121-3/+4
|\ \ \
| * | | Log tiles correctly for the base surfaceChris Craik2012-04-111-3/+4
| |/ /
* | | Merge "We shall restore the FBO id instead of setting it back to 0."Teng-Hui Zhu2012-04-123-12/+3
|\ \ \ | |/ / |/| |
| * | We shall restore the FBO id instead of setting it back to 0.Teng-Hui Zhu2012-04-113-12/+3
* | | Merge "Sort surface drawing order by Z value"Chris Craik2012-04-112-2/+19
|\ \ \
| * | | Sort surface drawing order by Z valueChris Craik2012-04-112-2/+19
* | | | Merge "Treat image texture TileGrids as non-base surfaces"Chris Craik2012-04-112-11/+9
|\ \ \ \
| * | | | Treat image texture TileGrids as non-base surfacesChris Craik2012-04-102-11/+9
| |/ / /
* | | | Merge "Removed unused bool"Chris Craik2012-04-112-8/+0
|\ \ \ \
| * | | | Removed unused boolChris Craik2012-04-102-8/+0
| |/ / /
* | | | Merge "Turn on Fence sync for transfer queue."Teng-Hui Zhu2012-04-101-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Turn on Fence sync for transfer queue.Teng-Hui Zhu2012-04-101-1/+1
| | |/ | |/|
* | | Merge "Don't render expanded bounds if useMinimalMemory set"Chris Craik2012-04-091-5/+6
|\ \ \
| * | | Don't render expanded bounds if useMinimalMemory setChris Craik2012-04-091-5/+6
| | |/ | |/|
* | | Force kModeProcess functor invocation to returnChris Craik2012-04-091-1/+9
|/ /
* | disable expanded bounds when highEndGfx=falseChris Craik2012-04-061-2/+5
|/
* Reorganize platform/graphics/androidNicolas Roard2012-04-0650-0/+9041