summaryrefslogtreecommitdiffstats
path: root/WebCore/platform
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE : Cherry-pick of change I9942e8e4 from masterNicolas Roard2011-03-031-2/+4
* Do not merge: Cherry-pick change I21555e92 from masterDerek Sollenberger2011-03-021-0/+1
* Do not merge: Cherry-pick fix to framerate capDerek Sollenberger2011-03-012-4/+4
* Cap framerate at 60fpsNicolas Roard2011-02-282-2/+15
* Do not merge: Cherry-pick CL to help flash plugin performanceNicolas Roard2011-02-241-0/+1
* Do not merge: cherry-pick incorect clip CL from masterDerek Sollenberger2011-02-241-0/+2
* Do not merge: Cherry-pick Fix ANR in the browser from masterNicolas Roard2011-02-229-25/+87
* Do not merge: Cherry-pick 2nd part of GL_BLEND CL from masterDerek Sollenberger2011-02-224-1/+8
* Do not merge: Cherry-pick Flash performance CL from MasterNicolas Roard2011-02-221-6/+1
* Do Not Merge: Cherry-pick GL_BLEND CL from masterDerek Sollenberger2011-02-225-15/+56
* DO NOT MERGE Fix GL_BLEND problem.Nicolas Roard2011-02-222-11/+16
* DO NOT MERGE Clip layers if the texture size is too large for the GPUNicolas Roard2011-02-221-1/+3
* Fix potential bug in setMaxTextureCount and limitNicolas Roard2011-02-221-6/+14
* Set correct max texture allocations.Shimeng (Simon) Wang2011-02-223-5/+10
* Fix to post an inval when plugins request a native video surface.Derek Sollenberger2011-02-081-1/+16
* Only invalidate the webview when the plugin has new content.Derek Sollenberger2011-02-044-9/+68
* Get layers showing againBen Murdoch2011-02-023-22/+14
* Merge "Initialize correctly the maximum texture size in case it was not." int...Nicolas Roard2011-02-013-0/+13
|\
| * Initialize correctly the maximum texture size inNicolas Roard2011-02-013-0/+13
* | Merge "Fix updates on scrolling layers." into honeycombPatrick Scott2011-02-011-2/+4
|\ \ | |/ |/|
| * Fix updates on scrolling layers.Patrick Scott2011-02-011-2/+4
* | Merge "Implement automatic texture size allocation for layers This fix severa...Bart Sears2011-02-015-10/+99
|\ \
| * | Implement automatic texture size allocation for layersNicolas Roard2011-02-015-10/+99
| |/
* | Smoother scrolling by preparing offscreen tiles (credit: Ben Murdoch)Dave Burke2011-02-014-33/+44
|/
* Merge "Implement dynamic allocation of base tiles. This way, a webview will o...Nicolas Roard2011-02-0110-72/+102
|\
| * Implement dynamic allocation of base tiles.Nicolas Roard2011-01-3110-72/+102
* | Fix for bug:3410888Nicolas Roard2011-02-011-2/+2
|/
* Merge "Fix 3366514, browser emulator no longer crashes" into honeycombRussell Brenner2011-01-311-0/+2
|\
| * Fix 3366514, browser emulator no longer crashesRussell Brenner2011-01-311-0/+2
* | Remove unnecessary scissor call (framework does that for us)Nicolas Roard2011-01-311-4/+0
* | Merge "Simple fix for bug:3365709" into honeycombNicolas Roard2011-01-311-2/+0
|\ \
| * | Simple fix for bug:3365709Nicolas Roard2011-01-311-2/+0
* | | Add new vertex shader to support video transforms.Derek Sollenberger2011-01-313-4/+23
|/ /
* | Merge "Fix video inversion and avoid extra matrix copies." into honeycombDerek Sollenberger2011-01-313-12/+11
|\ \
| * | Fix video inversion and avoid extra matrix copies.Derek Sollenberger2011-01-313-12/+11
| |/
* | Fix to ensure that plugin layer's are synced to the UI thread.Derek Sollenberger2011-01-311-0/+16
|/
* Fix repaint bug when changing viewportNicolas Roard2011-01-301-3/+4
* Fix GL error when initializing the browserNicolas Roard2011-01-303-6/+24
* Fix temporary memory leakNicolas Roard2011-01-302-1/+5
* Add a ClassTracker class to more easily track leaksNicolas Roard2011-01-3018-93/+177
* Merge "Allocate bitmaps on the fly for layers" into honeycombNicolas Roard2011-01-302-6/+27
|\
| * Allocate bitmaps on the fly for layersNicolas Roard2011-01-302-6/+27
* | Merge "Fixed element positioning fix" into honeycombTeng-Hui Zhu2011-01-301-0/+3
|\ \ | |/ |/|
| * Fixed element positioning fixTeng-Hui Zhu2011-01-301-0/+3
* | Share a single bitmap for all the base tiles.Nicolas Roard2011-01-295-15/+32
* | Draw extras on layers.Nicolas Roard2011-01-292-6/+26
* | Fix for the draw extras -- we don't repaint enough in some cases.Nicolas Roard2011-01-291-1/+1
* | Merge "Add YUV shader for plugin video playback." into honeycombDerek Sollenberger2011-01-293-1/+48
|\ \ | |/ |/|
| * Add YUV shader for plugin video playback.Derek Sollenberger2011-01-293-1/+48
* | Fix flickering when drawing extras, as well as continuous repaintNicolas Roard2011-01-282-9/+16