mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 06:20:22 +01:00
i965: Flag ARL-using programs as requiring brw_wm_glsl.c
This doesn't fix the glean testcase, but I guess it provides hope.
This commit is contained in:
parent
4e477aa1ba
commit
792c49968e
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ GLboolean brw_wm_is_glsl(const struct gl_fragment_program *fp)
|
|||
for (i = 0; i < fp->Base.NumInstructions; i++) {
|
||||
const struct prog_instruction *inst = &fp->Base.Instructions[i];
|
||||
switch (inst->Opcode) {
|
||||
case OPCODE_ARL:
|
||||
case OPCODE_IF:
|
||||
case OPCODE_ENDIF:
|
||||
case OPCODE_CAL:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue