Lines Matching refs:supported

181             FIXME("WINED3DSHADE_PHONG isn't supported\n");
380 if (!context->gl_info->supported[EXT_BLEND_FUNC_SEPARATE])
555 FIXME("Clipping not supported with vertex shaders\n");
572 if (gl_info->supported[ARB_DEPTH_CLAMP])
580 if (gl_info->supported[ARB_DEPTH_CLAMP])
587 FIXME("Clipping disabled, but ARB_depth_clamp isn't supported.\n");
627 && !context->gl_info->supported[EXT_BLEND_EQUATION_SEPARATE])
674 * NOTE: If not supported don't give FIXMEs the impact is really minimal and very few people are
706 * allows bigger values. If the extension is supported, gl_info->limits.shininess contains the
717 if (gl_info->supported[EXT_SECONDARY_COLOR])
727 if (gl_info->supported[NV_REGISTER_COMBINERS])
740 if (gl_info->supported[EXT_SECONDARY_COLOR])
750 if (gl_info->supported[NV_REGISTER_COMBINERS])
865 if (gl_info->supported[EXT_STENCIL_TWO_SIDE])
878 else if (gl_info->supported[ATI_SEPARATE_STENCIL])
887 ERR("Separate (two sided) stencil not supported on this version of opengl. Caps weren't honored?\n");
892 if (gl_info->supported[EXT_STENCIL_TWO_SIDE])
1167 WARN("Range fog enabled, but not supported by this opengl implementation\n");
1392 FIXME("WINED3DRS_POINTSIZE_MIN not supported on this opengl, value is %f\n", tmpvalue.f);
1397 FIXME("WINED3DRS_POINTSIZE_MAX not supported on this opengl, value is %f\n", tmpvalue.f);
1503 if (gl_info->supported[ARB_POINT_PARAMETERS])
1508 else if (gl_info->supported[EXT_POINT_PARAMETERS])
1513 WARN("POINT_PARAMETERS not supported in this version of opengl\n");
1613 /* A FIXME, not a WARN because point sprites should be software emulated if not supported by HW */
1614 FIXME("Point sprites not supported\n");
1631 FIXME("The app uses point sprite texture coordinates on more units than supported by the driver\n");
1671 FIXME("(WINED3DRS_WRAP0) Texture wrapping not yet supported\n");
1678 WARN("Multisample antialiasing not supported by gl\n");
1759 FIXME(" Stippled Alpha not supported yet.\n");
1766 FIXME(" Antialias not supported yet.\n");
1965 * 'Secondary color' and isn't supported until base GL supports it
2049 if (gl_info->supported[NV_TEXTURE_ENV_COMBINE4])
2635 if (gl_info->supported[ARB_TEXTURE_ENV_COMBINE])
2727 if (gl_info->supported[ARB_TEXTURE_ENV_DOT3])
2732 else if (gl_info->supported[EXT_TEXTURE_ENV_DOT3])
2769 if (gl_info->supported[ATI_TEXTURE_ENV_COMBINE3])
2797 if (gl_info->supported[ATI_TEXTURE_ENV_COMBINE3])
2819 if (gl_info->supported[ATI_TEXTURE_ENV_COMBINE3])
2847 if (gl_info->supported[ATI_TEXTURE_ENV_COMBINE3])
2875 if (gl_info->supported[ATI_TEXTURE_ENV_COMBINE3])
2903 if (gl_info->supported[ATI_TEXTURE_ENV_COMBINE3])
2937 if (gl_info->supported[ATI_TEXTURE_ENV_COMBINE3])
2960 if (gl_info->supported[NV_TEXTURE_SHADER2])
2973 if (gl_info->supported[NV_TEXTURE_ENV_COMBINE4])
3053 if (gl_info->supported[ARB_TEXTURE_CUBE_MAP])
3058 if (gl_info->supported[ARB_TEXTURE_RECTANGLE])
3173 if (gl_info->supported[NV_REGISTER_COMBINERS])
3279 if (gl_info->supported[NV_REGISTER_COMBINERS])
3365 * ARB_TEXTURE_CUBE_MAP is supported */
3366 if (!gl_info->supported[NV_TEXGEN_REFLECTION])
3368 FIXME("WINED3DTSS_TCI_CAMERASPACENORMAL not supported.\n");
3396 * ARB_TEXTURE_CUBE_MAP is supported */
3397 if (!gl_info->supported[NV_TEXGEN_REFLECTION])
3399 FIXME("WINED3DTSS_TCI_CAMERASPACEREFLECTIONVECTOR not supported.\n");
3460 GLuint curVBO = gl_info->supported[ARB_VERTEX_BUFFER_OBJECT] ? ~0U : 0;
3562 if (gl_info->supported[EXT_TEXTURE_LOD_BIAS])
3784 if (!once++) FIXME("Vertex blend flags %#x not supported.\n", f);
3785 else WARN("Vertex blend flags %#x not supported.\n", f);
3820 case WINED3DVBF_0WEIGHTS: /* Indexed vertex blending, not supported. */
3821 if (!once++) FIXME("Vertex blend flags %#x not supported.\n", val);
3822 else WARN("Vertex blend flags %#x not supported.\n", val);
4004 if (gl_info->supported[EXT_SECONDARY_COLOR])
4008 if (gl_info->supported[ARB_VERTEX_BLEND])
4046 GLuint curVBO = gl_info->supported[ARB_VERTEX_BUFFER_OBJECT] ? ~0U : 0;
4148 if (gl_info->supported[ARB_VERTEX_ARRAY_BGRA])
4223 GLuint curVBO = gl_info->supported[ARB_VERTEX_BUFFER_OBJECT] ? ~0U : 0;
4237 if (gl_info->supported[ARB_VERTEX_BLEND])
4282 if (gl_info->supported[ARB_VERTEX_BLEND])
4400 if (gl_info->supported[EXT_SECONDARY_COLOR])
4452 WARN("Specular colour is not supported in this GL implementation.\n");
4457 if (gl_info->supported[EXT_SECONDARY_COLOR])
4464 WARN("Specular colour is not supported in this GL implementation.\n");
4535 * Not needed as long as only hw shaders are supported
4613 FIXME("Clipping not supported with vertex shaders\n");
5427 /* Samplers for NP2 texture matrix adjustions. They are not needed if GL_ARB_texture_non_power_of_two is supported,
5576 if (gl_info->supported[ARB_TEXTURE_ENV_COMBINE]
5577 || gl_info->supported[EXT_TEXTURE_ENV_COMBINE]
5578 || gl_info->supported[NV_TEXTURE_ENV_COMBINE4])
5587 if (gl_info->supported[ATI_TEXTURE_ENV_COMBINE3]
5588 || gl_info->supported[NV_TEXTURE_ENV_COMBINE4])
5596 if (gl_info->supported[ARB_TEXTURE_ENV_DOT3])
5804 * if GL_XYZ_fancy is supported, ignore the 2nd line
5808 if (!gl_info->supported[cur[i].extension]) continue;
5812 * supported, the texture coordinate fixup can be ignored. If the