[1:35:51][handmade_opengl.cpp: Introduce TransferLight() in CompileMultiLightDown()]
[1:39:50][Blackboard: Computing NPz]
[1:40:45][handmade_opengl.cpp: Complete the implementation of ParentSample() in CompileMultiLightDown()]
[1:43:44][handmade_opengl.cpp: Introduce ReconstructNormal() and ReconstructPosition() for ParentSample() to call in CompileMultiLightDown()]
[1:45:40][handmade_opengl.cpp: Fix compile errors in CompileMultiLightDown()]
[1:48:44][handmade_opengl.cpp: Implement the downward phase in ComputeLightTransport(), transferring light from less-detailed light buffers to higher-detailed ones]
[1:54:05][handmade_opengl.cpp: Introduce a version of UseProgramBegin() for multigrid_light_down_program]
[2:01:24][@fierydrake][You have an Up in your Down line]
[2:01:29][handmade_opengl.cpp: Fix up the TransferLight Down call]
[2:01:34][On Doom's rendering]
[2:02:47][@elitetk][I'm on Day 18 and I'm looking at the stream for the first time and I'm wondering, what happened? I have these sweet-ass colourful gradients and sound, and all you have is two round circles!]
[2:03:04][handmade_opengl.cpp: Toggle off the debug lighting and run the game to show our actual state]
[2:04:28][@sharlock93][Do you usually do a lot of programming before you run, like you did today, or do you program a bit then run and debug? Is it because you know what you are doing that you take big chunks of programming then run?]
[2:06:03][@vaualbus][Try running now that we fixed the stupid error in the shader]
[2:06:47][@traxirage][How long do you think this project is gonna take?]
[2:07:03][@flagmyname][New here, sorry if this was asked before. If you were working on this on your own time (not streaming / teaching or anything), how long do you think it would take you to complete?]
[2:08:51][@justsaul][Do you think that game engines have a place or is it just pure evil?]
[2:10:23][@bialy90722][Do you have any good practice to keep your brain motivated after months and months of programming?]
[2:12:26][@sharlock93][If we feed you sandwiches and keep you alive, what would you work on for the rest of your life?]
[2:13:27][@sharlock93][I'm down with patreoning Molly so I think you have no worries if we all chip in]
[2:14:24][@theonlyrealtodd][Have you found the need to write certain algorithms directly in assembly for performance reasons?]
[2:17:46][@zilarrezko][Any word on getting other programmers to work on some code on Handmade Hero? Shawn (adult hour edition) for graphics, Fabian for optimizations, Jon for game design, Sean to dance and party, etc.]
[2:21:05][@garryjohanson][So you know stuff about 360 hardware? How much of a problem was in-order execution? Did that cause performance problems? Do you view out-of-order execution as the performance convenience it claims to be, at least with respect to instruction-level parallelism?]
[2:26:52][A few words on the Load-Hit-Store penalty of PowerPC]
[2:30:33][@Zilarrezko][If you had SIMD code for SSE2 but also had the same algorithms for AVX 256-bit, is there a way to only run the AVX in the shipping version if the hardware supports it? Must it be decided at compile time?]