GLSL Devil 1.1.4 available

Started by Stefan, November 21, 2009, 04:50:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Stefan

QuoteglslDevil is a tool for debugging the OpenGL shader pipeline, supporting GLSL vertex and fragment programs plus the recent geometry shader extension. By transparently instrumenting the host application it allows for debugging GLSL shaders in arbitrary OpenGL programs without the need to recompile or even having the source code of the host program available. The debug data is directly retrieved from the hardware pipeline and can be used for visual debugging and program analysis.

ChangeLog version 1.1.4 (11/18/09):          

    * Fix: segfault on Ubuntu 9.04 and newer
    * Fix: infinite loop in syntax highlighter on Qt 4.4 and newer
    * Fix: range mapping when min == max
    * Fix: varying out variables in fragment shaders
    * Fix: display of integer variables
    * Fix: Various other small bugfixes
    * New: Improved logging support