Summary: | HW TCL breaks Neverwinter Nights | ||
---|---|---|---|
Product: | Mesa | Reporter: | Tilman Sauerbeck <tilman> |
Component: | Drivers/DRI/r300 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | CC: | glisse |
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Suggested patch |
Description
Tilman Sauerbeck
2006-02-06 03:53:51 UTC
This was fixed by commit 1.43 of r300_vertexprog.c. This issue isn't fixed. The exit() call in the following code block in r300_vertexprog.c causes the "crash": case OPCODE_ARL: case OPCODE_RCC: fprintf(stderr, "Dont know how to handle op %d yet\n", vpi->Opcode); exit(-1); where vpi->Opcode is OPCODE_ARL in my case. It's worth noting that mesa_vp->Base.NumInstructions is zero. Created attachment 4598 [details] [review] Suggested patch NumInstructions was zero because of bug #5864, so the attached bugs works nicely. Fixed by revision 1.44 of r300_vertexprog.c. Mass version move, cvs -> git |
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.