[Bug 98170] [vdpau] Error when calling vdp_output_surface_create

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Oct 11 12:20:40 UTC 2016


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

--- Comment #3 from Christian König <deathsimple at vodafone.de> ---
Bisecting means you try to figure out what patch introduced this bug.

E.g. you know that 11.2.2 work and 12.0.1 is broken. So you checkout the source
code from git and issue "git bisect start mesa-12.0.1 mesa-11.2.2".

Now git has the list of changes between 11.2.2 and 12.0.1, so it jumps into the
middle of that list of changes.

You then compile mesa and see if this version still works.

If it works you say "git bisect good" and git will jump another quarter to the
end of the list, if it doesn't work you say "git bisect bad" and git will jump
a quarter to the beginning of the list.

This repeats until you figured out which commit caused the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161011/b71da101/attachment.html>


More information about the dri-devel mailing list