author | Ryan C. Gordon <icculus@icculus.org> |
Sun, 29 May 2016 03:03:15 -0400 | |
changeset 1176 | 1356c2c32ef6 |
parent 893 | e9f0f2feeb39 |
permissions | -rw-r--r-- |
167 | 1 |
syntax:glob |
455
d99f47386d51
Generate MOJOSHADER_VERSION, etc.
Ryan C. Gordon <icculus@icculus.org>
parents:
423
diff
changeset
|
2 |
mojoshader_version.h |
893
e9f0f2feeb39
Updated .hgignore for Lemon header output.
Ryan C. Gordon <icculus@icculus.org>
parents:
585
diff
changeset
|
3 |
mojoshader_parser_hlsl.h |
585
4713a5b31391
Ignore some more files.
Ryan C. Gordon <icculus@icculus.org>
parents:
455
diff
changeset
|
4 |
cmake-build |
167 | 5 |
CMakeCache.txt |
6 |
CMakeFiles |
|
7 |
Makefile |
|
8 |
cmake_install.cmake |
|
9 |
testparse |
|
390
4effa7e6b49c
Added testoutput program for outputting just the generated shaders.
Ryan C. Gordon <icculus@icculus.org>
parents:
270
diff
changeset
|
10 |
testoutput |
406
682e9073a9cf
Added bestprofile program.
Ryan C. Gordon <icculus@icculus.org>
parents:
390
diff
changeset
|
11 |
bestprofile |
423
ee393c1cf3b4
Added availableprofiles.c ...
Ryan C. Gordon <icculus@icculus.org>
parents:
415
diff
changeset
|
12 |
availableprofiles |
167 | 13 |
finderrors |
585
4713a5b31391
Ignore some more files.
Ryan C. Gordon <icculus@icculus.org>
parents:
455
diff
changeset
|
14 |
assemble |
4713a5b31391
Ignore some more files.
Ryan C. Gordon <icculus@icculus.org>
parents:
455
diff
changeset
|
15 |
preprocess |
270 | 16 |
glcaps |
167 | 17 |
*.exe |
415
25ca83d8bbd5
Build mojoshader.c and mojoshader_opengl.c into a static library.
Ryan C. Gordon <icculus@icculus.org>
parents:
406
diff
changeset
|
18 |
*.lib |
25ca83d8bbd5
Build mojoshader.c and mojoshader_opengl.c into a static library.
Ryan C. Gordon <icculus@icculus.org>
parents:
406
diff
changeset
|
19 |
*.a |
173
743dbd0e03d8
Ignore massive test case shader directories.
Ryan C. Gordon <icculus@icculus.org>
parents:
167
diff
changeset
|
20 |
ps_?_? |
743dbd0e03d8
Ignore massive test case shader directories.
Ryan C. Gordon <icculus@icculus.org>
parents:
167
diff
changeset
|
21 |
vs_?_? |