Changeset 173546 in webkit
- Timestamp:
- Sep 11, 2014, 3:46:00 PM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r173544 r173546 1 2014-09-11 Roger Fong <roger_fong@apple.com> 2 3 [Windows] Unreviewed build fix. 4 5 * platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp: 6 (WebCore::GraphicsContext3D::checkVaryingsPacking): 7 1 8 2014-09-11 Beth Dakin <bdakin@apple.com> 2 9 -
trunk/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp
r173539 r173546 377 377 378 378 GC3Dint maxVaryingVectors = 0; 379 #if !PLATFORM(IOS) 379 #if !PLATFORM(IOS) && !(PLATFORM(WIN) && USE(OPENGL_ES_2)) 380 380 GC3Dint maxVaryingFloats = 0; 381 381 ::glGetIntegerv(GL_MAX_VARYING_FLOATS, &maxVaryingFloats);
Note:
See TracChangeset
for help on using the changeset viewer.