summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/GLUtils.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-74/+0
| | | | | | | | | | | | | This moves files in the following WebCore subdirectories ... - bindings/js - bindings/v8/custom - plugins/android - platform/android - platform/graphics/android - page/ - css/ - dom/ - loader/archive/android
* Implements the focus ring drawing in GL.Nicolas Roard2011-04-111-0/+1
| | | | | | | | | In WebView::drawGL(), we check if the extras to draw are rings, and if so we get their rectangles and pass that to GLWebViewState. Updated with holo colors Change-Id: Id5f8941f16dba1733e8a84eae8cd2b317fbc7c55
* Partial invalidation of the browser texturesNicolas Roard2011-03-081-0/+1
| | | | | bug:3461349 bug:3464483 Change-Id: I627f06d0fe48aaa0adca65cd13dc738af87eeefc
* Cleanup pass to make files compliant with webkit styleNicolas Roard2010-12-161-27/+27
| | | | Change-Id: I9234be0c1559d5cc11af73ebd8cc14f98f6a4c2e
* Implement a GLUtils::toSkMatrix() functionNicolas Roard2010-12-151-0/+2
| | | | | | This also fix the rotation in software rendering. Change-Id: Iffe1ed3666c9501861ec6793294bf5cde89026d7
* Double Buffered Texture Support for WebKit.Derek Sollenberger2010-09-271-2/+6
| | | | | | | | This CL adds support for the DoubleBufferedTexture class which can be used to pass textures between threads. Bug-Id: 3034088 Change-Id: Idf4a5d367c02eae0cedb08f2167b9af370173851
* GL utilitiesNicolas Roard2010-09-211-0/+66
Change-Id: I5b4a008c51f409639059d2e47d5c8624c96b2981