winedump: Add support for dumping SZ_LINK and SPECIAL_FOLDER data blocks.
[wine] / dlls / wined3d /
2008-01-24  Alexandre JulliardAvoid sizeof in traces.
2008-01-24  Andrew Talbotwined3d: Remove unneeded casts.
2008-01-24  Andrew Talbotwined3d: Remove unneeded casts.
2008-01-24  Andrew Talbotwined3d: Remove unneeded casts.
2008-01-24  Andrew Talbotwined3d: Remove unneeded casts.
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-23  Roderick Colenbranderwined3d: Don't use texture_rectangle for paletted textures.
2008-01-22  Marcus Meissnerwined3d: Initialize swapchain.
2008-01-22  Alexander Dorofeyevwined3d: Fix not released swapchain in some codepaths.
2008-01-22  Alexander Dorofeyevwined3d: Change colorkey fixup for stage 0 alphaop...
2008-01-21  Marcus Meissnerwined3d: Removed deadcode.
2008-01-18  Austin Englishwined3d: Spelling fixes.
2008-01-16  Marcus Meissnerwined3d: Check for overflows.
2008-01-15  Allan Tongwined3d: Set swapchain container before flagging front...
2008-01-15  Pablo Spallanzaniwined3d: Fix texture coordinate calculation in surface_...
2008-01-14  Stefan Dösingerwined3d: Clear the constant list before finding constants.
2008-01-14  Stefan Dösingerwined3d: Destroy opengl shaders on reset.
2008-01-14  Stefan Dösingerwined3d: Destroy arb shaders on shader destroy.
2008-01-14  Stefan Dösingerwined3d: Reset the shader state on shader_*_destroy.
2008-01-14  Stefan Dösingerwined3d: Keep track of shaders.
2008-01-14  Stefan Dösingerwined3d: Unload all resources on Reset.
2008-01-14  Stefan Dösingerd3d9: Reject IDirect3DDevice9::Reset with active defaul...
2008-01-14  Stefan Dösingerwined3d: Implement VolumeTexture::UnLoad.
2008-01-14  Stefan Dösingerwined3d: Implement IWineD3DCubeTexture::UnLoad.
2008-01-14  Stefan Dösingerwined3d: Implement IWineD3DTexture::UnLoad.
2008-01-14  Stefan Dösingerwined3d: Implement IWineD3DVolume::UnLoad.
2008-01-14  Stefan Dösingerwined3d: Implement IWineD3DIndexBuffer::UnLoad.
2008-01-14  Stefan Dösingerwined3d: Implement IWineD3DVertexBuffer::UnLoad.
2008-01-14  Stefan Dösingerwined3d: Implement IWineD3DSurface::UnLoad.
2008-01-14  Stefan Dösingerwined3d: Add a new IWineD3DResource::UnLoad method.
2008-01-14  Roderick Colenbranderwined3d: Fix glBlendColorEXT for use on RivaTNT.
2008-01-08  Stefan Dösingerwined3d: Fix a pixelshader recompilation check.
2008-01-08  Stefan Dösingerwined3d: Detect geforce 7300 cards.
2008-01-07  Roderick Colenbranderwined3d: Unify color conversion code.
2008-01-07  Roderick Colenbranderwined3d: Use software palette conversion for non-textur...
2008-01-07  Alexandre Julliardwined3d: Use unsigned int instead of size_t for the...
2008-01-07  Alexandre Julliardwined3d: Use unsigned int instead of size_t for element...
2008-01-03  Gerald Pfeiferwined3d: Removed dead FIXME checks.
2008-01-03  H. Verbeetwined3d: Properly handle the surface location in stretc...
2008-01-03  H. Verbeetwined3d: SFLAG_INTEXTURE is the same as SFLAG_INDRAWABL...
2008-01-03  H. Verbeetwined3d: Bind the surface texture in LoadLocation().
2008-01-03  H. Verbeetwined3d: Move binding the texture and dirtifying the...
2008-01-03  H. Verbeetwined3d: Call SetGlTextureDesc() from BindTexture(...
2008-01-03  H. Verbeetwined3d: Call ActivateContext regardless of WINED3DCREA...
2008-01-02  Gerald Pfeiferwined3d: Simplify three checks based on the unsignednes...
2008-01-02  Gerald Pfeiferwined3d: Remove four noop checks.
2007-12-31  Alexander Dorofeyevwined3d: Fix regression of colorfill and texture to...
2007-12-31  Alexander Dorofeyevwined3d: Free palette handle when destroying IWineD3DPa...
2007-12-31  Gerald Pfeiferwined3d: Remove noop check in IWineD3DBaseTextureImpl_A...
2007-12-28  Roderick Colenbranderwined3d: Only store the palette index in the alpha...
2007-12-28  Roderick Colenbranderwined3d: In case of GL_EXT_paletted_textures we use...
2007-12-28  Stefan Dösingerwined3d: Multiply the half pixel correction with .w.
2007-12-27  Stefan Dösingerwined3d: Combine two glScalef calls into one.
2007-12-27  Stefan Dösingerwined3d: Get rid of the invymat.
2007-12-27  Stefan Dösingerwined3d: Fix a problem in BltOverride.
2007-12-27  Alexander Dorofeyevwined3d: Also update alpha test when stage texture...
2007-12-26  Alexander Dorofeyevwined3d: Add zero/near zero vertex rhw special case.
2007-12-21  Alexander Dorofeyevwined3d: Use IWineD3DDeviceImpl_ClearSurface in IWineD3...
2007-12-21  Alexander Dorofeyevwined3d: Rewrite IWineD3DSurfaceImpl_BltOverride colorf...
2007-12-21  Stefan Dösingerwined3d: Implement and test vertex fixups with per...
2007-12-21  Stefan Dösingerwined3d: Per stream offsets are 4 byte aligned.
2007-12-21  Stefan Dösingerwined3d: Vertex attributes are 4 byte aligned.
2007-12-21  Stefan Dösingerwined3d: Improve some traces.
2007-12-21  Stefan Dösingerwined3d: Change the vertex buffer declaration's data...
2007-12-21  Stefan Dösingerwined3d: Implement half float vertex buffer conversion.
2007-12-20  Stefan Dösingerwined3d: Add a test for 16 bit floats.
2007-12-20  Stefan Dösingerwined3d: Move the GL info structure into the adapter.
2007-12-20  Stefan Dösingerwined3d: Fix vertex buffers based on type, not semantic.
2007-12-20  Stefan Dösingerwined3d: Fixed function vertex attribute types are...
2007-12-20  Stefan Dösingerwined3d: Store if half float conversion is needed in...
2007-12-20  Stefan Dösingerwined3d: Always dump the fbo state on errors.
2007-12-20  Rico Schüllerwined3d: Fix some typos.
2007-12-19  Stefan Dösingerwined3d: Implement texture -> swapchain blits with...
2007-12-19  Stefan Dösingerwined3d: Some improvements for SFLAG_CONVERTED checking.
2007-12-19  Stefan Dösingerwined3d: Emulate half float vertices if GL_NV_half_floa...
2007-12-19  Stefan Dösingerwined3d: Implement blits from the active render target...
2007-12-18  Stefan Dösingerwined3d: Split up the render target -> render target...
2007-12-18  Stefan Dösingerwined3d: Implement D3DFMT_G16R16.
2007-12-18  Stefan Dösingerwined3d: Filter out some shader compilation spam.
2007-12-18  Stefan Dösingerwined3d: Ignore tesselated and unused streams when...
2007-12-18  Stefan Dösingerwined3d: Correct a pixel shader version comparison.
2007-12-18  Stefan Dösingerwined3d: Disable the SWAPEFFECT_DISCARD clear.
2007-12-12  Stefan Dösingerwined3d: Use SetDisplayMode to set the display mode.
2007-12-12  Stefan Dösingerwined3d: Remove 24/32 bit hacks.
2007-12-12  Marco Schusterwined3d: Fixed a bug that the 8600M GT could not be...
2007-12-11  Michael Stefaniucwined3d: Fix a "ordered comparison of pointer with...
2007-12-11  Stefan Dösingerwined3d: Use the adapter to read the display mode.
2007-12-10  Alexander Dorofeyevwined3d: Improve thread safety in IWineD3DSurfaceImpl_B...
2007-12-08  Detlef RiekenbergAssorted spelling fixes.
2007-12-07  Francois GougetAssorted spelling fixes.
2007-12-07  Stefan Dösingerwined3d: Add an alpha blending test.
2007-12-07  Stefan Dösingerwined3d: A more detailed occlusion query test and fixes.
2007-12-07  Stefan Dösingerwined3d: Initialize output texcoord .w to 1.0 if needed.
2007-12-06  Stefan Dösingerwined3d: Ignore unused attributes when generating the...
2007-12-06  Stefan Dösingerwined3d: Test clearing regarding the scissor test and...
2007-12-05  Gerald Pfeiferwined3d: Fix error handling in fixed_get_input().
2007-12-04  Gerald Pfeiferwined3d: Fix error handling in transform_texture().
2007-12-04  Stefan Dösingerwined3d: Use the proper drawable size when clearing.
2007-12-04  Stefan Dösingerwined3d: Clear honors the viewport.
2007-12-04  Stefan Dösingerwined3d: Fixes for drawable handling in Clear.
next