swr: [rasterizer scripts] Put codegen scripts into a separate directory
authorTim Rowley <timothy.o.rowley@intel.com>
Wed, 15 Mar 2017 00:12:20 +0000 (19:12 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Mon, 20 Mar 2017 23:05:54 +0000 (18:05 -0500)
commit97cbabc8fb716dbdff65711afa23e6d6085cf258
tree2a000738070169b9ab7f9fd3ad7dc751e4b0f414
parent7046695a0e8f86ee612abfadfba4506bbb991cab
swr: [rasterizer scripts] Put codegen scripts into a separate directory

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
32 files changed:
src/gallium/drivers/swr/.gitignore
src/gallium/drivers/swr/Makefile.am
src/gallium/drivers/swr/SConscript
src/gallium/drivers/swr/rasterizer/codegen/gen_archrast.py [moved from src/gallium/drivers/swr/rasterizer/scripts/gen_archrast.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py [moved from src/gallium/drivers/swr/rasterizer/scripts/gen_backends.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/gen_knobs.py [moved from src/gallium/drivers/swr/rasterizer/scripts/gen_knobs.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_ir_macros.py [moved from src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py [moved from src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_types.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py [moved from src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/__init__.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/__init__.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/_ast_util.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/_ast_util.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/ast.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/ast.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/cache.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/cache.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/cmd.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/cmd.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/codegen.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/codegen.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/compat.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/compat.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/exceptions.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/exceptions.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/filters.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/filters.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/lexer.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/lexer.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/lookup.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/lookup.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/parsetree.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/parsetree.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/pygen.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/pygen.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/pyparser.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/pyparser.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/runtime.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/runtime.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/template.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/template.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/mako/util.py [moved from src/gallium/drivers/swr/rasterizer/scripts/mako/util.py with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/templates/ar_event_cpp.template [moved from src/gallium/drivers/swr/rasterizer/scripts/templates/ar_event_cpp.template with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/templates/ar_event_h.template [moved from src/gallium/drivers/swr/rasterizer/scripts/templates/ar_event_h.template with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/templates/ar_eventhandler_h.template [moved from src/gallium/drivers/swr/rasterizer/scripts/templates/ar_eventhandler_h.template with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/templates/ar_eventhandlerfile_h.template [moved from src/gallium/drivers/swr/rasterizer/scripts/templates/ar_eventhandlerfile_h.template with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/templates/backend_template.cpp [moved from src/gallium/drivers/swr/rasterizer/scripts/templates/backend_template.cpp with 100% similarity]
src/gallium/drivers/swr/rasterizer/codegen/templates/knobs.template [moved from src/gallium/drivers/swr/rasterizer/scripts/templates/knobs.template with 100% similarity]