[Texmap] Move all TextureMapper related files to graphics/texmap
authoryael.aharon@nokia.com <yael.aharon@nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 22 Feb 2012 04:02:26 +0000 (04:02 +0000)
committeryael.aharon@nokia.com <yael.aharon@nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 22 Feb 2012 04:02:26 +0000 (04:02 +0000)
commit5ee5803c3e1fe7912d56ad90059e9a40d625312c
treea14d0fd9f07bef3621cfa9a96adf457ae5d43e21
parent5285128fb0664c1bcd379acaa2611e9bec797efd
[Texmap] Move all TextureMapper related files to graphics/texmap
https://bugs.webkit.org/show_bug.cgi?id=79141

Reviewed by Martin Robinson.

Move TextureMaooerGL and TextureMapperShaderManager files to graphics/texmap.
No new tests.

* GNUmakefile.list.am:
* Target.pri:
* WebCore.gypi:
* platform/graphics/qt/GraphicsContext3DQt.cpp
* platform/graphics/opengl/TextureMapperGL.cpp: Removed.
* platform/graphics/opengl/TextureMapperGL.h: Removed.
* platform/graphics/opengl/TextureMapperShaderManager.cpp: Removed.
* platform/graphics/opengl/TextureMapperShaderManager.h: Removed.
* platform/graphics/texmap/TextureMapperGL.cpp: Copied from Source/WebCore/platform/graphics/opengl/TextureMapperGL.cpp.
* platform/graphics/texmap/TextureMapperGL.h: Copied from Source/WebCore/platform/graphics/opengl/TextureMapperGL.h.
* platform/graphics/texmap/TextureMapperShaderManager.cpp: Copied from Source/WebCore/platform/graphics/opengl/TextureMapperShaderManager.cpp.
* platform/graphics/texmap/TextureMapperShaderManager.h: Copied from Source/WebCore/platform/graphics/opengl/TextureMapperShaderManager.h.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108438 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/GNUmakefile.list.am
Source/WebCore/Target.pri
Source/WebCore/WebCore.gypi
Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp
Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp [moved from Source/WebCore/platform/graphics/opengl/TextureMapperGL.cpp with 100% similarity]
Source/WebCore/platform/graphics/texmap/TextureMapperGL.h [moved from Source/WebCore/platform/graphics/opengl/TextureMapperGL.h with 100% similarity]
Source/WebCore/platform/graphics/texmap/TextureMapperShaderManager.cpp [moved from Source/WebCore/platform/graphics/opengl/TextureMapperShaderManager.cpp with 100% similarity]
Source/WebCore/platform/graphics/texmap/TextureMapperShaderManager.h [moved from Source/WebCore/platform/graphics/opengl/TextureMapperShaderManager.h with 100% similarity]