diff options
author | Tim Rowley <[email protected]> | 2017-03-14 19:12:20 -0500 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2017-03-20 18:05:54 -0500 |
commit | 97cbabc8fb716dbdff65711afa23e6d6085cf258 (patch) | |
tree | 2a000738070169b9ab7f9fd3ad7dc751e4b0f414 /src/gallium/drivers/swr/rasterizer | |
parent | 7046695a0e8f86ee612abfadfba4506bbb991cab (diff) |
swr: [rasterizer scripts] Put codegen scripts into a separate directory
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/rasterizer')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/gen_archrast.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/gen_archrast.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/gen_backends.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/gen_knobs.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/gen_knobs.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_ir_macros.py (renamed from src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py (renamed from src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_types.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/__init__.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/__init__.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/_ast_util.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/_ast_util.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/ast.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/ast.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/cache.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/cache.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/cmd.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/cmd.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/codegen.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/codegen.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/compat.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/compat.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/exceptions.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/exceptions.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/filters.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/filters.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/lexer.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/lexer.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/lookup.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/lookup.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/parsetree.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/parsetree.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/pygen.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/pygen.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/pyparser.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/pyparser.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/runtime.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/runtime.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/template.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/template.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/mako/util.py (renamed from src/gallium/drivers/swr/rasterizer/scripts/mako/util.py) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/templates/ar_event_cpp.template (renamed from src/gallium/drivers/swr/rasterizer/scripts/templates/ar_event_cpp.template) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/templates/ar_event_h.template (renamed from src/gallium/drivers/swr/rasterizer/scripts/templates/ar_event_h.template) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/templates/ar_eventhandler_h.template (renamed from src/gallium/drivers/swr/rasterizer/scripts/templates/ar_eventhandler_h.template) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/templates/ar_eventhandlerfile_h.template (renamed from src/gallium/drivers/swr/rasterizer/scripts/templates/ar_eventhandlerfile_h.template) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/templates/backend_template.cpp (renamed from src/gallium/drivers/swr/rasterizer/scripts/templates/backend_template.cpp) | 0 | ||||
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/codegen/templates/knobs.template (renamed from src/gallium/drivers/swr/rasterizer/scripts/templates/knobs.template) | 0 |
29 files changed, 0 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/scripts/gen_archrast.py b/src/gallium/drivers/swr/rasterizer/codegen/gen_archrast.py index 901d6d8d05b..901d6d8d05b 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/gen_archrast.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/gen_archrast.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/gen_backends.py b/src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py index cbbc3780a68..cbbc3780a68 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/gen_backends.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/gen_knobs.py b/src/gallium/drivers/swr/rasterizer/codegen/gen_knobs.py index 225082e7882..225082e7882 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/gen_knobs.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/gen_knobs.py diff --git a/src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py b/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_ir_macros.py index 70d35762bc5..70d35762bc5 100644 --- a/src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_ir_macros.py diff --git a/src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_types.py b/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py index e88158c14d8..e88158c14d8 100644 --- a/src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_types.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py b/src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py index 3c6940d8428..3c6940d8428 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/__init__.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/__init__.py index d9638481889..d9638481889 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/__init__.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/__init__.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/_ast_util.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/_ast_util.py index efbc4fc245d..efbc4fc245d 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/_ast_util.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/_ast_util.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/ast.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/ast.py index 65fd84dfe15..65fd84dfe15 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/ast.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/ast.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/cache.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/cache.py index c405c5171d7..c405c5171d7 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/cache.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/cache.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/cmd.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/cmd.py index 1a9ca56637c..1a9ca56637c 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/cmd.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/cmd.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/codegen.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/codegen.py index 4b0bda86731..4b0bda86731 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/codegen.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/codegen.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/compat.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/compat.py index fe277bbf05a..fe277bbf05a 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/compat.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/compat.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/exceptions.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/exceptions.py index c531f2118d0..c531f2118d0 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/exceptions.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/exceptions.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/filters.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/filters.py index d79ce2388f6..d79ce2388f6 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/filters.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/filters.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/lexer.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/lexer.py index 1dda398215d..1dda398215d 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/lexer.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/lexer.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/lookup.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/lookup.py index 2af5411907a..2af5411907a 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/lookup.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/lookup.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/parsetree.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/parsetree.py index 49ec4e0696c..49ec4e0696c 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/parsetree.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/parsetree.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/pygen.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/pygen.py index 5ba5125a4c7..5ba5125a4c7 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/pygen.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/pygen.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/pyparser.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/pyparser.py index bfa46a9fafd..bfa46a9fafd 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/pyparser.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/pyparser.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/runtime.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/runtime.py index 6b6a35a9215..6b6a35a9215 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/runtime.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/runtime.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/template.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/template.py index fb6106289fa..fb6106289fa 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/template.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/template.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/mako/util.py b/src/gallium/drivers/swr/rasterizer/codegen/mako/util.py index cba2ab7920c..cba2ab7920c 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/mako/util.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/mako/util.py diff --git a/src/gallium/drivers/swr/rasterizer/scripts/templates/ar_event_cpp.template b/src/gallium/drivers/swr/rasterizer/codegen/templates/ar_event_cpp.template index 4b3dcd57dbc..4b3dcd57dbc 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/templates/ar_event_cpp.template +++ b/src/gallium/drivers/swr/rasterizer/codegen/templates/ar_event_cpp.template diff --git a/src/gallium/drivers/swr/rasterizer/scripts/templates/ar_event_h.template b/src/gallium/drivers/swr/rasterizer/codegen/templates/ar_event_h.template index 68926ea8053..68926ea8053 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/templates/ar_event_h.template +++ b/src/gallium/drivers/swr/rasterizer/codegen/templates/ar_event_h.template diff --git a/src/gallium/drivers/swr/rasterizer/scripts/templates/ar_eventhandler_h.template b/src/gallium/drivers/swr/rasterizer/codegen/templates/ar_eventhandler_h.template index cfed2aded0c..cfed2aded0c 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/templates/ar_eventhandler_h.template +++ b/src/gallium/drivers/swr/rasterizer/codegen/templates/ar_eventhandler_h.template diff --git a/src/gallium/drivers/swr/rasterizer/scripts/templates/ar_eventhandlerfile_h.template b/src/gallium/drivers/swr/rasterizer/codegen/templates/ar_eventhandlerfile_h.template index 48ff0b0a958..48ff0b0a958 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/templates/ar_eventhandlerfile_h.template +++ b/src/gallium/drivers/swr/rasterizer/codegen/templates/ar_eventhandlerfile_h.template diff --git a/src/gallium/drivers/swr/rasterizer/scripts/templates/backend_template.cpp b/src/gallium/drivers/swr/rasterizer/codegen/templates/backend_template.cpp index f015f5f179c..f015f5f179c 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/templates/backend_template.cpp +++ b/src/gallium/drivers/swr/rasterizer/codegen/templates/backend_template.cpp diff --git a/src/gallium/drivers/swr/rasterizer/scripts/templates/knobs.template b/src/gallium/drivers/swr/rasterizer/codegen/templates/knobs.template index 1ae45e52e74..1ae45e52e74 100644 --- a/src/gallium/drivers/swr/rasterizer/scripts/templates/knobs.template +++ b/src/gallium/drivers/swr/rasterizer/codegen/templates/knobs.template |