Lines Matching refs:supported

97     return !gl_info->supported[NV_VERTEX_PROGRAM2_OPTION];
103 return gl_info->supported[NV_VERTEX_PROGRAM2_OPTION]
109 if (!gl_info->supported[NV_VERTEX_PROGRAM] /* Need to init colors. */
381 if (gl_info->supported[EXT_GPU_PROGRAM_PARAMETERS])
1179 FIXME("Complex fixup (%#x) not supported\n", complex_fixup);
1231 /* Silently ignore PARTIALPRECISION if its not supported */
1297 if (flags) FIXME("Only ordinary sampling from NP2 textures is supported.\n");
1534 /* No modifiers supported on CMP */
1561 /* No modifiers are supported on CMP */
2446 /* No modifiers are supported on SCS */
3162 FIXME("tex_type %#x not supported\n", tex_type);
3405 if (want_nv_prog && gl_info->supported[NV_FRAGMENT_PROGRAM2])
3410 else if (want_nv_prog && gl_info->supported[NV_FRAGMENT_PROGRAM_OPTION])
3497 /* We can fit the constants into the constant limit for sure because texbem, texbeml, bem and beml are only supported
3937 if (gl_info->supported[NV_VERTEX_PROGRAM3])
3943 else if (gl_info->supported[NV_VERTEX_PROGRAM2_OPTION])
3999 * skip this if NV_vertex_program is supported. Otherwise, initialize the secondary color. For the tex-
4003 if (!gl_info->supported[NV_VERTEX_PROGRAM])
4193 use_map, gl_info->supported[NV_VERTEX_PROGRAM2_OPTION]))
4267 /* Skip if unused or local, or supported natively */
4269 if (int_skip == 0xffff || gl_info->supported[NV_FRAGMENT_PROGRAM_OPTION])
4345 if (int_skip == 0xffff || gl_info->supported[NV_VERTEX_PROGRAM2_OPTION])
4422 else if (gl_info->supported[ARB_FRAGMENT_PROGRAM] && !priv->use_arbfp_fixed_func)
4457 if (gl_info->supported[ARB_COLOR_BUFFER_FLOAT])
4462 FIXME("vertex color clamp needs to be changed, but extension not supported.\n");
4466 else if (gl_info->supported[ARB_VERTEX_PROGRAM])
4667 if (gl_info->supported[ARB_VERTEX_PROGRAM])
4669 if (gl_info->supported[NV_VERTEX_PROGRAM3])
4688 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
4690 if (gl_info->supported[NV_FRAGMENT_PROGRAM2])
6875 if (gl_info->supported[ARB_TEXTURE_CUBE_MAP])
6880 if (gl_info->supported[ARB_TEXTURE_RECTANGLE])
6911 TRACE("Destination fixups are not supported\n");