commit | 205fef3389c81637f689585431273cf83af02e94 | [log] [tgz] |
---|---|---|
author | kbr@chromium.org <kbr@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Tue Nov 22 20:50:02 2011 +0000 |
committer | kbr@chromium.org <kbr@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Tue Nov 22 20:50:02 2011 +0000 |
tree | 4a51c63b48355791a60a820006e10a51cb3e1027 | |
parent | afaa0490500c539f9a0e1c6432514444a9d10076 [diff] [blame] |
Added support for GL_ARB_texture_rectangle to shader validator. Parser was regenerated with the flex/bison shipped with Ubuntu 10.04. BUG=251 TEST=tested with new Core Animation plugin rendering path on Mac OS X Review URL: http://codereview.appspot.com/5432044 git-svn-id: https://angleproject.googlecode.com/svn/trunk@888 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/ShaderLang.cpp b/src/compiler/ShaderLang.cpp index 4c66743..13f11b5 100644 --- a/src/compiler/ShaderLang.cpp +++ b/src/compiler/ShaderLang.cpp
@@ -122,6 +122,7 @@ // Extensions. resources->OES_standard_derivatives = 0; resources->OES_EGL_image_external = 0; + resources->ARB_texture_rectangle = 0; } //