wined3d: Move binding the texture and dirtifying the sampler to its own function...
[wine] / dlls / wined3d / directx.c
2007-12-26  Alexander Dorofeyevwined3d: Add zero/near zero vertex rhw special case.
2007-12-20  Stefan Dösingerwined3d: Move the GL info structure into the adapter.
2007-12-20  Stefan Dösingerwined3d: Fixed function vertex attribute types are...
2007-12-18  Stefan Dösingerwined3d: Implement D3DFMT_G16R16.
2007-12-12  Marco Schusterwined3d: Fixed a bug that the 8600M GT could not be...
2007-12-11  Stefan Dösingerwined3d: Use the adapter to read the display mode.
2007-12-07  Francois GougetAssorted spelling fixes.
2007-12-07  Stefan Dösingerwined3d: Initialize output texcoord .w to 1.0 if needed.
2007-12-03  Stefan Dösingerwined3d: Detect the Intel GPU in macbooks.
2007-12-03  Stefan Dösingerwined3d: Unify bpp to format conversion.
2007-12-03  Gerald Pfeiferwined3d: Fix handling of a special case in IWineD3DImpl...
2007-11-29  Marco Schusterwined3d: Added a card ID for a 8600 Mobile GT.
2007-11-29  Stefan Dösingerwined3d: Add GL_ARB_texture_rectangles to our opengl...
2007-11-28  Stefan Dösingerwined3d: Report some more geforce 7 cards as geforce 7.
2007-11-21  Stefan Dösingerwined3d: Do not cap fragment samplers to 8.
2007-11-20  Stefan Dösingerwined3d: Use standard wine lists for the resource list.
2007-11-14  Stefan Dösingerwined3d: Fix ATI video memory detection typo.
2007-11-12  Stefan Dösingerwined3d: Load GL_EXT_texture3D from gl 1.2 if the exten...
2007-11-12  Stefan Dösingerwined3d: Mark extensions supported which are included...
2007-11-12  Stefan Dösingerwined3d: Load GL functions from core if needed.
2007-11-12  Stefan Dösingerwined3d: Extend the gl extension function loading table...
2007-11-12  Stefan Dösingerwined3d: Load extension functions after finding the...
2007-11-09  Stefan Dösingerwined3d: Load GLSL sampler uniforms at shader link...
2007-11-09  Stefan Dösingerwined3d: Hide NP2 textures support on R500 and earlier...
2007-11-09  Stefan Dösingerwined3d: Fix for MacOS'es incomplete glsl uniform truth.
2007-11-09  Stefan Dösingerwined3d: Implement a detection for the MacOS OpenGL...
2007-11-08  Stefan Dösingerwined3d: Honor the driver's min point size.
2007-11-08  Stefan Dösingerwined3d: Replace the position fixup mul-add-add with...
2007-11-08  Stefan Dösingerwined3d: Relative addressing offsets are limited to...
2007-11-06  Stefan Dösingerwined3d: Add a max varyings member to the gl info struc...
2007-11-05  Roderick Colenbranderwined3d: Fix glsl detection bug.
2007-10-29  Roderick Colenbranderwined3d: Default to GLSL. This is safe because we now...
2007-10-29  Roderick Colenbranderwined3d: Detect vertex shader 2.0 support using a pixel...
2007-10-29  Roderick Colenbranderwined3d: Fix the amount of texture memory in the debug...
2007-10-29  Roderick Colenbranderwined3d: Print the correct pixel/vertex shader version...
2007-10-29  Roderick Colenbranderwined3d: Add proper PS2.0 detection for older cards...
2007-10-29  Roderick Colenbranderwined3d: Use native shader limits instead of the maximu...
2007-10-15  Chris Robinsonwined3d: Don't report filtering for WINED3DFMT_R32F.
2007-10-11  Chris Robinsonwined3d: Set D3DCAPS2_CANAUTOGENMIPMAP flag when supported.
2007-10-01  Roderick Colenbranderwined3d: CreateFakeGLContxt/ReleaseFakeGLContext doesn...
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-24  Roderick Colenbranderwined3d: Move video memory tracking to the adapter.
2007-09-20  Roderick Colenbranderwined3d: Better video memory reporting.
2007-09-17  Roderick Colenbranderwined3d: Update list of pci ids.
2007-09-17  Stefan Dösingerwined3d: Use GL_NV_depth_clamp to implement clipping...
2007-09-13  Stefan Dösingerwined3d: Disable some volume texture formats.
2007-09-12  Stefan Dösingerwined3d: Implement mipmap auto generation.
2007-09-12  Stefan Dösingerwined3d: Disable W11V11U10 and A2W10V10U10.
2007-09-10  Louis Lenderswined3d: Add WINED3DPRESENT_INTERVAL_ONE flag.
2007-08-31  Stefan Dösingerwined3d: Raise the 1x pixelshader max value to the...
2007-08-30  Francois GougetAssorted spelling fixes.
2007-08-29  Roderick Colenbranderwined3d: Fix a hdc check in InitAdapters.
2007-08-28  Chris Robinsonwined3d: Don't assume the fake DC is the current DC.
2007-08-27  Chris Robinsonwined3d: Only use one fake context when building adapte...
2007-08-21  Stefan Dösingerwined3d: Implement range based fog and advertize it...
2007-08-21  Stefan Dösingerd3d9: Some caps fixes.
2007-08-20  Stefan Dösingerwined3d: FIX D3DBLEND_BOTHSRCALPHA and BLEND_BOTHINVSRC...
2007-08-17  Roderick Colenbranderwined3d: Dynamically load WGL functions.
2007-08-17  Stefan Dösingerwined3d: GL_SRC_ALPHA_SATURATE is supported as src...
2007-08-16  Stefan Dösingerwined3d: Do not advertize A8R3R3B2 support.
2007-08-14  Roderick Colenbranderwined3d: Load wglGetProcAddress from opengl32.dll inste...
2007-08-14  Roderick Colenbranderwined3d: Dynamically load OpenGL.
2007-08-14  Roderick Colenbranderwined3d: Pass the proper DeviceName to ChangeDisplaySet...
2007-08-13  Roderick Colenbranderwined3d: Proper CheckDeviceType / CheckDepthStencilMatc...
2007-08-10  Chris Robinsonwined3d: Use a safer, more compliant method to parse...
2007-08-08  Roderick Colenbranderwined3d: Move over to WGL.
2007-08-08  Roderick Colenbranderwined3d: Move fake context code over to WGL.
2007-08-06  Chris Robinsonwined3d: Use the macro when querying the current displa...
2007-08-06  Chris Robinsonwined3d: Initialize major and minor when filling GL...
2007-08-06  Chris Robinsonwined3d: Properly setup DevModeW before using it.
2007-08-02  H. Verbeetwined3d: Only report 16 bit float declaration types...
2007-08-02  H. Verbeetwined3d: Add definitions and detection for GL_NV_half_f...
2007-07-30  Stefan Dösingerwined3d: Store the gl format table in the gl info struc...
2007-07-26  Stefan Dösingerwined3d: Do not fail if the adapter info can't be initi...
2007-07-26  Stefan Dösingerwined3d: Find the shader constant limit at adapter...
2007-07-26  Stefan Dösingerwined3d: Allocate render target management members...
2007-07-24  Stefan Dösingerwined3d: Create the stateblock in Init3D.
2007-07-09  H. Verbeetwined3d: Advertise VTF support.
2007-07-09  H. Verbeetwined3d: Advertise A32B32G32R32F render target support.
2007-07-06  Stefan Dösingerwined3d: Implement high order patches.
2007-06-27  H. Verbeetwined3d: Cleanup GL extension detection.
2007-06-26  H. Verbeetwined3d: Increase the sizes of texturing related arrays...
2007-06-26  H. Verbeetwined3d: Add max_vertex_samplers and max_combined_sampl...
2007-06-26  H. Verbeetwined3d: Rename max_samplers to max_fragment_samplers.
2007-06-14  Stefan Dösingerwined3d: DDraw surfaces are QWORD aligned.
2007-06-14  Stefan Dösingerwined3d: Implement vertical refresh sync.
2007-06-13  Phil Costinwined3d: Add gamma linerization support for D3DFMT_A4R4...
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: Add GL_EXT_texture_sRGB constants and correspo...
2007-05-16  Andrew Riediwined3d: Add hardware cursor support.
2007-05-10  Stefan Dösingerwined3d: Support bump environment mapping using GL_NV_t...
2007-05-09  Stefan Dösingerwined3d: Implement environment bump mapping with GL_ATI...
2007-05-09  Stefan Dösingerwined3d: Report only D16, D24S8 and D24X8 depth stencil...
2007-05-03  Stefan Dösingerwined3d: Implement vertex blending using GL_ARB_vertex_...
2007-04-26  Jesse Allenwined3d: Remove fake nvidia card in GetAdapterIdentifier.
2007-04-16  Stefan Dösingerd3d: Remove dependency on ddraw.h header.
2007-04-16  Stefan Dösingerd3d: Enumerate palettized formats for ddraw.
2007-04-09  H. Verbeetwined3d: Don't report render target formats we don...
next