浏览代码

Define union fi, reenable clear-with-tris.

tags/texman_0_1_20060325
Keith Whitwell 20 年前
父节点
当前提交
b5d7c69884
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4
    5
      src/mesa/drivers/dri/i915/intel_tris.c

+ 4
- 5
src/mesa/drivers/dri/i915/intel_tris.c 查看文件

@@ -970,6 +970,10 @@ void intelFallback( struct intel_context *intel, GLuint bit, GLboolean mode )
}
}

union fi {
GLfloat f;
GLint i;
};


/**********************************************************************/
@@ -984,12 +988,8 @@ void intel_meta_draw_quad(struct intel_context *intel,
GLfloat t0, GLfloat t1,
GLuint flags)
{

return;
#if 0
union fi *vb;


if (0)
fprintf(stderr, "%s: %f,%f-%f,%f 0x%x %f,%f-%f,%f\n",
__FUNCTION__,
@@ -1038,7 +1038,6 @@ void intel_meta_draw_quad(struct intel_context *intel,

if (intel->prim.flush)
intel->prim.flush(intel);
#endif
}



正在加载...
取消
保存