Lines Matching refs:supported

425     if (context->gl_info->supported[EXT_TEXTURE_SRGB_DECODE])
609 if (!gl_info->supported[ARB_PIXEL_BUFFER_OBJECT])
854 /* TODO: Check against the maximum texture sizes supported by the video card. */
864 if (gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TWO] || gl_info->supported[WINED3D_GL_NORMALIZED_TEXRECT])
886 FIXME("(%p) Compressed non-power-two textures are not supported w(%d) h(%d)\n",
928 if (surface->flags & SFLAG_NONPOW2 && gl_info->supported[ARB_TEXTURE_RECTANGLE]
930 && gl_info->supported[EXT_PALETTED_TEXTURE]
1271 if (context->gl_info->supported[EXT_STENCIL_TWO_SIDE])
1293 /* Blit between surface locations. Onscreen on different swapchains is not supported.
1294 * Depth / stencil is not supported. */
2233 ERR("Overlays not yet supported by GDI surfaces.\n");
2699 blit_supported = gl_info->supported[EXT_PALETTED_TEXTURE] || gl_info->supported[ARB_FRAGMENT_PROGRAM];
2728 FIXME(" ColorKeying not supported in the RGB 332 format !\n");
2977 if (gl_info->supported[APPLE_CLIENT_STORAGE])
3055 if (gl_info->supported[ARB_FRAMEBUFFER_OBJECT]
3166 ERR("Not supported on scratch surfaces.\n");
3435 FIXME(" colorkey value not supported (%08x) !\n", flags);
3540 ERR("Not supported on render targets.\n");
3772 if (gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TWO] || gl_info->supported[ARB_TEXTURE_RECTANGLE]
3773 || gl_info->supported[WINED3D_GL_NORMALIZED_TEXRECT])
4253 ERR("Not supported on surfaces with application-provided memory.\n");
4393 ERR("Not supported on swapchain surfaces.\n");
5218 ERR("Texture filtering not supported in direct blit.\n");
5223 ERR("Texture filtering not supported in direct blit\n");
5722 /* No destination color keying supported */
5726 TRACE("Destination color key not supported in accelerated Blit, falling back to software\n");
5763 TRACE("P8 read back not supported by frame buffer to texture blit\n");
5769 TRACE("Color keying not supported by frame buffer to texture blit\n");
5900 if (gl_info->supported[ARB_SHADOW])
5988 FIXME("Not supported with fixed up depth stencil.\n");
6125 && gl_info->supported[EXT_TEXTURE_SRGB_DECODE])
6609 if (location == SFLAG_INSRGBTEX && gl_info->supported[EXT_TEXTURE_SRGB_DECODE])
6705 && gl_info->supported[EXT_TEXTURE_SRGB_DECODE])
6769 && gl_info->supported[EXT_PALETTED_TEXTURE])
6782 if (gl_info->supported[ARB_TEXTURE_CUBE_MAP])
6787 if (gl_info->supported[ARB_TEXTURE_RECTANGLE])
6815 TRACE("Destination fixups are not supported\n");
6819 if (src_fixup == COMPLEX_FIXUP_P8 && gl_info->supported[EXT_PALETTED_TEXTURE])
6821 TRACE("P8 fixup supported\n");
6846 TRACE("Color fill not supported\n");
7108 FIXME("Only plain blits supported on compressed surfaces.\n");
7115 WARN("Stretching not supported on compressed surfaces.\n");
7188 FIXME("Filter %s not supported in software blit.\n", debug_d3dtexturefiltertype(filter));
7623 /* FIXME: Check that the format is supported by the device. */