From: Brian Paul Date: Sat, 22 Nov 2003 18:28:21 +0000 (+0000) Subject: GL_ARB_point_sprite is not part of 1.5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96ad2cde2c03bc0fe352b473e61f6e97a2baedbc;p=mesa.git GL_ARB_point_sprite is not part of 1.5 --- diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index b01b581ef36..6aa29c37ed6 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -6423,7 +6423,6 @@ _mesa_GetString( GLenum name ) ctx->Extensions.EXT_texture_lod_bias && ctx->Extensions.SGIS_generate_mipmap) { if (ctx->Extensions.ARB_occlusion_query && - ctx->Extensions.ARB_point_sprite && ctx->Extensions.ARB_vertex_buffer_object && ctx->Extensions.ARB_texture_non_power_of_two && ctx->Extensions.EXT_shadow_funcs) {