Skip to content

bitmap-heart-dance: Disable shader program before fixed functions

Danylo Piliaiev requested to merge GL/piglit:fix/bitmap-heart-dance into master

Usage of shader program disables most of fixed functions functionality, at least projection and glColor.

This fixes the test for Gallium drivers.

Merge request reports