News

GraphicsFuzz, the graphics testing framework, is now open-source

1 min read

GraphicsFuzz, the online graphics testing framework quietly went open source on Monday. There is no official announcement as of now and they are still transitioning to being open source. GraphicsFuzz was acquired by Google earlier this August.

GraphicsFuzz is a testing framework that automatically finds and simplifies bugs in graphics shader compilers. The tools currently manipulate GLSL shaders but other targets like SPIR-V, HLSL and Metal can also be tested directly. Google acquired GraphicsFuzz mainly for its mobile graphics card benchmarking

GraphicsFuzz finds bugs in the graphics drivers of a device by rendering families of semantically similar shaders. It looks out for discrepancies in rendering and similarities, a process known as metamorphic testing. A total of 15 tests are run and for each bug the reducer saves a lot of debugging time. It this by producing a simpler minimal-difference test case that is still able to expose the bug.

The testing process on an Android phone takes a couple of minutes and for some shades it asks the user if the two rendered images are similar.

The GitHub repository is under an Apache 2.0 license and there is not Commons Clause attached right now.

Note that the repository is a work-in-progress and not an officially supported Google product yet.

You can check out the GitHub repository.

Read next

Google buys GraphicsFuzz, bringing fuzzy logic and metamorphic testing to Android graphics drivers

Google’s second innings in China: Exploring cloud partnerships with Tencent and others

All new Android apps on Google Play must target API Level 26 (Android Oreo) or higher, to publish

Prasad Ramesh

Data science enthusiast. Cycling, music, food, movies. Likes FPS and strategy games.

Share
Published by
Prasad Ramesh

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago