ntdll: Propagate the MEM_TOP_DOWN flag into the map_view() function.
[wine] / dlls / wined3d / arb_program_shader.c
2006-07-19  Jason Greenwined3d: Make the number of floating point shader const...
2006-07-18  Christian Costawined3d: Readd missing copyright to shaders files.
2006-07-18  Christian Costawined3d: Fix typo in ARB pixel shader.
2006-07-17  Jason Greenwined3d: Fix for vertex shaders.
2006-07-11  Ivan Gyurdievwined3d: Clamp texcoord output between 0 and 1.
2006-07-11  Ivan Gyurdievwined3d: Place immediate constants in the same array...
2006-07-07  Ivan Gyurdievwined3d: Reverse semantics maps for shaders.
2006-07-06  Jason Greenwined3d: Fix D3DSIO_M#X# instruction for both ARB and...
2006-07-06  Ivan Gyurdievwined3d: Move register count pass to SetFunction.
2006-07-03  Ivan Gyurdievwined3d: Resync ARB mnxn function with GLSL mnxn function.
2006-07-03  Ivan Gyurdievwined3d: Move SHADER_ARB code into arb_program_shader.c.
2006-06-20  Jason Greenwined3d: Move D3DSIO_DEF instruction for ARB shaders...
2006-06-19  Jason Greenwined3d: Add preliminary support for constant boolean...
2006-06-19  Jason Greenwined3d: Move constant loading into target-specific...