Greggman

Results 156 issues of Greggman

In the [GLSL ES 3.2 spec](https://registry.khronos.org/OpenGL/specs/es/3.2/GLSL_ES_Specification_3.20.pdf) in relation to `gl_FragCoord` In section 4.5 it says > If a fragment shader input is qualified with **centroid**, a single value may be...

Issue: #3893 **Requirements for PR author:** - [X] All missing test coverage is tracked with "TODO" or `.unimplemented()`. - [X] New helpers are `/** documented */` and new helper files...

* `sample_index` * `sample_mask` * `@interpolate` parameters * `rg32xxx` storage texture formats * `texture_depth_xxx` with `textureLoad`

**Requirements for PR author:** - [X] All missing test coverage is tracked with "TODO" or `.unimplemented()`. - [X] New helpers are `/** documented */` and new helper files are found...

I hope it was okay to replace the existing test. If not, I can put it back. These tests test out of range in every dimension and a wider range...

I noticed when I click stop, sometimes it seems ignored. I think this is why.

**Requirements for PR author:** - [X] All missing test coverage is tracked with "TODO" or `.unimplemented()`. - [X] New helpers are `/** documented */` and new helper files are found...

Many tests take a list of texture formats. It would probably be good to consolidate those lists and or provide helpers/patterns for their usage. For example. Some storage texture tests...

This is in response to someone trying to run in compat mode and not knowing that they needed to use `compatibility=1` I'm not sure where to put something like this....

enhancement