kernel: Document some file functions.
[wine] / dlls / wined3d /
2006-04-03  Stefan Dösingerwined3d: Make use of WINED3DDEVICE_CREATION_PARAMETERS.
2006-04-03  Stefan Dösingerwined3d: Add WINED3DBACKBUFFER_TYPE to wined3d_types.h.
2006-04-03  Stefan Dösingerwined3d: Add WINED3DDISPLAYMODE to wined3d_types.h.
2006-04-03  Stefan Dösingerwined3d: Do not set the mipmap level count every time...
2006-03-30  H. Verbeetwined3d: Move fields common to vertex shaders and pixel...
2006-03-30  Stefan Dösingerwined3d: Add WINED3DDEVTYPE to wined3d_types.h.
2006-03-29  H. Verbeetwined3d: Create an IWineD3DBaseShader class.
2006-03-29  H. Verbeetwined3d: Move the vshader_ins and pshader_ins arrays...
2006-03-29  H. Verbeetwined3d: Move the SHADER_OPCODE definition to wined3d_p...
2006-03-29  H. Verbeetwined3d: Pass the correct number of parameters for...
2006-03-28  Stefan Dösingerwined3d: Use WINED3DSWAPEFFECT in the wined3d headers...
2006-03-28  Stefan Dösingerwined3d: Add WINED3DPOOL to wined3d_types.h.
2006-03-27  Stefan Dösingerwined3d: Add WINED3DMULTISAMPLE_TYPE to wined3d_types.h.
2006-03-27  Stefan Dösingerwined3d: Add WINED3DTRIPATCH_INFO to wined3d_types.h.
2006-03-24  H. Verbeetwined3d: Move the D3DSIO_DCL dumping code into its...
2006-03-24  Stefan Dösingerwined3d: Rectpatch code fix.
2006-03-22  H. Verbeetwined3d: Set vertex attribute pointers defined in verte...
2006-03-22  H. Verbeetwined3d: Fix slightly misleading ParseVertexDeclaration...
2006-03-22  H. Verbeetwined3d: Initialise WINED3DVERTEXELEMENT's Reg field in
2006-03-22  H. Verbeetwined3d: glTypeLookup cleanup.
2006-03-22  H. Verbeetwined3d: Store the pixelshader version in the pixelshad...
2006-03-20  Roderick Colenbranderwined3d: Don't use OpenGL 2.0.
2006-03-17  Roderick Colenbranderd3d8/wined3d: Vertex shader fixes.
2006-03-15  Stefan Dösingerwined3d: Add WINED3DINDEXBUFFER_DESC to wined3dtypes.h.
2006-03-13  Roderick Colenbranderwined3d: Vertexdeclaration fix.
2006-03-13  Stefan Dösingerwined3d: Add WINED3DVERTEXBUFFER_DESC to wined3d_types.h.
2006-03-13  Vitaliy Margolenwined3d: Don't override variable that still has somethi...
2006-03-13  Vitaliy Margolenwined3d: Add D3DSIO_TEXM3x3PAD to opcode list. We alrea...
2006-03-10  Stefan Dösingerwined3d: Consistently use WINED3DRESOURCETYPE.
2006-03-09  H. Verbeetwined3d: Use OpenGL fragment programs when available.
2006-03-09  H. Verbeetwined3d: Remove an incorrect FIXME.
2006-03-09  H. Verbeetwined3d: Enable color fixups for vertex shaders.
2006-03-09  H. Verbeetwined3d: Minor vshader_program_add_param cleanup.
2006-03-09  Stefan Dösingerwined3d: Use WINED3DPRESENT_PARAMETERS in IWineD3DSwapC...
2006-03-08  Stefan Dösingerwined3d: Add D3DLOCK_* types to wined3d_types.h.
2006-03-07  H. Verbeetwined3d: Fix a few FIXME's.
2006-03-07  H. Verbeetwined3d: Implement GetCreationParameters (from a patch...
2006-03-07  Stefan Dösingerwined3d: Define D3D usage flags in wined3d_types.h.
2006-03-07  Stefan Dösingerwined3d: Add device caps to wined3d_types.h.
2006-03-06  H. Verbeetwined3d: Fix the relation between volumes and their...
2006-03-06  H. Verbeetwined3d: Fix the relation between surfaces and their...
2006-03-06  H. Verbeetwined3d: Don't call glCompressedTexImage2DARB without...
2006-03-06  Vitaliy Margolenwined3d: Fix retrieval of driver adapter versions.
2006-03-06  Stefan Dösingerwined3d: Add d3d7 and d3d8/9 cap flags to wined3d_types.h.
2006-03-06  Jason Greenwined3d: Add a few more WINED3DFMT formats to be recogn...
2006-03-06  Vitaly Budovskiwined3d: Added OpenGL 2.0 function definitions.
2006-03-04  Vitaly Budovskiwined3d: Implemented WINED3DRS_DEPTHBIAS.
2006-03-04  Vitaly Budovskiwined3d: Added two sided stencil support to WINED3DRS_S...
2006-03-04  Vitaly Budovskiwined3d: Added two sided stencil support to WINED3DRS_S...
2006-03-04  Vitaly Budovskiwined3d: Implemented fallback for separate stencil...
2006-03-04  Vitaly Budovskiwined3d: Implemented fallback for separate stencil...
2006-03-04  Detlef Riekenbergwined3d: Fix cut&paste typo.
2006-03-02  Roderick Colenbranderwined3d: Opengl 2.x compile fix.
2006-03-01  Aric Cyrwined3d: Reverse GL_BGR to GL_RGB for the D3D RGB formats.
2006-02-28  Vitaly Budovskiwined3d: Implemented WINED3DRS_CCW_STENCIL* render...
2006-02-28  Vitaly Budovskiwined3d: Implemented WINED3DRS_SCISSORTESTENABLE.
2006-02-28  Vitaly Budovskiwined3d: Implemented WINED3DRS_SLOPESCALEDEPTHBIAS.
2006-02-28  Vitaly Budovskiwined3d: Implemented WINED3DRS_ANTIALIASEDLINEENABLE.
2006-02-28  Vitaly Budovskiwined3d: Added D3D9 render states.
2006-02-28  Vitaly Budovskiwined3d: Fixed some typos and prevented divide by 0.
2006-02-27  H. Verbeetwined3d: Don't use GetDevice in IWineD3DSurfaceImpl_Get...
2006-02-27  Roderick Colenbranderd3d8: Moved the remaining code over to WineD3D (based...
2006-02-21  Roderick Colenbranderd3d8: Move the capability detection code over to 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.
next