[Mesa-dev] [Bug 38312] Swrast doesn't really know whether a Framebuffer object is bound

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 15 06:24:34 PDT 2011


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

--- Comment #13 from José Fonseca <jfonseca at vmware.com> 2011-06-15 06:24:33 PDT ---
(In reply to comment #12)
> (In reply to comment #10)
> > (In reply to comment #6)
> > > I wonder if apitrace (http://zrusin.blogspot.com/2011/04/apitrace.html) could
> > > capture a trace for Mesa developers to replay...
> > 
> > I heard about it but how easy is that for me to deploy in a custom debugging
> > build for a user to run?
> 
> It should only take 10 minutes to grab apitrace, compile it and try capturing a
> trace.  It would be super helpful to us.  And in the future, it would be the
> best way to report bugs.  The only problem at this point might be multi-context
> handling.
> 
> http://code.google.com/p/jrfonseca/downloads/detail?name=apitrace-20101109.zip

This zip file contains old windows binaries.

But tracing is really simple. Just do:

  git clone https://github.com/apitrace/apitrace.git
  cmake .
  make
  LD_PRELOAD=$PWD/glxtrace.so /path/to/firefox

and firefox*.trace will be generated.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list