Lines Matching refs:supported

352     return !gl_info->supported[NV_VERTEX_PROGRAM2_OPTION];
358 return gl_info->supported[NV_VERTEX_PROGRAM2_OPTION]
366 if (!gl_info->supported[NV_VERTEX_PROGRAM]) return TRUE; /* Need to init colors. */
454 if (gl_info->supported[EXT_GPU_PROGRAM_PARAMETERS])
675 || (!gl_info->supported[NV_VERTEX_PROGRAM2_OPTION]
683 || (!gl_info->supported[NV_FRAGMENT_PROGRAM_OPTION]
1299 FIXME("Complex fixup (%#x) not supported\n", complex_fixup);
1351 /* Silently ignore PARTIALPRECISION if its not supported */
1413 && gl_info->supported[ARB_TEXTURE_RECTANGLE])
1421 if (flags) FIXME("Only ordinary sampling from NP2 textures is supported.\n");
2610 /* No modifiers are supported on SCS */
3416 FIXME("tex_type %#x not supported, falling back to tex_2d\n", tex_type);
3670 if (want_nv_prog && gl_info->supported[NV_FRAGMENT_PROGRAM2])
3675 else if (want_nv_prog && gl_info->supported[NV_FRAGMENT_PROGRAM_OPTION])
3780 /* We can fit the constants into the constant limit for sure because texbem, texbeml, bem and beml are only supported
4199 if (gl_info->supported[NV_VERTEX_PROGRAM3])
4205 else if (gl_info->supported[NV_VERTEX_PROGRAM2_OPTION])
4268 * skip this if NV_vertex_program is supported. Otherwise, initialize the secondary color. For the tex-
4272 if (!gl_info->supported[NV_VERTEX_PROGRAM])
4473 use_map, gl_info->supported[NV_VERTEX_PROGRAM2_OPTION]))
4548 /* Skip if unused or local, or supported natively */
4550 if (int_skip == 0xffff || gl_info->supported[NV_FRAGMENT_PROGRAM_OPTION])
4629 if (int_skip == 0xffff || gl_info->supported[NV_VERTEX_PROGRAM2_OPTION])
4712 if (gl_info->supported[ARB_FRAGMENT_PROGRAM] && !priv->use_arbfp_fixed_func)
4762 if (gl_info->supported[ARB_COLOR_BUFFER_FLOAT])
4767 FIXME("vertex color clamp needs to be changed, but extension not supported.\n");
4773 if (gl_info->supported[ARB_VERTEX_PROGRAM])
4790 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
4798 if (gl_info->supported[ARB_VERTEX_PROGRAM])
4806 if (gl_info->supported[ARB_COLOR_BUFFER_FLOAT] && priv->last_vs_color_unclamp)
5048 if (gl_info->supported[ARB_VERTEX_PROGRAM])
5062 if (gl_info->supported[NV_VERTEX_PROGRAM3])
5089 if (gl_info->supported[ARB_FRAGMENT_PROGRAM])
5101 if (gl_info->supported[NV_FRAGMENT_PROGRAM2])
7119 if (gl_info->supported[APPLE_CLIENT_STORAGE])
7141 if (gl_info->supported[APPLE_CLIENT_STORAGE])
7385 if (gl_info->supported[ARB_TEXTURE_CUBE_MAP])
7390 if (gl_info->supported[ARB_TEXTURE_RECTANGLE])
7403 if (!gl_info->supported[ARB_FRAGMENT_PROGRAM])
7424 TRACE("Destination fixups are not supported\n");