glsl: Pull operator_strs out to its own file
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 16 Apr 2015 00:34:56 +0000 (17:34 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 30 Aug 2016 23:28:00 +0000 (16:28 -0700)
commit90781eee4dfc101199ea557003f28126abe86912
treebc1d291ea24c19365ff9310987e9fbd2f4954e1b
parent140ec58a07894da12440f1069ade3a4ed0ce0438
glsl: Pull operator_strs out to its own file

No change except to the copyright symbol.  The next patch will generate
this file with Python, and Unicode + Python = pure rage.

v2: Massive rebase.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/compiler/Makefile.sources
src/compiler/glsl/ir.cpp
src/compiler/glsl/ir_expression_operation_strings.h [new file with mode: 0644]