glsl: Generate ir_expression_operation.h from Python
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 15 Apr 2015 23:59:43 +0000 (16:59 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 30 Aug 2016 23:28:00 +0000 (16:28 -0700)
commit7d6af9e59935959689ac9611f17abc06c6837f16
treeb918953b0f8e936ae0bb9bc42111179fa110df92
parent10f9901bcef7724cb72fb2fe7e3dd8d6660d2f34
glsl: Generate ir_expression_operation.h from Python

There are differences in where end-of-line comments are placed, but
'diff -wud' is clean.

v2: Massive rebase.

v3: With much help from José Fonseca, fix SCons build.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Acked-by: Dylan Baker <dylan@pnwbakers.com>
src/compiler/Makefile.glsl.am
src/compiler/Makefile.sources
src/compiler/SConscript
src/compiler/SConscript.glsl
src/compiler/SConscript.nir
src/compiler/glsl/.gitignore
src/compiler/glsl/ir_expression_operation.h [deleted file]
src/compiler/glsl/ir_expression_operation.py [new file with mode: 0644]
src/mesa/Makefile.sources
src/mesa/SConscript
src/mesa/drivers/dri/i965/Makefile.am