diff options
author | marha <marha@users.sourceforge.net> | 2011-02-04 16:28:55 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-04 16:28:55 +0000 |
commit | 5b7cc430132c47f9e4e84fd1830abc6aead39954 (patch) | |
tree | 4e2138ab7310c62b3f877b662d752d7c8c233f00 /mesalib/src/glsl/hir_field_selection.cpp | |
parent | 573e5c4f462c3f97697f16388025a8e13469487c (diff) | |
parent | 39522c7dc587b335b0e0e00fc68f98e6a7a5c7bd (diff) | |
download | vcxsrv-5b7cc430132c47f9e4e84fd1830abc6aead39954.tar.gz vcxsrv-5b7cc430132c47f9e4e84fd1830abc6aead39954.tar.bz2 vcxsrv-5b7cc430132c47f9e4e84fd1830abc6aead39954.zip |
svn merge ^/branches/released .
Diffstat (limited to 'mesalib/src/glsl/hir_field_selection.cpp')
-rw-r--r-- | mesalib/src/glsl/hir_field_selection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesalib/src/glsl/hir_field_selection.cpp b/mesalib/src/glsl/hir_field_selection.cpp index 3c33127b5..995f284fa 100644 --- a/mesalib/src/glsl/hir_field_selection.cpp +++ b/mesalib/src/glsl/hir_field_selection.cpp @@ -27,6 +27,8 @@ #include "ast.h" #include "glsl_types.h" +using std::strcmp; + ir_rvalue * _mesa_ast_field_selection_to_hir(const ast_expression *expr, exec_list *instructions, |