Alain Greppin

Results 11 comments of Alain Greppin

^^thank you for this useful info, typing my password instead of PIN solved my problem 🥇

Here is a minimal example using [texelFetch](https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/texelFetch.xhtml). texelFetch uses texture space coordinates to access pixels [0, size-1]. As of SHADERed 1.5.4, the logic of the texture VFlip feature is not...

I tested a build with [sdl2-compat](https://github.com/libsdl-org/sdl2-compat) and got an assert in a mutex. Seems a work in progress worth to be checked again later.

@ut316ab sdl2-compat commit 922171f

please note that I only tested with this config: ``` CONFIG_TOYBOX_FORK=y CONFIG_PRINTF=y CONFIG_SORT_FLOAT=y CONFIG_BASE64=y CONFIG_HELP=y CONFIG_GZIP=y CONFIG_GUNZIP=y CONFIG_ZCAT=y CONFIG_TOYBOX=y CONFIG_TOYBOX_LSM_NONE=y CONFIG_TOYBOX_FLOAT=y CONFIG_TOYBOX_HELP=y CONFIG_TOYBOX_ZHELP=y CONFIG_TOYBOX_DEBUG=y CONFIG_TOYBOX_UID_SYS=100 CONFIG_TOYBOX_UID_USR=500 ```

Thanks for the review, I will rework that PR, when time permits.

some more info on this, testing now on UTC+2 / DST the difference is 2 hours now and the final date of t1 as set by `setdate` is 2 hours...

For Ubuntu 22.04.03: 1. install in /usr/share/themes and /usr/share/icons, rename extracted dir as Dracula 2. sudo apt install gnome-shell-extensions 3. open the 'Extensions' app from the Activities menu 4. enable...

looking at the [logs](dev.azure.com/aros-development-team/AROS/_build/results?buildId=39921), the current LLVM toolchain build is failing for the same reason: **No space left on device** ``` /home/vsts/work/1/b/builds/pc-x86_64-smp/bin/linux-x86_64/gen/host/tools/crosstools/llvm/tree/llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp:4834:1: fatal error: error writing to /tmp/ccGH2UUD.s: No space...

just to add some info, here is the disk usage after `install-LLVM-stripped`: ``` 14G bin/linux-x86_64/gen/host/tools/crosstools/llvm/llvm 1.6G bin/linux-x86_64/gen/host/tools/crosstools/llvm/tree ``` and after `clean`: ``` 162M bin/linux-x86_64/gen/host/tools/crosstools/llvm/llvm 1.6G bin/linux-x86_64/gen/host/tools/crosstools/llvm/tree ``` this is for...