Searched refs:FIXME (Results 1 - 25 of 89) sorted by relevance

1234

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_main.c105 if (!once++) FIXME("stub\n");
144 FIXME("(void) : stub\n");
155 FIXME("(%#x) : stub\n", options);
162 FIXME("(void) : stub\n");
171 FIXME("(color %#x, name %s) : stub\n", color, debugstr_w(name));
178 FIXME("(color %#x, name %s) : stub\n", color, debugstr_w(name));
H A Ddevice.c102 FIXME("Unhandled wined3d format %#x.\n", format);
167 FIXME("Unhandled D3DFORMAT %#x\n", format);
193 FIXME("Unhandled primitive type %#x\n", primitive_type);
890 FIXME("Resource sharing not implemented, *shared_handle %p.\n", *shared_handle);
924 FIXME("Resource sharing not implemented, *shared_handle %p.\n", *shared_handle);
972 FIXME("Resource sharing not implemented, *shared_handle %p.\n", *shared_handle);
1022 FIXME("Resource sharing not implemented, *shared_handle %p.\n", *shared_handle);
1059 FIXME("Resource sharing not implemented, *shared_handle %p.\n", *shared_handle);
1092 FIXME("Resource sharing not implemented, *shared_handle %p.\n", *shared_handle);
1124 FIXME("Resourc
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dd3d9_main.c100 if (!once++) FIXME("stub\n");
139 FIXME("(void) : stub\n");
150 FIXME("(%#x) : stub\n", options);
157 FIXME("(void) : stub\n");
166 FIXME("(color %#x, name %s) : stub\n", color, debugstr_w(name));
173 FIXME("(color %#x, name %s) : stub\n", color, debugstr_w(name));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dgl_compat.c376 FIXME("GL_ARB_multitexture glGetIntegerv hook already applied\n");
382 FIXME("GL_ARB_multitexture glGetGloatv hook already applied\n");
388 FIXME("GL_ARB_multitexture glGetDoublev hook already applied\n");
424 FIXME("GL implementation supports GL_ARB_fragment_program but not GL_EXT_fog_coord\n");
425 FIXME("The fog coord emulation will most likely fail\n");
429 FIXME("GL implementation supports GL_ARB_fragment_shader but not GL_EXT_fog_coord\n");
430 FIXME("The fog coord emulation will most likely fail\n");
434 FIXME("GL_EXT_fogcoord glFogi hook already applied\n");
440 FIXME("GL_EXT_fogcoord glFogiv hook already applied\n");
446 FIXME("GL_EXT_fogcoor
[all...]
H A Dquery.c352 FIXME("%p Wrong thread, returning 1.\n", query);
415 FIXME("(%p) Wrong thread, reporting GPU idle.\n", query);
482 FIXME("Wrong thread, can't restart query.\n");
520 FIXME("Wrong thread, can't end query.\n");
537 FIXME("%p Occlusion queries not supported.\n", query);
592 FIXME("Event query: Unimplemented, but pretending to be supported.\n");
617 FIXME("Unhandled query type %#x.\n", type);
H A Dshader_sm4.c482 FIXME("Unrecognized shader type %#x\n", version_token >> 16);
529 FIXME("Unhandled register type %#x.\n", register_type);
542 /* FIXME: This will probably break down at some point. The SM4
556 FIXME("Skipping modifier 0x%08x.\n", m);
593 FIXME("Unhandled order %u.\n", order);
615 FIXME("Unhandled immediate constant type %#x.\n", immconst_type);
657 FIXME("Unhandled swizzle type %#x.\n", swizzle_type);
716 FIXME("Unrecognized opcode %#x, opcode_token 0x%08x.\n", opcode, opcode_token);
737 FIXME("Skipping modifier 0x%08x.\n", modifier);
753 FIXME("Unhandle
[all...]
H A Ddrawprim.c66 FIXME("Instanced drawing not supported.\n");
71 FIXME("Start instance (%u) not supported.\n", start_instance);
178 FIXME("Implement diffuse color tracking from %s\n", debug_d3dformat(element->format->id));
199 else FIXME("Implement fog coordinates from %s\n", debug_d3dformat(element->format->id));
208 FIXME("Implement fog for transformed vertices in software\n");
226 FIXME("Program using multiple concurrent textures which this opengl implementation doesn't support\n");
241 FIXME("tex: %d - Coord index %d is less than zero, expect a crash.\n", textureNo, coordIdx);
420 FIXME("Unsure about WINED3DDECLTYPE_UDEC3\n");
424 FIXME("Unsure about WINED3DDECLTYPE_DEC3N\n");
552 FIXME("No
[all...]
H A Dglsl_shader.c252 FIXME("Unhandled shader type %#x.\n", type);
322 FIXME("Info log received from GLSL shader #%u:\n", obj);
323 while ((line = get_info_log_line(&ptr))) FIXME(" %s\n", line);
377 FIXME("Object %u:\n", objects[i]);
379 FIXME(" GL_OBJECT_SUBTYPE_ARB: %s.\n", debug_gl_shader_type(tmp));
381 FIXME(" GL_OBJECT_COMPILE_STATUS_ARB: %d.\n", tmp);
382 FIXME("\n");
386 while ((line = get_info_log_line(&ptr))) FIXME(" %s\n", line);
387 FIXME("\n");
407 FIXME("Progra
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dgl_compat.c372 FIXME("GL_ARB_multitexture glGetIntegerv hook already applied\n");
378 FIXME("GL_ARB_multitexture glGetGloatv hook already applied\n");
384 FIXME("GL_ARB_multitexture glGetDoublev hook already applied\n");
420 FIXME("GL implementation supports GL_ARB_fragment_program but not GL_EXT_fog_coord\n");
421 FIXME("The fog coord emulation will most likely fail\n");
425 FIXME("GL implementation supports GL_ARB_fragment_shader but not GL_EXT_fog_coord\n");
426 FIXME("The fog coord emulation will most likely fail\n");
430 FIXME("GL_EXT_fogcoord glFogi hook already applied\n");
436 FIXME("GL_EXT_fogcoord glFogiv hook already applied\n");
442 FIXME("GL_EXT_fogcoor
[all...]
H A Dshader_sm4.c278 FIXME("Unrecognized shader type %#x\n", version_token >> 16);
298 FIXME("Unrecognized opcode %#x, token 0x%08x\n", opcode, token);
322 FIXME("Unhandled register type %#x\n", register_type);
338 if (order > 2) FIXME("Unhandled order %u.\n", order);
361 FIXME("Unhandled immediate constant type %#x\n", immconst_type);
387 FIXME("Unhandled register type %#x\n", register_type);
403 if (order > 2) FIXME("Unhandled order %u.\n", order);
415 FIXME("ptr %p, semantic %p stub!\n", ptr, semantic);
420 FIXME("ptr %p, comment %p, comment_size %p stub!\n", ptr, comment, comment_size);
H A Dclipper.c101 FIXME("Flags = 0x%08x, not supported.\n",Flags);
148 FIXME("(%p,%p,%p,%p),stub!\n",This,Rect,ClipList,Size);
159 FIXME("iface %p, region %p, flags %#x stub!\n", iface, rgn, Flags);
175 FIXME("iface %p, changed %p stub!\n", iface, changed);
H A Ddrawprim.c145 FIXME("Implement diffuse color tracking from %s\n", debug_d3dformat(element->format_desc->format));
166 else FIXME("Implement fog coordinates from %s\n", debug_d3dformat(element->format_desc->format));
175 FIXME("Implement fog for transformed vertices in software\n");
193 FIXME("Program using multiple concurrent textures which this opengl implementation doesn't support\n");
208 FIXME("tex: %d - Coord index %d is less than zero, expect a crash.\n", textureNo, coordIdx);
389 FIXME("Unsure about WINED3DDECLTYPE_UDEC3\n");
393 FIXME("Unsure about WINED3DDECLTYPE_DEC3N\n");
511 FIXME("Non-indexed instanced drawing is not supported\n");
654 FIXME("Using software emulation because not all material properties could be tracked\n");
668 FIXME("Usin
[all...]
H A Dstate.c85 FIXME("Unrecognized WINED3DRS_FILLMODE value %d\n", Value);
135 FIXME("W buffer is not well handled\n");
138 FIXME("Unrecognized D3DZBUFFERTYPE value %d\n", stateblock->renderState[WINED3DRS_ZENABLE]);
165 FIXME("Unrecognized/Unhandled WINED3DCULL value %d\n", stateblock->renderState[WINED3DRS_CULLMODE]);
181 FIXME("WINED3DSHADE_PHONG isn't supported\n");
184 FIXME("Unrecognized/Unhandled WINED3DSHADEMODE value %d\n", stateblock->renderState[WINED3DRS_SHADEMODE]);
228 FIXME("D3DCMP_NOTEQUAL and D3DCMP_EQUAL do not work correctly yet\n");
309 FIXME("WINED3DRS_DESTBLEND = WINED3DBLEND_BOTHSRCALPHA, what to do?\n");
314 FIXME("WINED3DRS_DESTBLEND = WINED3DBLEND_BOTHINVSRCALPHA, what to do?\n");
320 FIXME("Unrecognize
[all...]
H A Dquery.c369 FIXME("%p Wrong thread, returning 1.\n", This);
434 FIXME("(%p) Wrong thread, reporting GPU idle.\n", This);
508 FIXME("Wrong thread, can't restart query.\n");
547 FIXME("Wrong thread, can't end query.\n");
563 FIXME("(%p) : Occlusion queries not supported\n", This);
634 FIXME("Event query: Unimplemented, but pretending to be supported.\n");
658 FIXME("Unhandled query type %#x.\n", type);
H A Dshader_sm1.c431 FIXME("Unsupported opcode %#x(%d) masked %#x, shader version %#x\n",
492 FIXME("Unrecognized opcode param: token=0x%08x addr_token=0x%08x name=", token, addr_token);
510 FIXME("\n");
538 FIXME("SM 1-3 shader shouldn't have output signatures.\n");
554 FIXME("Unrecognized shader type %#x\n", *byte_code >> 16);
591 FIXME("Unrecognized opcode: token=0x%08x\n", opcode_token);
H A Dbuffer.c259 FIXME("%s used with stride 0, let's hope we get the vertex stride from somewhere else\n",
264 FIXME("Got two concurrent strides, %d and %d\n", attrib->stride, *stride_this_run);
324 if (is_ffp_position) FIXME("Test FLOAT16 fixed function processing positions\n");
325 else if (is_ffp_color) FIXME("test FLOAT16 fixed function processing colors\n");
332 if (!is_ffp_color) FIXME("Test for non-color fixed function WINED3DFMT_B8G8R8A8_UNORM format\n");
546 if (float16_used) FIXME("Float16 conversion used with fixed function vertex processing\n");
815 FIXME("Event queries not supported, dropping async buffer locks.\n");
992 FIXME("Too many declaration changes or converting dynamic buffer, stopping converting\n");
1031 FIXME("Too many full buffer conversions, stopping converting\n");
1091 FIXME("Implemen
[all...]
H A Dswapchain.c502 FIXME("Render-to-fbo with WINED3DSWAPEFFECT_FLIP\n");
546 FIXME("Enabling D3D Trace\n");
549 FIXME("Singe Frame snapshots Starting\n");
559 FIXME("Singe Frame snapshots Finishing\n");
562 FIXME("Singe Frame trace complete\n");
571 FIXME("Single Frame snapshots Finishing\n");
574 FIXME("Disabling D3D Trace\n");
688 FIXME("Unknown presentation interval %08x\n", This->presentParms.PresentationInterval);
919 FIXME("The application requested more than one back buffer, this is not properly supported.\n"
934 FIXME("Calle
[all...]
H A Dsurface_base.c279 FIXME(" colorkey value not supported (%08x) !\n", Flags);
412 FIXME("iface %p, flags %#x, ref %p stub!\n", iface, Flags, Ref);
521 FIXME("(%p) : The format of the surface must be WINED3DFORMAT_UNKNOWN\n", This);
848 FIXME("Cannot find a conversion function from format %s to %s\n",
946 FIXME("Color fill not implemented for bpp %d!\n", bpp*8);
1013 FIXME("Filters not supported in software blit\n");
1176 /* The conv function writes a FIXME */
1235 FIXME("Can't handle WINEDDBLT_ASYNC flag right now.\n");
1244 FIXME("Can't handle WINEDDBLT_DONOTWAIT flag right now.\n");
1259 FIXME("DDBLT_DEPTHFIL
[all...]
H A Dbasetexture.c232 FIXME("(%p) : stub\n", This);
240 FIXME("iface %p stub!\n", iface);
394 FIXME("Unrecognized or unsupported WINED3DTEXTUREADDRESS %#x.\n", d3d_wrap);
470 FIXME("Unrecognized or unsupported MAGFILTER* value %d\n", state);
494 FIXME("Unrecognized or unsupported D3DSAMP_MINFILTER value %d D3DSAMP_MIPFILTER value %d\n",
H A Dutils.c984 FIXME("Format %s with rendertarget flag is not supported as FBO color attachment,"
1020 FIXME("Format %s rtInternal format is not supported as FBO color attachment.\n",
1262 FIXME("Error during filtering test for format %x, returning no filtering\n", internal);
1524 FIXME("Can't find format %s(%d) in the format lookup table\n", debug_d3dformat(fmt), fmt);
1678 FIXME("Unrecognized %u (as fourcc: %s) WINED3DFORMAT!\n", fmt, fourcc);
1680 FIXME("Unrecognized %u WINED3DFORMAT!\n", fmt);
1694 FIXME("Unrecognized %u WINED3DDEVTYPE!\n", devtype);
1717 if (usage) FIXME("Unrecognized usage flag(s) %#x\n", usage);
1736 if (usagequery) FIXME("Unrecognized usage query flag(s) %#x\n", usagequery);
1753 FIXME("Unrecognize
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dd3d8_main.c39 FIXME("(void): stub\n");
91 FIXME("(%p %p %p %d %p): stub\n", vertexshader, reserved1, reserved2, bool, toto);
126 FIXME("(%p %p %d %p): stub\n", pixelshader, reserved1, bool, toto);
H A Dshader.c123 if (usage) FIXME("Usage %#x not implemented.\n", usage);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dd3d8_main.c41 FIXME("(void): stub\n");
96 FIXME("(%p %p %p %d %p): stub\n", vertexshader, reserved1, reserved2, bool, toto);
131 FIXME("(%p %p %d %p): stub\n", pixelshader, reserved1, bool, toto);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader_sm4.c278 FIXME("Unrecognized shader type %#x\n", version_token >> 16);
298 FIXME("Unrecognized opcode %#x, token 0x%08x\n", opcode, token);
322 FIXME("Unhandled register type %#x\n", register_type);
338 if (order > 2) FIXME("Unhandled order %u.\n", order);
361 FIXME("Unhandled immediate constant type %#x\n", immconst_type);
387 FIXME("Unhandled register type %#x\n", register_type);
403 if (order > 2) FIXME("Unhandled order %u.\n", order);
415 FIXME("ptr %p, semantic %p stub!\n", ptr, semantic);
420 FIXME("ptr %p, comment %p, comment_size %p stub!\n", ptr, comment, comment_size);
H A Dshader_sm1.c435 FIXME("Unsupported opcode %#x(%d) masked %#x, shader version %#x\n",
496 FIXME("Unrecognized opcode param: token=0x%08x addr_token=0x%08x name=", token, addr_token);
514 FIXME("\n");
542 FIXME("SM 1-3 shader shouldn't have output signatures.\n");
558 FIXME("Unrecognized shader type %#x\n", *byte_code >> 16);
595 FIXME("Unrecognized opcode: token=0x%08x\n", opcode_token);

Completed in 140 milliseconds

1234