graphicsfuzz icon indicating copy to clipboard operation
graphicsfuzz copied to clipboard

A testing framework for automatically finding and simplifying bugs in graphics shader compilers.

Results 111 graphicsfuzz issues
Sort by recently updated
recently updated
newest added

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.36.v20210114 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @​jianglai (Lai Jiang) @​markslater (markslater) @​prenagha (Padraic Renaghan)...

dependencies
java

Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies
java

I test Qualcomm chip here, can pass, However, when testing the mtk chip mobile phone, an error occurs, and it keeps prompting CompositionEngine: Fence::merge return error: Inappropriate ioctl for device...

I have been experimenting with both glsl-reduce and perses as reducers. It seems that Perses performs more reduction opportunities than glsl-reduce, especially in reducing more aggressively array indexes. Please find...

Floor and 256->255 changes to coordinates.

If a test carries out loads of calculations, it's sometimes necessary to reduce the framebuffer size to prevent timeout occurring. Gfauto should have an option for this.

Bumps [ipython](https://github.com/ipython/ipython) from 7.15.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies
python

It has been reported that on Windows, without the latest visual C++ redistributable package, the generator throws exceptions. We should check this and update the documentation accordingly.

documentation

https://github.com/google/graphicsfuzz/blob/de47649bced75c1d4c0980d1033742a0f9d1de88/generator/src/main/java/com/graphicsfuzz/generator/transformation/DonateCodeTransformation.java#L447

This change applies floor() to the uses of gl_FragCoord in order to eliminate the potential ambiguity of having 0.5 in the source values. This should improve the stability of the...