Lines Matching defs:d3d_caps

44 WINE_DECLARE_DEBUG_CHANNEL(d3d_caps);
238 TRACE_(d3d_caps)("Destroying fake GL context.\n");
242 ERR_(d3d_caps)("Failed to disable fake GL context.\n");
256 ERR_(d3d_caps)("Failed to restore previous GL context.\n");
275 ERR_(d3d_caps)("Failed to create a window.\n");
282 ERR_(d3d_caps)("Failed to get a DC.\n");
299 ERR_(d3d_caps)("Can't find a suitable iPixelFormat.\n");
309 WARN_(d3d_caps)("Error creating default context for capabilities initialization.\n");
316 ERR_(d3d_caps)("Failed to clear current D3D context.\n");
321 ERR_(d3d_caps)("Failed to make fake GL context current.\n");
336 ERR_(d3d_caps)("Failed to restore previous GL context.\n");
566 WARN_(d3d_caps)("PBO test failed, read back data doesn't match original.\n");
567 WARN_(d3d_caps)("Disabling PBOs. This may result in slower performance.\n");
572 TRACE_(d3d_caps)("PBO test successful.\n");
750 TRACE_(d3d_caps)("Using ARB vs constant limit(=%u) for GLSL.\n", gl_info->limits.arb_vs_native_constants);
752 TRACE_(d3d_caps)("Using ARB ps constant limit(=%u) for GLSL.\n", gl_info->limits.arb_ps_native_constants);
762 TRACE_(d3d_caps)("Reserving 12 GLSL constants for compiler private use.\n");
811 TRACE_(d3d_caps)("Reserving 8 GLSL constants for compiler private use.\n");
1129 TRACE_(d3d_caps)("Overriding PCI vendor ID with: %04x\n", wined3d_settings.pci_vendor_id);
1136 TRACE_(d3d_caps)("Overriding PCI device ID with: %04x\n", wined3d_settings.pci_device_id);
1153 FIXME_(d3d_caps)("Unhandled vendor %04x.\n", vendor);
1210 TRACE_(d3d_caps)("Found card %04x:%04x in driver DB.\n", vendor, device);
1220 TRACE_(d3d_caps)("Reporting (fake) driver version 0x%08x-0x%08x.\n",
1233 TRACE_(d3d_caps)("Applying driver quirk \"%s\".\n", quirk_table[i].description);
1247 if (major <= 0) ERR_(d3d_caps)("Invalid opengl major version: %d.\n", major);
1250 if (*ptr++ != '.') ERR_(d3d_caps)("Invalid opengl version string: %s.\n", debugstr_a(gl_version));
1254 TRACE_(d3d_caps)("Found OpenGL version: %d.%d.\n", major, minor);
1304 FIXME_(d3d_caps)("Received unrecognized GL_VENDOR %s. Returning GL_VENDOR_UNKNOWN.\n",
1331 FIXME_(d3d_caps)("Received unrecognized GL_VENDOR %s. Returning HW_VENDOR_NVIDIA.\n", debugstr_a(gl_vendor_string));
2000 FIXME_(d3d_caps)("Card selection not handled for Mesa Nouveau driver\n");
2019 FIXME_(d3d_caps)("Card selection not handled for Windows Intel driver\n");
2117 TRACE_(d3d_caps)("Applying card_selector \"%s\".\n", vendor_card_select_table[i].description);
2121 FIXME_(d3d_caps)("No card selector available for GL vendor %d and card vendor %04x.\n",
2197 TRACE_(d3d_caps)("(%p)\n", gl_info);
2202 TRACE_(d3d_caps)("GL_RENDERER: %s.\n", debugstr_a(gl_renderer_str));
2206 ERR_(d3d_caps)("Received a NULL GL_RENDERER.\n");
2211 TRACE_(d3d_caps)("GL_VENDOR: %s.\n", debugstr_a(gl_vendor_str));
2215 ERR_(d3d_caps)("Received a NULL GL_VENDOR.\n");
2221 TRACE_(d3d_caps)("GL_VERSION: %s.\n", debugstr_a(gl_version_str));
2225 ERR_(d3d_caps)("Received a NULL GL_VERSION.\n");
2256 TRACE_(d3d_caps)("ClipPlanes support - num Planes=%d\n", gl_max);
2260 TRACE_(d3d_caps)("Lights support - max lights=%d\n", gl_max);
2264 TRACE_(d3d_caps)("Maximum texture size support - max texture size=%d\n", gl_max);
2269 TRACE_(d3d_caps)("Maximum point size support - max point size=%f\n", gl_floatv[1]);
2276 ERR_(d3d_caps)("Received a NULL GL_EXTENSIONS.\n");
2282 TRACE_(d3d_caps)("GL_Extensions reported:\n");
2302 TRACE_(d3d_caps)("- %s\n", debugstr_a(current_ext));
2308 TRACE_(d3d_caps)(" FOUND: %s support.\n", EXTENSION_MAP[i].extension_string);
2340 TRACE_(d3d_caps)(" GL CORE: %s support.\n", EXTENSION_MAP[i].extension_string);
2366 TRACE_(d3d_caps)(" IMPLIED: GL_ARB_texture_float support(from GL_APPLE_float_pixels.\n");
2371 TRACE_(d3d_caps)(" IMPLIED: GL_ARB_half_float_pixel support(from GL_APPLE_float_pixels.\n");
2383 TRACE_(d3d_caps)(" IMPLIED: NVIDIA (NV) Texture Gen Reflection support.\n");
2388 TRACE_(d3d_caps)(" IMPLIED: ARB_depth_clamp support (by NV_depth_clamp).\n");
2393 TRACE_(d3d_caps)(" IMPLIED: ARB_vertex_array_bgra support (by EXT_vertex_array_bgra).\n");
2411 TRACE_(d3d_caps)("Max general combiners: %d.\n", gl_max);
2417 TRACE_(d3d_caps)("Max draw buffers: %u.\n", gl_max);
2423 TRACE_(d3d_caps)("Max textures: %d.\n", gl_info->limits.textures);
2435 TRACE_(d3d_caps)("Max fragment samplers: %d.\n", gl_info->limits.fragment_samplers);
2475 TRACE_(d3d_caps)("Max vertex samplers: %u.\n", gl_info->limits.vertex_samplers);
2476 TRACE_(d3d_caps)("Max combined samplers: %u.\n", gl_info->limits.combined_samplers);
2482 TRACE_(d3d_caps)("Max blends: %u.\n", gl_info->limits.blends);
2488 TRACE_(d3d_caps)("Max texture3D size: %d.\n", gl_info->limits.texture3d_size);
2494 TRACE_(d3d_caps)("Max anisotropy: %d.\n", gl_info->limits.anisotropy);
2500 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM float constants: %d.\n", gl_info->limits.arb_ps_float_constants);
2503 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM native float constants: %d.\n",
2507 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM native temporaries: %d.\n", gl_info->limits.arb_ps_temps);
2510 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM native instructions: %d.\n", gl_info->limits.arb_ps_instructions);
2513 TRACE_(d3d_caps)("Max ARB_FRAGMENT_PROGRAM local parameters: %d.\n", gl_info->limits.arb_ps_instructions);
2519 TRACE_(d3d_caps)("Max ARB_VERTEX_PROGRAM float constants: %d.\n", gl_info->limits.arb_vs_float_constants);
2522 TRACE_(d3d_caps)("Max ARB_VERTEX_PROGRAM native float constants: %d.\n",
2526 TRACE_(d3d_caps)("Max ARB_VERTEX_PROGRAM native temporaries: %d.\n", gl_info->limits.arb_vs_temps);
2529 TRACE_(d3d_caps)("Max ARB_VERTEX_PROGRAM native instructions: %d.\n", gl_info->limits.arb_vs_instructions);
2558 TRACE_(d3d_caps)("Max ARB_VERTEX_SHADER float constants: %u.\n", gl_info->limits.glsl_vs_float_constants);
2585 TRACE_(d3d_caps)("Max ARB_FRAGMENT_SHADER float constants: %u.\n", gl_info->limits.glsl_ps_float_constants);
2588 TRACE_(d3d_caps)("Max GLSL varyings: %u (%u 4 component varyings).\n", gl_max, gl_max / 4);
2595 TRACE_(d3d_caps)("GLSL version string: %s.\n", debugstr_a(str));
2651 TRACE_(d3d_caps)("Max texture stages: %u.\n", gl_info->limits.texture_stages);
2704 WARN_(d3d_caps)("Framebuffer objects not supported, falling back to backbuffer offscreen rendering mode.\n");
2725 TRACE_(d3d_caps)("found GL_VENDOR (%s)->(0x%04x/0x%04x)\n", debugstr_a(gl_vendor_str), gl_vendor, card_vendor);
2728 TRACE_(d3d_caps)("FOUND (fake) card: 0x%x (vendor id), 0x%x (device id)\n", card_vendor, device);
2755 TRACE_(d3d_caps)("WGL_Extensions reported:\n");
2772 TRACE_(d3d_caps)("- %s\n", debugstr_a(ThisExtn));
2776 TRACE_(d3d_caps)("FOUND: WGL_ARB_pixel_format support\n");
2780 TRACE_(d3d_caps)("FOUND: WGL_WINE_pixel_format_passthrough support\n");
2800 TRACE_(d3d_caps)("(%p): Reporting %u adapters\n", This, This->adapter_count);
2815 TRACE_(d3d_caps)("(%p)->(%d)\n", This, Adapter);
2830 TRACE_(d3d_caps)("(%p}->(Adapter: %d, Format: %s)\n", This, Adapter, debug_d3dformat(Format));
2862 TRACE_(d3d_caps)("(%p}->(Adapter: %d) => %d (out of %d)\n", This, Adapter, i, j);
2865 FIXME_(d3d_caps)("Adapter not primary display\n");
2873 TRACE_(d3d_caps)("(%p}->(Adapter:%d, mode:%d, pMode:%p, format:%s)\n", This, Adapter, Mode, pMode, debug_d3dformat(Format));
2912 TRACE_(d3d_caps)("No modes found for format (%x - %s)\n", Format, debug_d3dformat(Format));
2931 TRACE_(d3d_caps)("Requested mode out of range %d\n", Mode);
2935 TRACE_(d3d_caps)("W %d H %d rr %d fmt (%x - %s) bpp %u\n", pMode->Width, pMode->Height,
2942 FIXME_(d3d_caps)("Adapter not primary display\n");
2976 FIXME_(d3d_caps)("Adapter not primary display\n");
2979 TRACE_(d3d_caps)("returning w:%d, h:%d, ref:%d, fmt:%s\n", pMode->Width,
3075 FIXME_(d3d_caps)("Adapter not primary display\n");
3093 TRACE_(d3d_caps)("(%p}->(Adapter: %d, Flags: %x, pId=%p)\n", This, Adapter, Flags, pIdentifier);
3102 TRACE_(d3d_caps)("device/Vendor Name and Version detection using FillGLCaps\n");
3235 WARN_(d3d_caps)("(%p)-> (STUB) (Adptr:%d, DevType:(%x,%s), AdptFmt:(%x,%s), RendrTgtFmt:(%x,%s), DepthStencilFmt:(%x,%s))\n",
3254 TRACE_(d3d_caps)("(%p) : Formats matched\n", This);
3267 TRACE_(d3d_caps)("(%p) : Formats matched\n", This);
3273 WARN_(d3d_caps)("unsupported format pair: %s and %s\n", debug_d3dformat(RenderTargetFormat), debug_d3dformat(DepthStencilFormat));
3285 TRACE_(d3d_caps)("(%p)-> (Adptr:%d, DevType:(%x,%s), SurfFmt:(%x,%s), Win?%d, MultiSamp:%x, pQual:%p)\n",
3384 WARN_(d3d_caps)("Adapter >= IWineD3D_GetAdapterCount(iface), returning WINED3DERR_INVALIDCALL\n");
3403 TRACE_(d3d_caps)("Format %s unsupported as display format\n", debug_d3dformat(DisplayFormat));
3410 TRACE_(d3d_caps)("No available modes for display format %s\n", debug_d3dformat(DisplayFormat));
3416 TRACE_(d3d_caps)("BackBufferFormat WINED3FMT_UNKNOWN not available in Windowed mode\n");
3423 TRACE_(d3d_caps)("Unsupported display/backbuffer format combination %s/%s\n", debug_d3dformat(DisplayFormat), debug_d3dformat(BackBufferFormat));
3431 TRACE_(d3d_caps)("Unsupported display/backbuffer format combination %s/%s\n", debug_d3dformat(DisplayFormat), debug_d3dformat(BackBufferFormat));
3439 TRACE_(d3d_caps)("Unsupported display/backbuffer format combination %s/%s\n", debug_d3dformat(DisplayFormat), debug_d3dformat(BackBufferFormat));
3447 TRACE_(d3d_caps)("Unsupported display/backbuffer format combination %s/%s\n", debug_d3dformat(DisplayFormat), debug_d3dformat(BackBufferFormat));
3454 TRACE_(d3d_caps)("Unsupported display/backbuffer format combination %s/%s\n", debug_d3dformat(DisplayFormat), debug_d3dformat(BackBufferFormat));
3476 TRACE_(d3d_caps)("[OK]\n");
3479 TRACE_(d3d_caps)("[FAILED]\n");
3483 TRACE_(d3d_caps)("[FAILED]\n");
3547 TRACE_(d3d_caps)("[FAILED]\n");
3558 TRACE_(d3d_caps)("iPixelFormat=%d is compatible with CheckFormat=%s\n",
3580 TRACE_(d3d_caps)("[FAILED] GL_EXT_texture_sRGB not supported\n");
3596 TRACE_(d3d_caps)("[OK]\n");
3600 TRACE_(d3d_caps)("[FAILED] Gamma texture format %s not supported.\n", debug_d3dformat(format_desc->format));
3619 TRACE_(d3d_caps)("[OK]\n");
3624 TRACE_(d3d_caps)("[FAILED] - no SRGB writing support on format=%s\n", debug_d3dformat(format_desc->format));
3677 TRACE_(d3d_caps)("[OK]\n");
3681 TRACE_(d3d_caps)("[FAILED] - Not supported on Windows\n");
3700 TRACE_(d3d_caps)("[OK]\n");
3705 TRACE_(d3d_caps)("[FAILED] - not supported on windows\n");
3736 TRACE_(d3d_caps)("[OK]\n");
3739 TRACE_(d3d_caps)("[FAILED]\n");
3749 TRACE_(d3d_caps)("[OK]\n");
3752 TRACE_(d3d_caps)("[FAILED]\n");
3765 TRACE_(d3d_caps)("[FAILED]\n"); /* Enable when implemented */
3772 TRACE_(d3d_caps)("[FAILED]\n"); /* Enable when implemented */
3780 TRACE_(d3d_caps)("[OK]\n");
3783 TRACE_(d3d_caps)("[FAILED]\n");
3786 TRACE_(d3d_caps)("[FAILED]\n");
3792 TRACE_(d3d_caps)("[FAILED]\n"); /* Enable when implemented */
3801 TRACE_(d3d_caps)("[OK]\n");
3804 TRACE_(d3d_caps)("[FAILED]\n");
3812 TRACE_(d3d_caps)("[OK]\n");
3815 TRACE_(d3d_caps)("[FAILED]\n");
3832 TRACE_(d3d_caps)("[OK]\n");
3835 TRACE_(d3d_caps)("[FAILED]\n");
3842 TRACE_(d3d_caps)("[FAILED]\n");
3853 TRACE_(d3d_caps)("[OK]\n");
3857 TRACE_(d3d_caps)("[OK]\n");
3860 TRACE_(d3d_caps)("[FAILED]\n");
3871 TRACE_(d3d_caps)("[FAILED]\n");
3910 TRACE_(d3d_caps)("[OK]\n");
3913 TRACE_(d3d_caps)("[FAILED] - not available on GDI surfaces\n");
3928 TRACE_(d3d_caps)("[OK]\n");
3933 TRACE_(d3d_caps)("[FAILED]\n");
3944 TRACE_(d3d_caps)("[FAILED]\n");
3953 TRACE_(d3d_caps)("[FAILED]\n");
3956 TRACE_(d3d_caps)("[OK]\n");
3960 TRACE_(d3d_caps)("[FAILED]\n");
3977 TRACE_(d3d_caps)("(%p)-> (STUB) (Adptr:%d, DevType:(%u,%s), AdptFmt:(%u,%s), Use:(%u,%s,%s), ResTyp:(%x,%s), CheckFmt:(%u,%s))\n",
4018 TRACE_(d3d_caps)("[FAILED] - No autogenmipmap support, but continuing\n");
4031 TRACE_(d3d_caps)("[FAILED] - No rendertarget support\n");
4046 TRACE_(d3d_caps)("[FAILED] - No query filter support\n");
4057 TRACE_(d3d_caps)("[FAILED] - No query post pixelshader blending support\n");
4068 TRACE_(d3d_caps)("[FAILED] - No query srgbread support\n");
4079 TRACE_(d3d_caps)("[FAILED] - No query srgbwrite support\n");
4090 TRACE_(d3d_caps)("[FAILED] - No query vertextexture support\n");
4101 TRACE_(d3d_caps)("[FAILED] - No wrapping and mipmapping support\n");
4106 TRACE_(d3d_caps)("[FAILED] - Cube texture format not supported\n");
4110 TRACE_(d3d_caps)("[FAILED] - No cube texture support\n");
4127 TRACE_(d3d_caps)("[FAILED] - No depthstencil support\n");
4137 TRACE_(d3d_caps)("[FAILED] - No rendertarget support\n");
4148 TRACE_(d3d_caps)("[FAILED] - No query post pixelshader blending support\n");
4153 TRACE_(d3d_caps)("[FAILED] - Not supported for plain surfaces\n");
4185 TRACE_(d3d_caps)("[FAILED] - No autogenmipmap support, but continuing\n");
4198 TRACE_(d3d_caps)("[FAILED] - No rendertarget support\n");
4213 TRACE_(d3d_caps)("[FAILED] - No query filter support\n");
4224 TRACE_(d3d_caps)("[FAILED] - No legacy bumpmap support\n");
4235 TRACE_(d3d_caps)("[FAILED] - No query post pixelshader blending support\n");
4246 TRACE_(d3d_caps)("[FAILED] - No query srgbread support\n");
4257 TRACE_(d3d_caps)("[FAILED] - No query srgbwrite support\n");
4268 TRACE_(d3d_caps)("[FAILED] - No query vertextexture support\n");
4279 TRACE_(d3d_caps)("[FAILED] - No wrapping and mipmapping support\n");
4289 TRACE_(d3d_caps)("[FAILED] - No depth stencil support\n");
4294 TRACE_(d3d_caps)("[FAILED] - Texture format not supported\n");
4318 TRACE_(d3d_caps)("[FAILED] - Format not supported\n");
4336 TRACE_(d3d_caps)("[FAILED] - No query filter support\n");
4347 TRACE_(d3d_caps)("[FAILED] - No query post pixelshader blending support\n");
4358 TRACE_(d3d_caps)("[FAILED] - No query srgbread support\n");
4369 TRACE_(d3d_caps)("[FAILED] - No query srgbwrite support\n");
4380 TRACE_(d3d_caps)("[FAILED] - No query vertextexture support\n");
4391 TRACE_(d3d_caps)("[FAILED] - No wrapping and mipmapping support\n");
4396 TRACE_(d3d_caps)("[FAILED] - No volume texture support\n");
4414 TRACE_(d3d_caps)("[FAILED] - No converted formats on volumes\n");
4421 TRACE_(d3d_caps)("[FAILED] - No converted formats on volumes\n");
4429 TRACE_(d3d_caps)("[FAILED] - No converted formats on volumes\n");
4444 TRACE_(d3d_caps)("[FAILED] - DXTn does not support 3D textures\n");
4453 TRACE_(d3d_caps)("Unhandled resource type D3DRTYPE_INDEXBUFFER / D3DRTYPE_VERTEXBUFFER\n");
4465 TRACE_(d3d_caps)("[FAILED] - Usage=%#08x requested for CheckFormat=%s and RType=%d but only %#08x is available\n", Usage, debug_d3dformat(CheckFormat), RType, UsageCaps);
4494 TRACE_(d3d_caps)("(%p)->(Adptr:%d, DevType: %x, pCaps: %p)\n", This, Adapter, DeviceType, pCaps);
4881 TRACE_(d3d_caps)("Vertex shader disabled in config, reporting version 0.0\n");
4890 TRACE_(d3d_caps)("Pixel shader disabled in config, reporting version 0.0\n");