diff options
author | Brian Paul <[email protected]> | 2003-08-28 03:04:41 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-08-28 03:04:41 +0000 |
commit | 781fb93877ea3a6faeefcdb48d9b463da7d954a3 (patch) | |
tree | c933acef1652c7af93315b5a74cd735793e68740 /src/mesa/main/extensions.c | |
parent | a6ed6f48e6bf4ca5427d921cac863cf3b42f7efc (diff) |
Added OpenGL 1.4's per-texture LOD bias.
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 9122ff5a7aa..886311e0f1c 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -290,6 +290,7 @@ _mesa_enable_1_4_extensions(GLcontext *ctx) ctx->Extensions.EXT_point_parameters = GL_TRUE; ctx->Extensions.EXT_secondary_color = GL_TRUE; ctx->Extensions.EXT_stencil_wrap = GL_TRUE; + ctx->Extensions.EXT_texture_lod_bias = GL_TRUE; ctx->Extensions.SGIS_generate_mipmap = GL_TRUE; } |