Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: Source/core/core.gypi

Issue 14860016: Implement OES_texture_float_linear and OES_texture_half_float_linear extensions in WebGL. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index b083bbc758c12c63c72ec157f56748a14a53a489..d1131115ca2b98a1c8c95b1b594e6da9ad7f4b5a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -220,7 +220,9 @@
'html/canvas/Int8Array.idl',
'html/canvas/OESStandardDerivatives.idl',
'html/canvas/OESTextureFloat.idl',
+ 'html/canvas/OESTextureFloatLinear.idl',
'html/canvas/OESTextureHalfFloat.idl',
+ 'html/canvas/OESTextureHalfFloatLinear.idl',
'html/canvas/OESVertexArrayObject.idl',
'html/canvas/OESElementIndexUint.idl',
'html/canvas/Uint16Array.idl',
@@ -2224,8 +2226,12 @@
'html/canvas/OESStandardDerivatives.h',
'html/canvas/OESTextureFloat.cpp',
'html/canvas/OESTextureFloat.h',
+ 'html/canvas/OESTextureFloatLinear.cpp',
+ 'html/canvas/OESTextureFloatLinear.h',
'html/canvas/OESTextureHalfFloat.cpp',
'html/canvas/OESTextureHalfFloat.h',
+ 'html/canvas/OESTextureHalfFloatLinear.cpp',
+ 'html/canvas/OESTextureHalfFloatLinear.h',
'html/canvas/OESVertexArrayObject.cpp',
'html/canvas/OESVertexArrayObject.h',
'html/canvas/OESElementIndexUint.cpp',

Powered by Google App Engine
This is Rietveld 408576698