wined3d: Fix texdp3tex in glsl.
[wine] / dlls / wined3d / wined3d_private.h
2007-09-14  Stefan Dösingerwined3d: Fix texdp3tex in glsl.
2007-09-14  Stefan Dösingerwined3d: Add support for showing a logo.
2007-09-13  Roderick Colenbranderwined3d: Add PBO support for dynamically locked surfaces.
2007-09-12  Stefan Dösingerwined3d: Implement texbeml.
2007-09-12  Stefan Dösingerwined3d: Emulate D3DFMT_L6V5U5.
2007-09-11  Stefan Dösingerwined3d: texkill ignores the .w only in ps 1.x.
2007-09-11  Stefan Dösingerwined3d: Fix texdepth instruction.
2007-08-27  Stefan Dösingerwined3d: Some texture transform fixes.
2007-08-27  Stefan Dösingerwined3d: Texture transforms are disabled when drawing...
2007-08-27  Stefan Dösingerwined3d: Add some missing vertex state render states.
2007-08-27  Stefan Dösingerwined3d: BaseVertexIndex can be negative.
2007-08-23  Stefan Dösingerwined3d: Fake occlusion queries if the wrong context...
2007-08-23  Stefan Dösingerwined3d: Deal with multithreading in event queries.
2007-08-23  Stefan Dösingerwined3d: Fall back to drawStridedSlow if fog coords...
2007-08-17  Stefan Dösingerwined3d: Fix R32F and R16F.
2007-08-17  Stefan Dösingerwined3d: Simplify IWineD3DBaseTextureImpl_ApplyStateCha...
2007-08-16  Stefan Dösingerwined3d: Fix WINED3DFMT_A4L4.
2007-08-15  Stefan Dösingerwined3d: Optimize float constants in stateblocks.
2007-08-15  Stefan Dösingerwined3d: Optimize sampler states in stateblocks.
2007-08-15  Stefan Dösingerwined3d: Fix a field in the wined3d header.
2007-08-14  Stefan Dösingerwined3d: Optimize texture stage state applying.
2007-08-14  Stefan Dösingerwined3d: Optimize bool and int pixel shader constants.
2007-08-14  Stefan Dösingerwined3d: Optimize bool and int vs constants.
2007-08-14  Stefan Dösingerwined3d: Optimize transform state in stateblocks.
2007-08-14  Roderick Colenbranderwined3d: Pass the proper DeviceName to ChangeDisplaySet...
2007-08-13  Roderick Colenbranderwined3d: Proper CheckDeviceType / CheckDepthStencilMatc...
2007-08-13  Roderick Colenbranderwined3d: Use the proper depth stencil format.
2007-08-13  Stefan Dösingerwined3d: Optimize render states in the stateblock.
2007-08-13  Stefan Dösingerwined3d: Remove stateblock::set.*.
2007-08-09  Roderick Colenbranderwined3d: Better pixelformat selection code.
2007-08-08  Roderick Colenbranderwined3d: Move over to WGL.
2007-08-08  Roderick Colenbranderwined3d: Prepare pbuffer code for WGL transition.
2007-08-08  Stefan Dösingerwined3d: Store the position_transformed flag in the...
2007-08-08  Stefan Dösingerwined3d: Determine used streams at vdecl creation.
2007-08-07  Roderick Colenbranderwined3d: Use UINT instead of uint.
2007-08-02  H. Verbeetwined3d: Properly load FLOAT16_2 and FLOAT16_4 vertex...
2007-07-30  Stefan Dösingerwined3d: Store the gl format table in the gl info struc...
2007-07-30  Stefan Dösingerwined3d: Split up the format table.
2007-07-25  H. Verbeetwined3d: Fix the stretch_rect_fbo() declaration to...
2007-07-23  H. Verbeetwined3d: Correctly handle normalized vertex declaration...
2007-07-16  H. Verbeetwined3d: Fix STATE_IS_ACTIVELIGHT.
2007-07-10  Stefan Dösingerwined3d: Add CTXUSAGE_CLEAR context usage.
2007-07-06  Stefan Dösingerwined3d: Implement high order patches.
2007-07-03  Stefan Dösingerwined3d: Create multiple contexts for onscreen render...
2007-07-03  Stefan Dösingerwined3d: Select onscreen contexts based on the thread id.
2007-07-03  Stefan Dösingerwined3d: rsq and rcp use the .w component if no swizzle...
2007-06-29  H. Verbeetwined3d: Get rid of the oneToOneTexUnitMap field.
2007-06-28  H. Verbeetwined3d: Implement texldl.
2007-06-26  H. Verbeetwined3d: Increase the sizes of texturing related arrays...
2007-06-25  H. Verbeetwined3d: Keep track of what fixed function texture...
2007-06-25  H. Verbeetwined3d: Keep track of what stage a texturing unit...
2007-06-25  Stefan Dösingerwined3d: Move material applying to the state table.
2007-06-21  Stefan Dösingerwined3d: Emulate tracking of multiple material properties.
2007-06-21  Stefan Dösingerwined3d: Remove the FVF codepath from drawprim.
2007-06-14  Stefan Dösingerwined3d: DDraw surfaces are QWORD aligned.
2007-06-14  Stefan Dösingerwined3d: Implement vertical refresh sync.
2007-06-13  H. Verbeetwined3d: Call IWineD3DDeviceImpl_FindTexUnitMap() when...
2007-06-11  Stefan Dösingerwined3d: Find possible fbconfis on dll load time, use...
2007-06-11  Stefan Dösingerwined3d: Store the adapter driver and description in...
2007-06-11  Stefan Dösingerwined3d: Store the gl information in a per adapter...
2007-06-07  Phil Costinwined3d: Enable the loading and reloading of gamma...
2007-06-07  Phil Costinwined3d: Extend the D3DFMT table to include gamma corre...
2007-05-16  Andrew Riediwined3d: Add hardware cursor support.
2007-05-11  H. Verbeetwined3d: WINED3DSIO_POW should use the absolute value...
2007-05-10  H. Verbeetwined3d: Trace the VBO and stream number as well in...
2007-05-10  Stefan Dösingerwined3d: Manage private data in a wine linked list.
2007-05-10  Stefan Dösingerwined3d: Support bump environment mapping using GL_NV_t...
2007-05-08  Stefan Dösingerd3d: Move clippers from DDraw to wined3d.
2007-05-04  H. Verbeetwined3d: Remove some redundant fields from IWineD3DBase...
2007-05-04  H. Verbeetwined3d: Flip the coordinate system rather than the...
2007-05-03  Stefan Dösingerwined3d: Implement vertex blending using GL_ARB_vertex_...
2007-04-26  Stefan Dösingerwined3d: Do not allocate surfaces unless needed.
2007-04-24  H. Verbeetwined3d: Output pretty GL errors in checkGLcall and...
2007-04-23  Fabian Bielerwined3d: Remove usesFog flag from IWineD3DVertexShaderImpl.
2007-04-17  H. Verbeetwined3d: Add a function to determine if a surface is...
2007-04-17  H. Verbeetwined3d: Add a function for dumping FBO status codes.
2007-04-16  Stefan Dösingerd3d: Remove dependency on ddraw.h header.
2007-04-13  H. Verbeetwined3d: Fix some swizzles on scalars.
2007-04-09  H. Verbeetwined3d: Use the framebuffer blit extension to implemen...
2007-04-09  H. Verbeetwined3d: Add a function to dump WINED3DTEXTUREFILTERTYP...
2007-04-09  H. Verbeetwined3d: Fixup FBO depth attachments when the depth...
2007-04-09  H. Verbeetwined3d: Handle FBO attachments slightly more efficiently.
2007-04-07  Stefan Dösingerwined3d: Add Filtering to IWineD3DSurface::Blt and...
2007-04-02  Stefan Dösingerwined3d: Use GL_APPLE_client_storage if available.
2007-03-27  Stefan Dösingerwined3d: Implement bem shader instruction.
2007-03-19  Stefan Dösingerwined3d: Store an array of contexts in the swapchain.
2007-03-19  Stefan Dösingerwined3d: Remove some old stuff.
2007-03-17  Andrew Talbotwined3d: Replace inline static with static inline.
2007-03-14  Erich Hooverwined3d: Allow SetCursorProperties on existing cursor.
2007-03-13  H. Verbeetwined3d: Disable vertex shaders when transformed vertic...
2007-03-13  H. Verbeetwined3d: Remove FVF related fields from IWineD3DVertexD...
2007-03-12  Stefan Dösingerwined3d: Blit the offscreen texture into the drawable...
2007-03-07  Stefan Dösingerwined3d: Rework surface dirtification.
2007-03-07  Stefan Dösingerwined3d: Remove IWineD3DSurface::SetPBufferState.
2007-03-07  H. Verbeetwined3d: Remove broken software shaders.
2007-03-01  Stefan Dösingerwined3d: Support event queries using GL_NV_fence.
2007-02-28  Stefan Dösingerwined3d: Move clip planes to the state table.
2007-02-28  Stefan Dösingerwined3d: Support for using auxilliary buffers for offsc...
2007-02-28  H. Verbeetwined3d: Store multiple constant indices per list entry.
2007-02-28  H. Verbeetwined3d: Store GLSL programs in a hash table rather...
next