Summary: | [llvmpipe] lp_surface.c:68:lp_resource_copy: Assertion `src_box->depth == 1' failed. | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Other | Assignee: | Roland Scheidegger <sroland> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | critical | ||
Priority: | medium | CC: | jfonseca, maraeo |
Version: | git | Keywords: | regression |
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2013-02-19 02:23:48 UTC
The assertion in lp_resource_copy can be fixed easily, but I can't reproduce it. llvmpipe is failing a different assertion here: texsubimage: /home/marek/dev/llvm/include/llvm/CodeGen/SelectionDAGNodes.h:539: const llvm::SDValue &llvm::SDNode::getOperand(unsigned int) const: Assertion `Num < NumOperands && "Invalid child # of SDNode!"' failed. The way I see it, my work only uncovered this bug. (In reply to comment #1) > The assertion in lp_resource_copy can be fixed easily, but I can't reproduce > it. Roland already has fix for review on mesa3d-dev. > llvmpipe is failing a different assertion here: > > texsubimage: > /home/marek/dev/llvm/include/llvm/CodeGen/SelectionDAGNodes.h:539: const > llvm::SDValue &llvm::SDNode::getOperand(unsigned int) const: Assertion `Num > < NumOperands && "Invalid child # of SDNode!"' failed. This must be something different. > The way I see it, my work only uncovered this bug. Yes, I agree. Fixed by 95181ed2fdf1c3accb4b34daaea89c2dd509f87d. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.