Changeset 85417 in webkit


Ignore:
Timestamp:
May 1, 2011 10:25:32 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-01 Young Han Lee <joybro@company100.net>

Reviewed by Eric Seidel.

Change TEXMAP_OPENGL_ES2 to TEXMAP_OPENGL_ES_2
https://bugs.webkit.org/show_bug.cgi?id=59608

TEXMAP_OPENGL_ES2 is a wrong name. TEXMAP_OPENGL_ES_2 is already defined in TextureMapper.h

No new functionality, no new tests.

  • platform/graphics/opengl/TextureMapperGL.cpp: (WebCore::TextureMapperGL::TextureMapperGL):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r85416 r85417  
     12011-05-01  Young Han Lee  <joybro@company100.net>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Change TEXMAP_OPENGL_ES2 to TEXMAP_OPENGL_ES_2
     6        https://bugs.webkit.org/show_bug.cgi?id=59608
     7
     8        TEXMAP_OPENGL_ES2 is a wrong name. TEXMAP_OPENGL_ES_2 is already defined in TextureMapper.h
     9
     10        No new functionality, no new tests.
     11
     12        * platform/graphics/opengl/TextureMapperGL.cpp:
     13        (WebCore::TextureMapperGL::TextureMapperGL):
     14
    1152011-05-01  Yael Aharon  <yael.aharon@nokia.com>
    216
  • trunk/Source/WebCore/platform/graphics/opengl/TextureMapperGL.cpp

    r84103 r85417  
    4040#endif
    4141
    42 #ifndef TEXMAP_OPENGL_ES2
     42#ifndef TEXMAP_OPENGL_ES_2
    4343extern "C" {
    4444    void glUniform1f(GLint, GLfloat);
     
    272272        return;
    273273    shadersCompiled = true;
    274 #ifndef TEXMAP_OPENGL_ES2
     274#ifndef TEXMAP_OPENGL_ES_2
    275275#define OES2_PRECISION_DEFINITIONS \
    276276    "#define lowp\n#define highp\n"
Note: See TracChangeset for help on using the changeset viewer.