mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
i965: Abort on gl_FragDepth in the new FS backend for now.
It hangs the GPU due to FB_WRITE handling being incomplete. There are bigger issues to handle first.
This commit is contained in:
parent
1a3de23509
commit
3dff682b65
1 changed files with 1 additions and 0 deletions
|
|
@ -530,6 +530,7 @@ fs_visitor::visit(ir_variable *ir)
|
|||
this->frag_data = ir;
|
||||
} else if (strcmp(ir->name, "gl_FragDepth") == 0) {
|
||||
this->frag_depth = ir;
|
||||
assert(!"FINISHME: this hangs currently.");
|
||||
}
|
||||
|
||||
if (ir->mode == ir_var_in) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue