summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-17 18:01:45 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-17 18:01:45 +0000
commita550584ebcba55fce69da520177ac26b11122de8 (patch)
tree1a4e23f2bf4554a3ad40df17a824ff427b6b8702 /gpu/gpu.gyp
parentfc4033aa82b53f103ff84b594aae3da72a6bdedf (diff)
downloadchromium_src-a550584ebcba55fce69da520177ac26b11122de8.zip
chromium_src-a550584ebcba55fce69da520177ac26b11122de8.tar.gz
chromium_src-a550584ebcba55fce69da520177ac26b11122de8.tar.bz2
Bumped ANGLE rev to 425 to pull the new API for extracting attribs and uniforms. Created a new class ShaderTranslator to encapsulate shader translation.
PS: I will add tests for this class once ANGLE actually returns attribs and uniforms. Review URL: http://codereview.chromium.org/3451002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 4836307..f576bfe 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -172,6 +172,8 @@
'command_buffer/service/renderbuffer_manager.cc',
'command_buffer/service/shader_manager.h',
'command_buffer/service/shader_manager.cc',
+ 'command_buffer/service/shader_translator.h',
+ 'command_buffer/service/shader_translator.cc',
'command_buffer/service/texture_manager.h',
'command_buffer/service/texture_manager.cc',
],