https://bugs.freedesktop.org/show_bug.cgi?id=69013
Timothy Arceri <t_arc...@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTABUG --- Comment #1 from Timothy Arceri <t_arc...@yahoo.com.au> --- This is my bad I forgot to submit a piglit patch to stop this fail report. Explanation below: * From the KHR_debug spec: "If the DEBUG_OUTPUT state is disabled then no messages are added to the message log." To allow for this the state of DEBUG_OUTPUT now affects the ARB_debug_output extension meaning callbacks and messages are now not called/stored unless either DEBUG_OUTPUT is enabled or CONTEXT_DEBUG_BIT_ARB is set. The existing Mesa implementation allowed callbacks/messages to be stored without CONTEXT_DEBUG_BIT_ARB being set. I will submit a piglit patch later today. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev