浏览代码

mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Cc: "10.1 10.2" <mesa-stable@lists.freedesktop.org>
tags/10.3-branchpoint
Iago Toral Quiroga 11 年前
父节点
当前提交
96a95f48ea
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/mesa/program/program.c

+ 1
- 0
src/mesa/program/program.c 查看文件

@@ -552,6 +552,7 @@ _mesa_clone_program(struct gl_context *ctx, const struct gl_program *prog)
gpc->InputType = gp->InputType;
gpc->Invocations = gp->Invocations;
gpc->OutputType = gp->OutputType;
gpc->UsesEndPrimitive = gp->UsesEndPrimitive;
}
break;
default:

正在加载...
取消
保存