Jan De Kock

Results 8 comments of Jan De Kock

At first sight, seems to be fixed in the latest version of IntelliJ (2021.1)

Hey @iOrange, thanks for responding. I might have to double check, but I basically compared full float operations (so toFloat, lerp, toUnorm) to what you did and it does seem...

Cleaned up my proof of concept. http://tpcg.io/_APMKQS And yes, I also still have to do signed mode :D

You're welcome! I'm just trying to understand to the best of my knowledge, but it's all very confusing. I saw you did the * 527 + 23 >> 6 conversions...

I have a feeling at this point it's more of an intellectual exercise than anything else. I like your idea @iOrange, turning it into a compile time define. There's no...

FYI, I did finally manage to release my own library. Through some quite extensive benchmarking I found out that the float version (in Java) is actually faster than the int...

Hi, thanks for the quick response. I did some testing and it gets even more confusing... If I run `texconv.exe -ft png -f R8_UNORM .\bc4s.dds`, it calls `ConvertScanline` with inFormat...

Oops, completely forgot I made this ticket... We were abusing the `ObjectMethods.bootstrap` method to generate record-style equals/hashCode and toString. They don't call `Array.equals` but just use the identity (which is...