wined3d: Fix d3d8/9 style palettes.
[wine] / dlls / wined3d / wined3d_private.h
2007-02-20  Stefan Dösingerwined3d: Fix d3d8/9 style palettes.
2007-02-16  H. Verbeetwined3d: Remove the d3d9.h include from wined3d_private.h.
2007-02-16  H. Verbeetwined3d: Fix WINED3DPRESENT_PARAMETERS and use it inste...
2007-02-15  Stefan Dösinger6/10: WineD3D: rsq and rcp instructions may need a...
2007-02-15  Stefan Dösingerwined3d: Restore the display mode when releasing a...
2007-02-15  H. Verbeetwined3d: Add WINED3DTEXOPCAPS flags and use them.
2007-02-15  Stefan Dösingerwined3d: alphaop fixes for color keying.
2007-02-15  Stefan Dösingerwined3d: Load one bump mapping environment matrix into...
2007-02-14  Stefan Dösingerwined3d: Instancing emulation.
2007-02-14  Stefan Dösingerwined3d: Move lights to the state table.
2007-02-14  Stefan Dösingerwined3d: Replace the light chain with a hashmap.
2007-02-14  H. Verbeetd3d8: Don't store the d3d8 declaration in the wined3d...
2007-02-14  H. Verbeetd3d8: Move loading local d3d8 vertex shader constants...
2007-02-14  H. Verbeetd3d9: Don't store the d3d9 declaration in the wined3d...
2007-02-14  H. Verbeetwined3d: Get rid of the vertexDeclaration field in...
2007-02-14  Stefan Dösingerwined3d: Always use np2 repacking if no native np2...
2007-02-14  Stefan Dösingerwined3d: Remove pow2Size from the surfaces.
2007-02-13  Stefan Dösingerwined3d: Use the context manager to create onscreen...
2007-02-13  Stefan Dösingerwined3d: Use the context manager to select the primary...
2007-02-13  Stefan Dösingerwined3d: Make the context array dynamic.
2007-02-13  Stefan Dösingerwined3d: Use the context manager to prepare for blitting.
2007-02-13  Stefan Dösingerwined3d: Use the context manager to prepare for drawing.
2007-02-13  Stefan Dösingerwined3d: Store dirty states per context.
2007-02-13  Stefan Dösingerwined3d: Store state optmization members in the context.
2007-02-13  Stefan Dösingerwined3d: Add a per context structure for context manage...
2007-02-12  Stefan Dösingerwined3d: Make shader_cleanup more useful.
2007-02-12  Stefan Dösingerwined3d: BeginScene and EndScene tests and fixes.
2007-01-23  H. Verbeetwined3d: Remove the d3d9types.h include from wined3d_pr...
2007-01-19  H. Verbeetwined3d: Move SetupFullscreenWindow() and RestoreWindow...
2007-01-17  Stefan Dösingerwined3d: Store the stream number in the strided structure.
2007-01-16  H. Verbeetwined3d: Give WINED3DSIO_CRS its own function, properly...
2007-01-16  H. Verbeet05/49: wined3d: Only add line numbers for new lines...
2007-01-15  Stefan Dösingerwined3d: Better tracking of vertex buffer assignments.
2007-01-15  Stefan Dösingerwined3d: Do not free regularily locked surfaces.
2007-01-10  Stefan Dösingerwined3d: Remove dead NV_TEXTURE_SHADER code
2007-01-10  Stefan Dösingerwined3d: Store the scissor rect in the stateblock.
2007-01-10  Stefan Dösingerwined3d: Count the framerate per swapchain, not globally.
2007-01-08  Stefan Dösingerwined3d: Fix np2 textures.
2007-01-08  Stefan Dösingerwined3d: Do not try to read the vertex decl when the...
2007-01-08  Stefan Dösingerwined3d: Remove some unneeded context cache members...
2007-01-08  Stefan Dösingerwined3d: Do not activate vertex shaders needlessly.
2007-01-08  Stefan Dösingerwined3d: Avoid negative draw start indices.
2007-01-08  Stefan Dösingerwined3d: Move applying shader constants to the state...
2007-01-08  Stefan Dösingerwined3d: Move applying the gl stream sources to the...
2007-01-04  Stefan Dösingerwined3d: Break the viewport out of the vertex declarati...
2007-01-03  Stefan Dösingerwined3d: Remove d3ddevice_set_ortho.
2007-01-03  Stefan Dösingerwined3d: Move the world matrix to the state table.
2007-01-03  Stefan Dösingerwined3d: Move the functionality of primitiveInitState...
2007-01-03  Stefan Dösingerwined3d: Add a viewport state to the state table.
2007-01-03  Stefan Dösingerwined3d: Move decoding the vertex declaration to the...
2007-01-03  Stefan Dösingerwined3d: Pass the user pointer strided structure via...
2007-01-03  Stefan Dösingerwined3d: Use the baseVertexIndex in the stateblock.
2007-01-02  Stefan Dösingerwined3d: Add emtpy vertex declaration and related state...
2007-01-02  Stefan Dösingerwined3d: Put the decoded strided data structure into...
2006-12-29  Stefan Dösingerwined3d: Add empty transform states to the state table.
2006-12-29  Alexandre JulliardRevert "wined3d: Where possible, avoid using D3DCOLORTO...
2006-12-28  H. Verbeetwined3d: Move set_glsl_shader_program() to glsl_shader.c.
2006-12-28  H. Verbeetwined3d: Where possible, avoid using D3DCOLORTOGLFLOAT4.
2006-12-24  Chris Robinsonwined3d: Clarify OpenGL error codes.
2006-12-20  Stefan Dösingerwined3d: Reinstall the nvrc texture unit mapping.
2006-12-20  Stefan Dösingerwined3d: Add pixel shaders to the state table.
2006-12-20  Stefan Dösingerwined3d: Move samplers to the state table.
2006-12-20  Stefan Dösingerwined3d: Add empty sampler entries to the state table.
2006-12-20  Stefan Dösingerwined3d: Move WINED3DTSS_COLOROP to the state table.
2006-12-20  Stefan Dösingerwined3d: Add empty texture stage states to the state...
2006-12-20  H. Verbeetwined3d: Allow the FBO code to handle multiple render...
2006-12-20  H. Verbeetwined3d: Allow the device to store multiple render...
2006-12-19  Stefan Dösingerwined3d: Add the state dirtification infrastructure.
2006-12-18  Markus Amslerwined3d: Remove IWineD3DSurface_GetContainerParent.
2006-12-14  Dmitry Timoshkovwined3d: Make some data const.
2006-12-11  Stefan Dösingerwined3d: Remove the unused tween factor stateblock...
2006-12-11  Stefan Dösingerwined3d: Remove the unused stateblock vertex blend...
2006-12-11  Stefan Dösingerwined3d: Implement IWineD3DDevice::Reset.
2006-12-07  Stefan Dösingerwined3d: Add render states to the state table.
2006-12-07  Stefan Dösingerwined3d: Create the state table.
2006-12-06  Markus Amslerd3d: Callback infrastructure for implicit volume destru...
2006-12-06  Markus Amslerd3d: Callback infrastructure for implicit surface destr...
2006-11-28  H. Verbeetwined3d: Select the right shader backend when creating...
2006-11-28  H. Verbeetwined3d: Move some code specific to the different shade...
2006-11-27  Andrew Talbotwined3d: Cast-qual warnings fix.
2006-11-20  H. Verbeetwined3d: Fix GL_ARB_texture_cube_map extension support.
2006-11-17  H. Verbeetwined3d: Allow the depth buffer to be shared between...
2006-11-17  H. Verbeetwined3d: Add FBO support for offscreen rendering.
2006-11-17  H. Verbeetwined3d: Make the offscreen render mode a registry...
2006-11-17  H. Verbeetwined3d: Rename renderUpsideDown to render_offscreen.
2006-10-31  Ivan Gyurdievwined3d: Add D3DSTREAMSOURCE codes to the WINED3D names...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-13  Ivan Gyurdievwined3d: Add D3DCLIPPLANE constants to the WINED3D...
2006-10-13  Ivan Gyurdievwined3d: Add D3DSI and other opcode masks to the WINED3...
2006-10-13  Ivan Gyurdievwined3d: Add D3DVERTEXBLENDFLAGS to the WINED3D namespace.
2006-10-13  Ivan Gyurdievwined3d: Add D3DTEXTUREOP to the WINED3D namespace.
2006-10-12  Ivan Gyurdievwined3d: Merge D3DPRIMITIVETYPE types into one type...
2006-10-12  Ivan Gyurdievwined3d: Merge D3DMATRIX types into one type in WINED3D...
2006-10-12  Ivan Gyurdievwined3d: D3DTRANSFORMSTATETYPE: Consistently use in...
2006-10-11  Ivan Gyurdievwined3d: TEXTUREFILTERTYPE: Consistently use in WINED3D...
2006-10-11  Ivan Gyurdievwined3d: D3DDECLTYPE: Consistently use in WINED3D names...
2006-10-11  Ivan Gyurdievwined3d: D3DQUERYTYPE: Consistently use in WINED3D...
2006-10-11  Ivan Gyurdievwined3d: D3DDEVTYPE: Consistently use in WINED3D namespace.
2006-10-11  Ivan Gyurdievwined3d: D3DFORMAT: Consistently use WINED3D namespace.
2006-10-10  Ivan Gyurdievwined3d: Move D3DSP_REG structures into the WINED3D...
next