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/get.c | |
parent | a6ed6f48e6bf4ca5427d921cac863cf3b42f7efc (diff) |
Added OpenGL 1.4's per-texture LOD bias.
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r-- | src/mesa/main/get.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 92d6a1d3a12..29cc14636dd 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -6428,6 +6428,7 @@ _mesa_GetString( GLenum name ) ctx->Extensions.EXT_point_parameters && /*aka ARB*/ ctx->Extensions.EXT_secondary_color && ctx->Extensions.EXT_stencil_wrap && + ctx->Extensions.EXT_texture_lod_bias && ctx->Extensions.SGIS_generate_mipmap) { if (ctx->Extensions.ARB_occlusion_query && ctx->Extensions.ARB_point_sprite && |