[Mesa-dev] [Bug 69013] piglit arb_debug_output-api_error regression

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 5 23:10:59 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=69013

Timothy Arceri <t_arceri at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #1 from Timothy Arceri <t_arceri at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130906/73849493/attachment-0001.html>


More information about the mesa-dev mailing list