summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics
Commit message (Expand)AuthorAgeFilesLines
* 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-165-89/+124
|\ \ | |/
| * Move the matrix support to rely on the new framework clip infoTeng-Hui Zhu2012-04-135-89/+124
* | Merge "Fix Gradient & Pattern handling"John Reck2012-04-133-145/+44
|\ \
| * | Fix Gradient & Pattern handlingJohn Reck2012-04-133-145/+44
| |/
* | Merge "only profile drawing frames"Chris Craik2012-04-131-3/+4
|\ \
| * | only profile drawing framesChris Craik2012-04-131-3/+4
| |/
* | Merge "remove several unneeded variables/parameters"Chris Craik2012-04-1313-33/+16
|\ \
| * | remove several unneeded variables/parametersChris Craik2012-04-1313-33/+16
| |/
* | 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 "Fix ImageTexture drawing in software path"Chris Craik2012-04-121-1/+2
|\ \
| * | Fix ImageTexture drawing in software pathChris Craik2012-04-111-1/+2
| |/
* | 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 "Vertical glyph doesn't work on typeface font."claireho2012-04-121-12/+33
|\ \ \
| * | | Vertical glyph doesn't work on typeface font.claireho2012-04-111-12/+33
* | | | Merge "Unify composited layer/base layer draw path"Chris Craik2012-04-114-59/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Unify composited layer/base layer draw pathChris Craik2012-04-104-59/+5
* | | | 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 "Expand base layer bounds to fill viewport"Chris Craik2012-04-102-0/+15
|\ \ \ \
| * | | | Expand base layer bounds to fill viewportChris Craik2012-04-102-0/+15
| |/ / /
* | | | 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-092-8/+9
|\ \ \
| * | | Don't render expanded bounds if useMinimalMemory setChris Craik2012-04-092-8/+9
| | |/ | |/|
* | | 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-06104-1/+1
* Merge "Implements a recording GraphicsContext"Nicolas Roard2012-04-0616-1207/+2851
|\
| * Implements a recording GraphicsContextNicolas Roard2012-04-0616-1207/+2851
* | TransferQueue: use BufferQueue::setBufferCountJamie Gennis2012-04-061-3/+6
* | Merge "Merging drawLayerQuad and drawQuad"Teng-Hui Zhu2012-04-0515-151/+324
|\ \
| * | Merging drawLayerQuad and drawQuadTeng-Hui Zhu2012-04-0515-151/+324
| |/
* | Merge "minor cleanup"Chris Craik2012-04-056-25/+7
|\ \
| * | minor cleanupChris Craik2012-04-056-25/+7
| |/
* | Cleanup unnecessary codeTeng-Hui Zhu2012-04-041-5/+0
|/
* Rename several classesChris Craik2012-04-0448-596/+715
* Use new draw-less functor execution mode to do work without redrawingTeng-Hui Zhu2012-04-027-56/+68
* Translucent background color support for webviewTeng-Hui Zhu2012-04-0214-40/+138
* Merge "Add back low res base layer rendering, and expanded bounds prefetching"Chris Craik2012-03-3013-118/+146
|\