Added a secur32.dll that loads other SSP DLLs and forwards calls to
[wine] / dlls / d3d8 / device.c
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-11-17  Jason EdmeadesIf swap mode is discard, clear the backbuffer before...
2003-11-11  Raphael Junqueira- stupid typos fixes on software vertex shader operands
2003-11-04  Carlos LozanoCheck that we don't write out of the defined range...
2003-10-31  Jason EdmeadesMake support for CopyRects to a small area of the back...
2003-10-31  Jason EdmeadesClear should not be affected by write masks.
2003-10-31  Jason EdmeadesColorWriteEnable should not impact clearing the screen.
2003-10-30  Jason EdmeadesCopyRects (per rect) copied one too many lines, trashin...
2003-10-30  Jason EdmeadesCulling to different viewports failed as clearing the...
2003-10-30  Jason EdmeadesCorrect writing to back buffer in non-ortho mode, and...
2003-10-03  Jason EdmeadesMinor fixes - Remove light debug statements, handle...
2003-09-30  Jason EdmeadesMaxActiveLights means number of concurrent lights,...
2003-09-19  Jason EdmeadesDXTn format has odd mipmap levels in that the space...
2003-09-19  Jason EdmeadesGL doesn't like incorrect lengths passed into DXTN...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-15  Jason EdmeadesDXT1/3/5 support was broken, but unnoticeable since...
2003-08-05  Jason EdmeadesOnly reapply the texture states necessary when a differ...
2003-08-05  Jason EdmeadesglColorMaterial enable/disable setup is only done when...
2003-07-19  Jason EdmeadesAdd fps debug channel, so we can see how the d3d code...
2003-07-15  Alexandre JulliardWarning fix.
2003-07-03  Jason EdmeadesImplement UpdateTexture for 2D textures only.
2003-06-18  Raphael Junqueira- dsound and d3d works better when x11drv locks/unlocks...
2003-06-13  Jason EdmeadesFix the texture operations to resolve glitches shown...
2003-06-13  Jason EdmeadesMake the fixed function pipeline support multiple strea...
2003-06-06  Raphael JunqueiraFixed compilation problems.
2003-06-04  Raphael Junqueira- cleaning of volume.c/volumetexture.c as done previous...
2003-06-04  Raphael Junqueira- add a new private header d3dcore_gl.h that declares...
2003-06-04  Raphael Junqueira- some cleanup and warning fixes
2003-06-04  Raphael Junqueira- pixel shader program dump code
2003-06-04  Jason EdmeadesAdd support for a lot of the remaining texture ops...
2003-06-04  Raphael Junqueira- some cleanups
2003-06-04  Jason EdmeadesCorrect specular enable renderstate.
2003-06-04  Jason EdmeadesAvoid the use of glGet when we know the information...
2003-06-04  Raphael Junqueira- implemented render to surfaces (and render to new...
2003-06-04  Jason EdmeadesFill in lots of unimplemented render states.
2003-05-22  Jason EdmeadesAvoid setting and resetting the same values when there...
2003-05-17  Raphael Junqueira- mor usefull debug functions debug_d3dusage and debug_...
2003-05-16  Jason EdmeadesImplement texture transform flags the best we can for...
2003-05-16  Jason EdmeadesFixed range checking on the number of lights.
2003-05-15  Jason EdmeadesSupply the correct box on the screen to be processed...
2003-05-15  Jason EdmeadesSolved the transparency problem seen in the ClipMirror...
2003-05-14  Raphael Junqueira- declare a new debug chanel for vertex shaders
2003-05-14  Jason EdmeadesMake sure the viewport is from the GL (bottom left...
2003-05-13  Jason EdmeadesProperly support texture coordinate indexes.
2003-05-13  Jason EdmeadesCopyRects needs to lock the area it is copying to ...
2003-05-12  Raphael Junqueira- surface pool init fixes
2003-05-11  Raphael Junqueira- minor COM fixes (fixes some crashes on stupid games)
2003-05-08  Raphael Junqueira- Disable some 'classic' debug traces (avoid useless...
2003-05-08  Jason Edmeades- Move texture loading into PreLoad for 2D textures...
2003-05-06  Jason EdmeadesAdd support for MultiplyTransform (helps make the Skimm...
2003-05-06  Jason EdmeadesAdd the beginnings of support for texture coordinates.
2003-04-21  Jason EdmeadesOnly reapply the world, view or projection transform...
2003-04-21  Jason EdmeadesMIRROR_ARB support is not dependent on OpenGL 1.3 as...
2003-04-21  Jason EdmeadesDon't reapply all the texture states if the texture...
2003-04-21  Jason EdmeadesDOT3 isn't there on earlier opengl versions.
2003-04-19  Jason EdmeadesAdd DotProduct3 support if supported by opengl.
2003-04-19  Jason EdmeadesMake codesampler texture addressing mode sample work...
2003-04-17  Christian CostaHandle creation of a depth/stencil buffer when creating...
2003-01-30  Raphael Junqueira- Defer of IDirect3DVertexShader_SetConstant, waiting for
2003-01-28  Raphael JunqueiraSome needed cleanups for future dx9 and d3d common...
2003-01-24  Jason EdmeadesAdd support for color material sources, with help from...
2003-01-23  Jason EdmeadesUse device max lights and clipplane support. Also chang...
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-21  Jason EdmeadesEnsure using correct args during complement texture...
2003-01-21  Jason EdmeadesRestore the texture env mode on SetTexture - Fixes...
2003-01-20  Jason EdmeadesOnly reload the mipmap images when dirty.
2003-01-14  Raphael Junqueira- beginning of vertex matrix blending using extensions...
2003-01-14  Raphael JunqueiraBeginning of more COM compliant behavior:
2003-01-14  Jason EdmeadesCopyrect should flag destination texture as dirty,...
2003-01-14  Jason EdmeadesAdd support for some of the texture address states...
2003-01-14  Raphael Junqueira- move input and output data in VertexShader struct
2003-01-09  Jason EdmeadesCalculate starting position for a copyrect correctly.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-03  Jason EdmeadesAdded basic support for mipmaping, verified using sampl...
2003-01-03  Jason Edmeades- Use faster vertex arrays (rather than processing...
2003-01-02  Raphael Junqueira- integration with DrawPrimitive
2002-12-23  Jason EdmeadesQuery opengl to ensure it supports multitexture, and...
2002-12-18  Raphael Junqueira - some fixes in CreateDevice init
2002-12-17  Jason EdmeadesThe simple bits of fog.
2002-12-17  Raphael Junqueira- some D3D8 fixes
2002-12-13  Jason EdmeadesThanks to Lucho, text support in samples now starts to
2002-11-12  Jason Edmeades- Fix bug in multitexturing introduced during dummy...
2002-11-06  Jason Edmeades- Stencil mapping now works (it helps to actually alloc...
2002-10-28  Jason EdmeadesHandle texture FVF formats when no texture is bound.
2002-10-28  Jason EdmeadesAdd copyrects support.
2002-10-28  Jason Edmeades- Initialize the texture state information.
2002-10-22  Jason EdmeadesBeginnings of Stencil support.
2002-10-21  Jason EdmeadesAdd the basic support for volume textures / volumes...
2002-10-17  Jason Edmeades- Dont set lighting during draw primitive, rely on...
2002-10-13  Jason Edmeades- ClipPlanes work better.
2002-10-11  Jason EdmeadesSignificantly improve the lighting code.
2002-10-07  Jason EdmeadesVarious fixes, typos corrected and clarifying trace...
2002-09-27  Jason EdmeadesInitial D3D8 implementation.