|
210be3a852
|
Main script runs
Fixed a few more bugs, and now the main script runs without crashing. It
fails to produce any output, however.
|
2017-11-14 23:44:13 +01:00 |
|
|
c05ab54ca7
|
Finished implementation of the emulator
It's probably full of bugs so meh
|
2017-11-14 17:35:13 +01:00 |
|
|
6deb59d884
|
Control / compiler - Fixed program initialization
Program initialization returns an identifier, unlike the rest
of the initializers which require an allocated GL ID.
|
2017-11-14 15:37:42 +01:00 |
|
|
71f6fed1ee
|
Control - All opcodes that do not use assets are done
|
2017-11-14 14:25:55 +01:00 |
|
|
512c981402
|
Control - Implemented all basic opcodes
+ memory access
+ flow control
+ FPU ops
|
2017-11-14 12:49:59 +01:00 |
|
|
83b76a96f6
|
Compiler - Output debugging instruction
|
2017-11-13 18:51:15 +01:00 |
|
|
e877f3f391
|
Compiler - Input default value instruction
|
2017-11-13 18:31:21 +01:00 |
|
|
e7029af764
|
Compiler - Sampler initialisation command
|
2017-11-13 18:16:48 +01:00 |
|
|
91f363ee06
|
Compiler - Viewport instruction
|
2017-11-13 17:28:57 +01:00 |
|
|
cdf883c3cd
|
Compiler - OP_UNIFORMS
|
2017-11-13 17:20:45 +01:00 |
|
|
d6fb6f9831
|
Compiler - OP_USE_TEXTURE + various operators
|
2017-11-13 16:58:38 +01:00 |
|
|
b9d9589d80
|
Compiler - OP_{FRAMEBUFFER,USE_{FRAMEBUFFER,PROGRAM,PIPELINE}}
|
2017-11-13 14:41:03 +01:00 |
|
|
057033f2e3
|
Compiler - OP_{TEXTURE,PROFILE,CLEAR}
|
2017-11-13 10:02:16 +01:00 |
|
|
415d565d72
|
Compiler - More ops + code reorg + call args order
|
2017-11-13 09:25:32 +01:00 |
|
|
6c58e8669f
|
Compiler - Conditionals
|
2017-11-12 22:20:11 +01:00 |
|
|
bf1c4aa1b0
|
Compiler - Metadata for operators' stack effects
|
2017-11-12 18:38:31 +01:00 |
|
|
dd4c1ba7cd
|
Ops - Operator metadata
|
2017-11-12 17:46:47 +01:00 |
|
|
87b46284ab
|
Compiler - Progress on bytecode generator
+ added a technical node for call arguments
|
2017-11-12 17:01:13 +01:00 |
|
|
abb2c02d61
|
Compiler - Started work
Committing as I need to make a few adjustments to the AST in order to
simplify things.
|
2017-11-12 10:50:05 +01:00 |
|
|
173bc86ea9
|
More progress on de-std::-ifying the code
|
2017-11-04 09:17:31 +01:00 |
|
|
a28fc34394
|
Even more de-std::-ifying
|
2017-11-03 11:55:26 +01:00 |
|
|
647e247916
|
Control system: function calls
|
2017-10-15 10:22:24 +02:00 |
|
|
7b9595777a
|
Started experimenting with the control system
Use it for the DoF
|
2017-10-15 09:34:03 +02:00 |
|
|
c9a798662c
|
Progress on control code
|
2017-10-14 21:10:46 +02:00 |
|
|
2c6b96c6e2
|
Started work on operators
|
2017-10-14 12:00:47 +02:00 |
|