Timo de Kort
f9fa281da5
Update integers to float32 ( #64 )
2020-06-13 13:05:30 -04:00
João Capucho
f94b486d8b
Run cargo fmt and enable monocodus ( #63 )
2020-06-09 14:49:12 -04:00
João Capucho
b91b9ca987
Glsl frontend ( #50 )
...
* Basic glsl support
* Miscellaneous fixes and vertex shader works
* Added rudimentary texture and sampler support
* Basic preprocessor
* Added preprocessor if macros
* Pass tests and handle floats correctly
* Fix preprocessor if wrong precedence ordering when using macros
Refractor for the glsl parser
Partial primary expression parser
* Fix all clippy errors
* Cleanup
* Rollback formatting changes in lib.rs
2020-06-09 13:43:16 -04:00
João Capucho
706a88e21c
Fix clippy errors ( #62 )
...
* Move from travis to github actions (#58 )
* Added github actions
* Remove travis
* Fixed clippy warnings
* Add the clippy check to ci
* Move workflows to .github
* Fix missing clippy
2020-06-08 16:00:46 -04:00
Paul Kernfeld
b108a50089
Check constant types ( #54 )
...
* Check constant types
A baby step towards #43
* Move tp src/proc/typifier, remove unneeded return
* Don't do pub(crate)
* Don't use crate::proc::UnexpectedConstantTypeError
Co-authored-by: Paul Kernfeld <paulkernfeld@gmail.com >
2020-05-22 12:30:30 -04:00
Paul Kernfeld
2a3fc6dc54
Replace panics with errors in Metal backend
...
Fixes #31
2020-05-20 11:18:18 -04:00
Paul Kernfeld
e2bd93aa21
Replace write! with TypedGlobalVariable::try_fmt
...
A step towards #31
2020-05-19 12:48:32 -04:00
Dzmitry Malyshau
bce6358eb1
Create .monocodus
2020-05-01 09:59:37 -04:00
Timo de Kort
4b686165c2
Remove duplicate constants in IR module
2020-04-17 17:57:35 -04:00
Timo de Kort
1a1f6a47b0
add support for ConstantComposite
2020-03-28 14:58:45 -04:00
Gabriel Majeri
f09f87bb25
Use NonZeroU32 for handle index
2020-03-23 10:31:50 -04:00
Gabriel Majeri
47d7536f35
Format src/arena.rs
2020-03-23 10:31:50 -04:00
Dzmitry Malyshau
3ea6ca428f
Move the global usage into the IR function
2020-03-20 16:23:35 -04:00
Dzmitry Malyshau
55fab04353
Refactor the interface processor, many improvements in global variables handling in MSL
2020-03-19 22:36:26 -04:00
Dzmitry Malyshau
80a9254dbe
Interface processor
2020-03-19 18:04:58 -04:00
Dzmitry Malyshau
df855bc2ff
Makefile and RON converter parameters
2020-03-19 09:44:14 -04:00
Dzmitry Malyshau
0de28d1656
[msl] operators, array access, and built-in calls
2020-03-15 23:59:49 -04:00
AIOOB
1ac92cd942
Fixup clippy lints and remove unsafe
2020-03-15 21:09:08 -04:00
Dzmitry Malyshau
c467693253
Add quad -> MSL testing
2020-03-15 12:10:19 -04:00
Dzmitry Malyshau
4a72abb142
Remove Mul expression type
2020-03-15 12:10:19 -04:00
Dzmitry Malyshau
1957b09c4d
Add WGSL parsing tests
2020-03-15 11:43:08 -04:00
Dzmitry Malyshau
a768af6011
Implement a fair bit of typifier logic, resolve access ids in WGSL
2020-03-15 10:59:12 -04:00
Dzmitry Malyshau
3c5a12412c
Typifier lookups into constants, variables, and structs
2020-03-15 10:59:12 -04:00
Dzmitry Malyshau
6ba942330a
Typifier skeleton
2020-03-15 10:59:12 -04:00
Dzmitry Malyshau
76eb307d35
Local variables, [wgsl] statement context
2020-03-14 09:36:26 -04:00
Dzmitry Malyshau
607b77899b
[wgsl] add Lexer::skip() helper
2020-03-14 09:36:26 -04:00
Dzmitry Malyshau
d6a4e05e05
[wgsl] add parse_block, use for if statements
2020-03-14 09:36:26 -04:00
Dzmitry Malyshau
16f018046a
[wgsl] make lexer Error-aware
2020-03-13 17:11:55 -04:00
Dzmitry Malyshau
cb72a92bce
[wgsl] improved decoration parsing
2020-03-12 14:13:42 -04:00
Dzmitry Malyshau
ee325a6a67
Add imported function calls
2020-03-12 14:13:42 -04:00
Dzmitry Malyshau
0f8e3e4b9b
Singular, intrinsic, and derivative expressions
2020-03-12 13:09:19 -04:00
Dzmitry Malyshau
5e78c71a44
Rename Token/Id to Handle and Storage to Arena consistently
2020-03-11 16:28:13 -04:00
Dzmitry Malyshau
7e0b004c16
[wgsl] refactor Token
2020-03-11 13:36:14 -04:00
Dzmitry Malyshau
ee8e0699be
[wgsl] remove Pest grammar
2020-03-11 13:36:14 -04:00
Dzmitry Malyshau
93d60ce8bf
[wgsl] hand-written function parsing
2020-03-11 13:36:14 -04:00
Dzmitry Malyshau
e6fe97f410
[wgsl] rewrite with our own parser
2020-03-11 13:36:14 -04:00
msiglreith
3066c3b558
Fix newline handling ( #11 )
...
Support also non-LF variants
2020-03-05 22:52:24 -05:00
Dzmitry Malyshau
ee7882723a
[wgsl] expect logical expressions, fix hex literals
2020-03-05 21:21:14 -05:00
Dzmitry Malyshau
330ce644d8
[wgsl] parse most binary expressions
2020-03-05 13:14:06 -05:00
Joshua Groves
279af921bc
[wgsl] richer expression grammar
2020-03-05 11:22:50 -05:00
Dzmitry Malyshau
3bf1760d5b
[ir] add SAMPLED image flag
2020-03-05 11:21:36 -05:00
Dzmitry Malyshau
13a4c41121
Include test WGSL shaders
2020-03-03 22:57:20 -05:00
Dzmitry Malyshau
d4fb81a005
[wgsl] basic typed constructors
2020-03-03 22:56:11 -05:00
Dzmitry Malyshau
b9ba223b6e
[wgsl] basic parsing of entry points and global constants
2020-03-03 22:33:53 -05:00
Dzmitry Malyshau
78d5a73a2f
[msl] support returning values
2020-03-03 16:25:56 -05:00
Dzmitry Malyshau
ee987325a5
[wgsl] basic parsing of function body
2020-03-03 16:08:20 -05:00
Dzmitry Malyshau
a9c476d58d
Move out Void from the type enum
2020-03-03 14:09:41 -05:00
Dzmitry Malyshau
4a9f838208
[wgsl] first bits of function parsing
2020-03-03 13:52:47 -05:00
Dzmitry Malyshau
c2265ca4c8
[wgsl] structure declarations, better array types
2020-03-03 11:14:15 -05:00
Dzmitry Malyshau
aba9e8a0f2
Fixup metal type exports
2020-03-02 16:56:15 -05:00