Denis Vasilyev

Results 93 comments of Denis Vasilyev

Hi @mmp, If switching to mainline OpenEXR is still a problem maybe it is possible to back port this [PR](https://github.com/AcademySoftwareFoundation/openexr/pull/862). It would fix the last issue I have with building...

> The "good" news is that the bug is in the display-server code; the final EXR that's saved to disk doesn't have this issue.. @mmp It seems the regression has...

> Slightly confusingly, this is actually bump mapping, not displacement mapping. I agree, the reason I called it displacement is that pbrt-v4 scene format uses “texture displacement” for the bump...

@mmp I tested the correction for non-symmetric scattering. It does change things slightly, but it does not address the main issue. BDPT with correction factor ![cornell_bdpt_new](https://github.com/mmp/pbrt-v4/assets/4971779/7af7b9e6-bd94-435b-adb9-3ab8572613db) Difference between the new...

@AirmanKaluga greetings to a fellow computer archeologist of the Soviet era machines! ;) I wonder what is the point of (re)writing the BIOS INT 13 as a direct driver in...

We begin with the ELKS direct console German layout. Although the German table of characters looks reasonable, ELKS doesn’t show peculiar characters like üöä under root and it does crazy...

Hi @ghaerr >I now ask: does ELKS configured for German work well on other PCs? It would be an interesting comparison. In QEMU the German layout works very similar to...

I think I see what is going wrong. In the ELKS German table there are characters like `'ü'` which during compilation are converted according to UTF (or Windows?), in this...

@ghaerr It seems like `elks/arch/i86/drivers/char/KeyMaps/keys-de.h` is in Windows (or Western (ISO Latin 1)) encoding. I am going to redo all non standard symbols as hex codes for CP 437 and...

@ghaerr Another question about expected keyboard behavior. In DOS ctrl+alt modifies some keys, e.g. to get μ, but keys which have no new meaning in this regime just do not...