Mathias Agopian

Results 176 comments of Mathias Agopian

@hannojg would you be able to rebase/update this branch? thanks!

I can reproduce, the problem seems to be linked to our use of the framebuffer_fetch extension on these devices. Enabling any feature that turns that off will appear to fix...

The problem also goes away when I change our internal format from RGBA16F to RGBA8. This starts looking like a driver bug.

I think I can implement a workaround pretty quickly. I'll try to get to it this week.

can you try it now? we disabled a spirv-opt optimization that seems to trigger this bug.

out of curiosity, did you try the vulkan backend and did it work?

I wrote this simple test, which passes: ``` TEST(FilamentTest, TransformManagerSimple) { filament::FTransformManager tcm; EntityManager& em = EntityManager::get(); Entity root = em.create(); tcm.create(root); auto ti = tcm.getInstance(root); auto t = mat4f::translation(float3{...

I've seen the PR we need more time to get to it. Please bare with us! thanks!

Converting to draft until we are in sync with google's internal repo.