summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/ShaderProgram.cpp
Commit message (Expand)AuthorAgeFilesLines
* replace XLOGC/XLOG with ALOGD/ALOGVChris Craik2012-03-121-22/+8
* Fix scaling issue with translationTeng-Hui Zhu2012-03-051-1/+14
* Pass transform matrix in draw instead of through painterChris Craik2012-03-021-1/+1
* Delete the GL shader resources in a cleaner wayTeng-Hui Zhu2012-02-281-7/+24
* Fix issues when DEBUG turned onTeng-Hui Zhu2012-02-241-3/+6
* Fix rounding error in clipChris Craik2012-02-161-42/+57
* Delay the shader init till the draw time.Teng-Hui Zhu2012-01-231-3/+11
* Remove unnecessary gl texture wrap settingTeng-Hui Zhu2012-01-041-2/+0
* Employ the transfer queue to the pure color tilesTeng-Hui Zhu2012-01-031-3/+3
* Clean up the internal interface for draw callTeng-Hui Zhu2011-12-291-204/+160
* Use the shader to draw a tile with single color.Teng-Hui Zhu2011-12-221-28/+102
* WebView Animation supportTeng-Hui Zhu2011-11-291-3/+55
* Fix clipping issue causing the layers to disappear when IME is upNicolas Roard2011-11-161-1/+2
* Fallback mode when running out of textures for layersNicolas Roard2011-11-101-0/+7
* Adding support for multiple video surfaces per plugin.Derek Sollenberger2011-10-101-2/+3
* Fix inverted mode renderingNicolas Roard2011-10-061-8/+52
* Actually update the texture filter.Teng-Hui Zhu2011-09-201-2/+2
* Support drawing the quad in GL_NEAREST mode.Teng-Hui Zhu2011-09-201-4/+5
* Revert "WebView animation support"Teng-Hui Zhu2011-09-061-33/+3
* WebView animation supportTeng-Hui Zhu2011-08-311-3/+33
* Remove old code handling SurfTex RGBA in 2D modeTeng-Hui Zhu2011-08-111-73/+0
* Merge "Shared surface texture"Teng-Hui Zhu2011-08-031-1/+12
|\
| * Shared surface textureTeng-Hui Zhu2011-08-021-1/+12
* | Fix transparency bug, and add support for contrastNicolas Roard2011-08-021-10/+22
|/
* Implement an invert screen modeJohn Reck2011-07-151-5/+82
* Add the matrix handle to the shaders.Teng-Hui Zhu2011-07-081-3/+7
* Browser ST: Support both OES and 2D texture targetTeng-Hui Zhu2011-06-241-23/+134
* Fix the Surface Texture Issue on the phonesTeng-Hui Zhu2011-06-211-0/+1
* Merge changes I78ff6a85,Ic85c6405,Ibf903baa,I3a0459db,I35140385,I54790419,I6b...Steve Block2011-05-251-24/+16
|\
| * Merge WebKit at r78450: TransformationMatrix multiply methods renamed and mea...Steve Block2011-05-251-24/+16
* | The clip should be effective even if it is empty.Teng-Hui Zhu2011-05-231-3/+0
|/
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+446