Giter VIP home page Giter VIP logo

valgrindsuppression's Introduction

ValgrindSuppression

Valgrind Suppression is a generic-valgrind-suppression file used to help valgrind to ignore Graphics API (OpenGL) underlying built-in errors. Therefore, the programmer can forcus on programmer-made-errors during the development of the application on top of the API.

It is generic, therefore, feel free to customize it.
Attempt is made to suppress all of the OpenGL API errors that valgrind detects. Valgrind detects these errors whenever you run it on any program that uses OpenGL. However, they are not any errors you can fix because they are built into the API (the API may be designed that way). The most that can be done is to suppress the errors, that is, hide them.

Requirements:

  • Linux OS via any of the distros, such as, Ubuntu
  • OpenGL, low-level-graphics API.
  • Valgrind, the star of the show.
  • SDL, graphics and window framework for easy use of OpenGL.

Sometimes, the suppression file will have to be updated after the computer (platform) receives an (os) update. This is because these updates may include new internal leaks.

Demo

A demo is provided that test suppressions of default graphics errors. Just run make to test it.
The 'C' file only just open an OpenGL window via SDL and glad. It allows you to test OpenGL internal memory leaks and therefore suppress those errors.

License

This project is licensed under the zlib License - see the LICENSE file for details.

Resources

References

valgrindsuppression's People

Contributors

rickodesea avatar

Stargazers

 avatar Martín González Hermida avatar Johannes Rauch avatar Daniel Dara avatar Arne De Jonghe avatar Rafael Accácio Nogueira avatar Mahyar Koshkouei avatar Gren Drake avatar

Watchers

James Cloos avatar  avatar

Forkers

chrisrhayden

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.