瀏覽代碼

i965: Turn on ARB_depth_buffer_float by default.

Everything about this that we have tests for works except for the
deprecated metaops.  The conclusion we came to on IRC sounded like we
were OK with turning it on as long as core functionality works.  The
remaining failures (copypixels, drawpixels) should just be a matter of
finishing the MapRenderbuffer for them.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
tags/mesa-8.0-rc1
Eric Anholt 13 年之前
父節點
當前提交
deb6dd6b4d
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      src/mesa/drivers/dri/intel/intel_extensions.c

+ 1
- 2
src/mesa/drivers/dri/intel/intel_extensions.c 查看文件

@@ -113,8 +113,7 @@ intelInitExtensions(struct gl_context *ctx)

if (intel->gen >= 4) {
ctx->Extensions.ARB_color_buffer_float = true;
if (override_version >= 30)
ctx->Extensions.ARB_depth_buffer_float = true;
ctx->Extensions.ARB_depth_buffer_float = true;
ctx->Extensions.ARB_depth_clamp = true;
ctx->Extensions.ARB_fragment_coord_conventions = true;
ctx->Extensions.ARB_fragment_program_shadow = true;

Loading…
取消
儲存