summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics
Commit message (Expand)AuthorAgeFilesLines
* Skip drawing the background (glClear) if the tiles cover it.Chris Craik2012-04-126-14/+43
* 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
|\
| * Add back low res base layer rendering, and expanded bounds prefetchingChris Craik2012-03-3013-118/+146
* | Merge "Line spacing for vertical writing mode."claireho2012-03-301-2/+6
|\ \ | |/ |/|
| * Line spacing for vertical writing mode.claireho2012-03-301-2/+6
* | Merge "Add missing paintingDisabled() checks"John Reck2012-03-291-0/+28
|\ \
| * | Add missing paintingDisabled() checksJohn Reck2012-03-291-0/+28
* | | Merge "Clip canvas to layer content on a draw."Mangesh Ghiware2012-03-293-4/+9
|\ \ \ | |/ / |/| |
| * | Clip canvas to layer content on a draw.Mangesh Ghiware2012-03-293-4/+9
| |/
* | Merge "Fix m.youtube.com thumbnails"John Reck2012-03-284-38/+75
|\ \ | |/ |/|
| * Fix m.youtube.com thumbnailsJohn Reck2012-03-284-38/+75
* | Pause webkit painting betterJohn Reck2012-03-271-1/+1
|/
* Merge "Further clean up for baselayer merge"Teng-Hui Zhu2012-03-266-67/+46
|\
| * Further clean up for baselayer mergeTeng-Hui Zhu2012-03-226-67/+46
* | Merge "Platform graphics refactor"John Reck2012-03-238-943/+1272
|\ \
| * | Platform graphics refactorJohn Reck2012-03-238-943/+1272
* | | Merge "Use the right opacity"Chris Craik2012-03-231-1/+1
|\ \ \
| * | | Use the right opacityJohn Reck2012-03-231-1/+1
* | | | Merge "add missing include"Mathias Agopian2012-03-231-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | add missing includeMathias Agopian2012-03-231-0/+1
| |/ /
* | | Fix TilesManager race conditionJohn Reck2012-03-234-29/+13
|/ /
* | Merge "reimplement BaseLayerAndroid as a LayerAndroid subclass"Chris Craik2012-03-2341-1663/+262
|\ \ | |/
| * reimplement BaseLayerAndroid as a LayerAndroid subclassChris Craik2012-03-2241-1663/+262
* | Merge "Null out m_canvas if HTMLCanvasElement is destroyed"John Reck2012-03-223-16/+25
|\ \