mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-26 13:20:05 +00:00
d90aae9a5a
* Fix .gitignore * Add missing reduction pass: RemoveBlockReductionOpportunityFinder * Add DumpShader functions in test_reduce for debugging * Add DumpShader functions in spirv-reduce for debugging * Fix include style * Don't use "using namespace"
26 lines
334 B
Plaintext
26 lines
334 B
Plaintext
.clang_complete
|
|
.ycm_extra_conf.py*
|
|
*.pyc
|
|
compile_commands.json
|
|
/build/
|
|
/buildtools/
|
|
/external/googletest
|
|
/external/SPIRV-Headers
|
|
/external/spirv-headers
|
|
/external/effcee
|
|
/external/re2
|
|
/out
|
|
/TAGS
|
|
/third_party/llvm-build/
|
|
/testing
|
|
/tools/clang/
|
|
/utils/clang-format-diff.py
|
|
|
|
# Vim
|
|
[._]*.s[a-w][a-z]
|
|
*~
|
|
|
|
# C-Lion
|
|
/.idea/
|
|
/cmake-build-*/
|