Jon Olick
Jon Olick
When comparing two different EXR files (no DDS involved to decode), the MSE is also calculated incorrectly (with the same incorrect result). Thus, perhaps this is an issue with float...
I'll make one for you, 1 sec.
https://send.firefox.com/download/990dd959f0492c5d/#X0pnxs-4ZgpxYvlx-_Ssmg
Also, it seems I cannot attach DDS files to issues =/ Though thats a github issue, not your issue per-se. let me know if you want some test files. I...
[kodim01_srgb.zip](https://github.com/GPUOpen-Tools/compressonator/files/4691791/kodim01_srgb.zip) yay! :)
Mostly its complaining about incompatible libpng and libjpeg versions I think. However, since OSX doesn't have apt-get, there are no instructions for OSX at all on how to make it...
Problem with M68KMAKE_OP(bfextu, 32, ., d) { if(CPU_TYPE_IS_EC020_PLUS(CPU_TYPE)) { uint word2 = OPER_I_16(); uint offset = (word2>>6)&31; uint width = word2; uint64 data = DY; if(BIT_B(word2)) offset = REG_D[offset&7]; if(BIT_5(word2))...
Its expected for the moment. No exceptions here. I'll leave this issue open though for now.
I updated the code to print a warning when you call a function with wrong number of arguments. Should help fix this.