msvcrt: Remove bogus code.
[wine] / dlls / wined3d /
2006-02-16  Roderick Colenbranderwined3d: Set the texture size for d3d8.
2006-02-13  Stefan Dösingerwined3d: Update the glOrtho between 2 rhw draws if...
2006-02-13  H. Verbeetwined3d: Don't keep a reference to the container, as...
2006-02-13  Francois Gougetwined3d: Protect float.h inclusion.
2006-02-11  Jan Zerebeckiwined3d: Make the returned driver version similar to...
2006-02-11  Jan Zerebeckiwined3d: Extend debug_d3drenderstate with missing states.
2006-02-11  Louis Lenderswined3d: Prevent crash in setup_light.
2006-02-10  H. Verbeetwined3d: Release the vertex declaration during stateblo...
2006-02-10  H. Verbeetwined3d: Release the container during surface / volume...
2006-02-09  Christoph Frickwined3d: Support for WINED3DFMT_A8B8G8R8.
2006-02-09  Christoph Frickwined3d: Better warn/fixme for query handling.
2006-02-07  Roderick Colenbranderwined3d: Added CopyRects method (based on a patch by...
2006-02-07  H. Verbeetwined3d: Always return the number of elements in the...
2006-02-07  H. Verbeetwined3d: Don't set the container to the device for...
2006-02-07  H. Verbeetwined3d/d3d9: Cleanup GetContainer for volumes.
2006-02-07  H. Verbeetwined3d/d3d9: Cleanup GetContainer for surfaces.
2006-02-06  Roderick Colenbranderwined3d: Texture fixes.
2006-02-06  H. Verbeetwined3d: Update the QueryInterface functions of IWineD3...
2006-02-06  H. Verbeetwined3d: Update refcounts when storing references in...
2006-02-06  H. Verbeetwined3d: Release the correct vertexdeclaration in
2006-02-06  H. Verbeetwined3d: Also update reference counts when we're record...
2006-02-06  H. Verbeetwined3d: Fix SetContainer.
2006-02-06  H. Verbeetwined3d: Downgrade a FIXME to a TRACE.
2006-02-05  H. Verbeetwined3d: Use GL_EXTCALL to call OpenGL extension glPoin...
2006-02-04  Vitaly Budovskiwined3d: Fixed point sprite scaling when size < 1.0f.
2006-02-03  Roderick Colenbranderwined3d: Add a break which got lost in the POINTSCALEEN...
2006-02-03  Vitaly Budovskiwined3d: Fixed WINED3DRS_POINTSPRITEENABLE.
2006-02-03  Vitaly Budovskiwined3d: Corrected implementation of WINED3DRS_POINTSCA...
2006-02-03  Vitaly Budovskiwined3d: Implemented WINED3DRS_EDGEANTIALIAS.
2006-02-03  Vitaly Budovskiwined3d: Implemented WINED3DRS_MULTISAMPLEANTIALIAS.
2006-02-02  Vitaly Budovskiwined3d: Added support for ARB_POINT_PARAMETERS.
2006-01-20  H. Verbeetwined3d: Fix a few TRACEs in pixelshader.c.
2006-01-20  H. Verbeetwined3d: Return the correct pixelshader in
2006-01-20  H. Verbeetwined3d: A shader isn't guaranteed to have a vertex...
2006-01-19  H. Verbeetwined3d: Better version string parsing for VENDOR_NVIDIA in
2006-01-19  H. Verbeetwined3d: In IWineD3DImpl_FillGLCaps use glGetString...
2006-01-03  Francois GougetAdd trailing '\n's to ok() calls.
2005-12-31  Raphael Junqueirawined3d: Added support for WINED3DFMT_X4R4G4B4.
2005-12-20  H. Verbeetwined3d: Cleanup shader constants code a little bit.
2005-12-16  Oliver Stieberwined3d: Vertex declaration cleanup.
2005-12-16  Oliver Stieberwined3d: Allow NULL multi sample quality.
2005-12-16  Ragnvald "Despair... wined3d: Fix matrix copy/paste bug.
2005-12-16  Oliver Stieberwined3d: Vertex declaration recording state.
2005-12-15  Oliver Stieberwined3d: Internal reference counting.
2005-12-14  H. Verbeetwined3d: Return the correct parent in IWineD3DVertexDec...
2005-12-14  H. Verbeetwined3d: Return the correct vertex declaration.
2005-12-13  H. Verbeetwined3d: Don't change the shader's refcount in SetVerte...
2005-12-13  Oliver Stieberwined3d: Cube texture named constants.
2005-12-09  Oliver Stieberwined3d: Vertex shader 8 support.
2005-12-03  H. Verbeetwined3d: Set pixel shader version correctly in IWineD3D...
2005-12-03  H. Verbeetwined3d: Return the correct parent in IWineD3DPixelShad...
2005-12-03  H. Verbeetwined3d: return D3DERR_INVALIDCALL when calling BeginSt...
2005-12-02  Francois GougetAssorted spelling fixes.
2005-11-30  Willie SippelAdded more Nvidia card IDs.
2005-11-30  Raphael JunqueiraAdd support for Intel drivers version string.
2005-11-29  Oliver StieberAdded support for vertex and pixel shader constants...
2005-11-28  Oliver StieberStop reporting not having swapchain 0 as an error and...
2005-11-28  Oliver StieberCorrect some errors in the way vertex declarations...
2005-11-28  Oliver StieberCorrect the matrix sizes in software shaders and remove...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-22  Oliver StieberCorrects an error in the _m3xm3 shader function in...
2005-11-21  Oliver StieberImplement a pixel shader parser and cross compiler...
2005-11-17  Oliver StieberDisable support for creation FMT_Unknown textures....
2005-11-17  Oliver StieberClear the z and stencil buffers at the end of the scene...
2005-11-15  Raphael Junqueira- defined D3DCOLOR_B macros to access byte values of...
2005-11-14  Oliver StieberFix an intermittent lockup with ATI's driver, I expect...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-10  Raphael JunqueiraDefine GL_EXT_framebuffer_object and GL_EXT_pixelbuffer...
2005-11-08  Raphael JunqueiraFix parsing of version number.
2005-11-08  Oliver StieberFixed an error in Swapchain_GetFrontBufferData.
2005-11-07  Oliver StieberVerify that the texture coordinate used in DrawStridedS...
2005-11-07  Oliver StieberPrevent SetFVF from clearing down the vertex declaratio...
2005-11-04  Oliver StieberTidy up UpdateTexture and add support for updating...
2005-11-04  Oliver StieberAdd support for updating to D3DFMT_UNKNOWN surfaces...
2005-11-02  Oliver StieberImplement D3DFMT_UNKNOWN surfaces, this seems to be...
2005-10-29  Oliver StieberMove the softwareVertexProcessing flag from the statebl...
2005-10-27  Oliver StieberCorrect the number of parameters expected for the LRP...
2005-10-12  Oliver StieberChanged the way that 24bit and 32bit Adapter and Buffer...
2005-10-11  Oliver StieberAdd checks for ARB_vertex_program before allowing verte...
2005-10-10  Oliver StieberReport unrecognized opcodes as FIXMEs instead of TRACEs...
2005-10-04  Oliver StieberProvide looser device matching for backbuffer and depth...
2005-10-03  Marcus MeissnerUse correct minLookup[] array entry.
2005-09-29  Vincent BéronDon't define some functions/variables if they won't...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-29  Oliver StieberAdded support for backbuffer with the formats A1R5G5B5...
2005-09-28  Oliver StieberImplement state tracking for pixel shader constants.
2005-09-27  Oliver StieberChange the format of surface_SaveSnapshot to TGA from...
2005-09-27  Oliver StieberCorrect a problem with locking nonpower 2 back and...
2005-09-26  Francois GougetAssorted spelling fixes.
2005-09-23  Oliver StieberOptionally repack nonpower 2 textures to the expected...
2005-09-23  Oliver StieberEnable dxt2 and dxt4 compressed textures to be created via
2005-09-23  Oliver StieberClean up all the objects bound to the device when the...
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-21  Oliver StieberStart to implement TestCooperativeLevel.
2005-09-21  Oliver StieberAdded support for state management of vertex shader...
2005-09-21  Oliver StieberImplemented occlusion queries using either GL_ARB_occlu...
2005-09-19  Oliver StieberReturn the adaptor mode as X8R8G8B8 when BPP is 24...
2005-09-19  Oliver StieberPrevent CheckDepthStencilMatch from causing problems...
next