Emma Anholt

Results 122 comments of Emma Anholt
trafficstars

Test coverage would be most useful if it rendered with a shader with multiple color outputs first, then switched to a fragment shader rendering to output variables that are a...

I hadn't found the GLES spec text here, just the GLSL ES spec text ("If some, but not all user-defined output variables are written, the values of fragment colors corresponding...

It would be nice if editorconfig in a subdirectory still applied if .dir-locals.el isn't in that directory. Mesa has a top level dir-locals and editorconfig, and then also editorconfig in...

As a start for this one, we should probably move our unorm4x8 unpacking into a NIR lowering pass. The trouble is going to be that NIR tex instructions return a...

It's not the first time the idea has come up, but we don't have an online compressor for ETC1 in Mesa that I know of (since online compression is expensive...

The register allocator now asks us to choose among the registers available, but it doesn't tell us what node it's coloring so we don't know how to check what registers...

vc4-ubo branch has an attempt at this. No effect on 3DMMES (which is FS limited, not CPU)

We should absolutely be using an ABI number, and the android thing is an unfortunate workaround for android ABI being a disaster. Hopefully NetBSD is sane and has been stable...

Looks like our tests require GLES3, though.

Also, glamor on GLES is super broken, because GLES sucks at readpixels/getteximage.