TODO list update

This commit is contained in:
Emmanuel BENOîT 2017-12-23 17:54:48 +01:00
parent 0abab985c1
commit 4e77e6cf16

24
TODO
View file

@ -1,10 +1,6 @@
Rendering: Capabilities:
* Secondary rays * Compute shaders
* Shadows * Buffers & instancing
Post-processing:
* Chromatic aberration
* Lens dirt
Scripting: Scripting:
* Spill values in the FPU stack runs out * Spill values in the FPU stack runs out
@ -13,7 +9,8 @@ Scripting:
* Check for overrides on the same inputs when setting things up * Check for overrides on the same inputs when setting things up
* Aliases * Aliases
* Display errors in UI * Display errors in UI
* Optimizer:
Optimizer:
* Dead code elimination * Dead code elimination
* Unused arguments * Unused arguments
* Dead store: call arguments * Dead store: call arguments
@ -26,11 +23,6 @@ Scripting:
* Sampler re-use * Sampler re-use
* (Output only) Texture / framebuffer re-use * (Output only) Texture / framebuffer re-use
Producing output:
1/ Generate assembly code for the init and main loop
2/ Generate executable
3/ Start working on Frankencoding
Sync / inputs: Sync / inputs:
* Mouse controls for overrides * Mouse controls for overrides
* Zoom level is mostly useless, fix it * Zoom level is mostly useless, fix it
@ -49,3 +41,9 @@ Misc:
* Camera * Camera
* Control for up vector - check if something more appropriate exists? * Control for up vector - check if something more appropriate exists?
* Vector controls are too sensitive * Vector controls are too sensitive
Producing output:
* We need the synth done first. General idea:
1/ Generate assembly code for the init and main loop
2/ Generate executable
3/ Start working on Frankencoding