wined3d: Add WINED3DTOP_ADDSIGNED2X to debug_d3dtop().
[wine] / dlls / wined3d / device.c
2008-05-06  Francois GougetAssorted spelling fixes.
2008-04-30  Andrew Talbotwined3d: Remove unused variables.
2008-04-24  Stefan Dösingerwined3d: Support framebuffer reading from texture_recta...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-21  David Adamwined3d: Fix a possible null dereference.
2008-04-09  Chris Robinsonwined3d: Check for NULL vertex declarations.
2008-04-09  Stefan Dösingerwined3d: Disable MAG filters on formats that do not...
2008-04-09  Stefan Dösingerwined3d: Disable texture filtering on textures that...
2008-04-09  Stefan Dösingerwined3d: Make the min mip lookup type a texture property.
2008-04-09  Stefan Dösingerwined3d: Store the number of aux buffers in the context.
2008-04-08  Stefan Dösingerwined3d: Mark the SYSMEM copy outdated after releasing...
2008-04-07  Rico Schüllerwined3d: Filter out invalid stuff in SetStreamSourceFreq().
2008-04-07  Alexander Dorofeyevwined3d: move ENTER_GL in IWineD3DDeviceImpl_Init3D.
2008-04-07  Alexander Dorofeyevwined3d: Add ENTER_GL/LEAVE_GL in IWineD3DDeviceImpl_Re...
2008-04-07  Alexander Dorofeyevwined3d: Add ENTER_GL/LEAVE_GL in IWineD3DDeviceImpl_Co...
2008-04-07  Alexander Dorofeyevwined3d: Add ENTER_GL/LEAVE_GL in IWineD3DDeviceImpl_Un...
2008-04-07  Francois GougetAssorted spelling fixes.
2008-04-03  Alexander Dorofeyevwined3d: Improve detection of device palette change.
2008-04-02  Stefan Dösingerwined3d: Update copyright lines.
2008-04-01  Stefan Dösingerwined3d: Catch D3DUSAGE_AUTOGENMIPMAP and D3DUSAGE_REND...
2008-04-01  Stefan Dösingerwined3d: Refuse 3D initialization without opengl.
2008-03-27  Stefan Dösingerwined3d: Free heapMemory, not allocatedMemory when...
2008-03-27  Alexander Dorofeyevwined3d: Make device palettes dynamically allocated.
2008-03-25  Stefan Dösingerwined3d: Alloc / free shader private data and blt stuff...
2008-03-25  Stefan Dösingerwined3d: Free shader private data on reset.
2008-03-25  Stefan Dösingerwined3d: Make the state table a property of the shader...
2008-03-21  Andrew Talbotwined3d: Assign to structs instead of using memcpy.
2008-03-11  Stefan Dösingerwined3d: Set the fullscreen flag before the display...
2008-03-11  Stefan Dösingerwined3d: Only restore the style and exStyle when it...
2008-03-11  Stefan Dösingerwined3d: Only adjust windows in fullscreen mode to...
2008-03-04  Stefan Dösingerwined3d: Implement a different constant dirtification...
2008-03-03  Stefan Dösingerwined3d: Give occlusion queries their own vtable.
2008-03-03  Stefan Dösingerwined3d: Subclass queries.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-26  Stefan Dösingerwined3d: Move the dummy texture creation to the device.
2008-02-26  Stefan Dösingerwined3d: Move shader model private data into its own...
2008-02-15  Rico Schüllerwined3d: Fix memcpy with wrong size parameter to simple...
2008-02-07  Stefan Dösingerwined3d: Restore the Window size on reset.
2008-02-07  Stefan Dösingerwined3d: Reject unsupported modes when restting the...
2008-02-06  Stefan Dösingerwined3d: Tear down the dummy textures before resetting.
2008-02-06  Stefan Dösingerwined3d: Restore the stateblock after Reset.
2008-02-05  Stefan Dösingerwined3d: Recreate the contexts on _Reset.
2008-02-05  Stefan Dösingerwined3d: Move vertex buffer vbo creation to PreLoad.
2008-02-05  Stefan Dösingerwined3d: Update the gl rectangle when adjusting surface...
2008-02-05  Stefan Dösingerwined3d: Make Clear aware of the depth stencil sharing.
2008-02-05  Stefan Dösingerwined3d: De-Statify depth blit opengl resources.
2008-02-05  Stefan Dösingerwined3d: Destroy FBOs and reset pointers on Reset.
2008-02-05  Stefan Dösingerwined3d: Update the auto depth stencil buffer size...
2008-02-05  Stefan Dösingerwined3d: Beware of texture_rectangle NP2 support in...
2008-01-24  Alexandre JulliardAvoid sizeof in traces.
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-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-14  Stefan Dösingerwined3d: Destroy opengl shaders on reset.
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-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: Call ActivateContext regardless of WINED3DCREA...
2008-01-02  Gerald Pfeiferwined3d: Simplify three checks based on the unsignednes...
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: 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: Implement half float vertex buffer conversion.
2007-12-20  Stefan Dösingerwined3d: Move the GL info structure into the adapter.
2007-12-20  Stefan Dösingerwined3d: Always dump the fbo state on errors.
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-11  Stefan Dösingerwined3d: Use the adapter to read the display mode.
2007-12-08  Detlef RiekenbergAssorted spelling fixes.
2007-12-07  Stefan Dösingerwined3d: A more detailed occlusion query test and fixes.
2007-12-06  Stefan Dösingerwined3d: Test clearing regarding the scissor test and...
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.
2007-12-04  Stefan Dösingerwined3d: Add a method for querying the gl drawable...
2007-12-03  Stefan Dösingerwined3d: Add parentheses to a flag check.
2007-12-03  Stefan Dösingerwined3d: Enabling too many lights is silently ignored.
2007-11-29  Stefan Dösingerwined3d: Activate GL_ARB_texture_rectangle.
2007-11-29  Stefan Dösingerwined3d: Refuse to create a mipmapped conditional np2...
2007-11-29  Stefan Dösingerwined3d: Make the code aware of GL_ARB_texture_rectangle.
2007-11-27  Stefan Dösingerwined3d: Downgrade an ERR to a WARN.
2007-11-27  Lauris Kaplinskiwined3d: Fixed potential reference of freed backBuffer...
2007-11-20  Stefan Dösingerwined3d: Use standard wine lists for the resource list.
2007-11-20  Stefan Dösingerwined3d: Move IUnknown functions to IWineD3DBaseShader.
2007-11-14  Stefan Dösingerwined3d: Non power of two texture fixes.
2007-11-14  Stefan Dösingerwined3d: Depth stencil fixes.
2007-11-09  Roderick Colenbranderwined3d: Make sure the p8 shader is set to 0 after...
2007-11-07  Stefan Dösingerwined3d: Refuse to create volumes and volume textures...
2007-11-07  Stefan Dösingerwined3d: Set the display mode before creating the context.
2007-11-07  Stefan Dösingerwined3d: Set the main hwnd before setting up the screen.
2007-11-01  Stefan Dösingerwined3d: Make resource memory 32 byte aligned.
next