Changeset 70452 in webkit


Ignore:
Timestamp:
Oct 25, 2010 7:53:19 AM (13 years ago)
Author:
noam.rosenthal@nokia.com
Message:

2010-10-25 No'am Rosenthal <noam.rosenthal@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Texmap] [Qt] Texture mapper initial implementation
This patch adds the OpenGL implementation of TextureMapper. See the other entries from bug 47070 for details.
https://bugs.webkit.org/show_bug.cgi?id=47070

No new tests. Part of a new implementation.

  • platform/graphics/opengl/TextureMapperGL.cpp: Added.
  • platform/graphics/opengl/TextureMapperGL.h: Added.
Location:
trunk/WebCore
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r70451 r70452  
     12010-10-25  No'am Rosenthal  <noam.rosenthal@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Texmap] [Qt] Texture mapper initial implementation
     6        This patch adds the OpenGL implementation of TextureMapper. See the other entries from bug 47070 for details.
     7        https://bugs.webkit.org/show_bug.cgi?id=47070
     8
     9        No new tests. Part of a new implementation.
     10
     11        * platform/graphics/opengl/TextureMapperGL.cpp: Added.
     12        * platform/graphics/opengl/TextureMapperGL.h: Added.
     13
    1142010-10-25  Peter Rybin  <peter.rybin@gmail.com>
    215
Note: See TracChangeset for help on using the changeset viewer.