Sweden-Number/dlls/d3d8
Christian Costa 1cda8c774b Enabled pixel shaders 1.4.
Fixed handling of macros at the end of vertex shaders.
Handled NOP and PHASE instructions.
Fixed versions of several instructions.
Improved pixel shader dump traces.
Fixed write mask.
Fixed X2 and -X2 source modifiers and implements DZ and DW ones.
Implemented texcrd, texld, texm3x3pad, texm3x3tex, texm3x3spec and
texm3x3vspec instructions (and partially texbem).
Added cnd, cmp and lrp instructions.
Rewrite of the "autoparam" code so we can add more complicated
instructions (only cnd and cmp as well as simple instructions use that
code at the moment).
2004-05-18 00:45:21 +00:00
..
.cvsignore .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
Makefile.in Authors: Jason Edmeades <us@the-edmeades.demon.co.uk>, Christian Costa <titan.costa@wanadoo.fr> 2004-04-15 23:58:15 +00:00
basetexture.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
cubetexture.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
d3d8.spec - pixel shader program dump code 2003-06-04 22:45:57 +00:00
d3d8_main.c Implemented pixel shaders using ARB_fragment_program extension. 2004-05-10 19:57:51 +00:00
d3d8_private.h Implemented pixel shaders using ARB_fragment_program extension. 2004-05-10 19:57:51 +00:00
d3dcore_gl.h Implemented pixel shaders using ARB_fragment_program extension. 2004-05-10 19:57:51 +00:00
device.c Fixed W buffer handling. 2004-05-10 21:24:21 +00:00
directx.c Enabled pixel shaders 1.4. 2004-05-18 00:45:21 +00:00
drawprim.c Handle XYZRHW vertex mode correctly in slow path. 2004-05-17 19:49:01 +00:00
indexbuffer.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
resource.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
shader.c Enabled pixel shaders 1.4. 2004-05-18 00:45:21 +00:00
stateblock.c Fixed some strict aliasing issues in dlls/d3d8. 2004-04-26 20:15:02 +00:00
surface.c Authors: Christian Costa <titan.costa@wanadoo.fr>, Jason Edmeades <us@the-edmeades.demon.co.uk> 2004-05-02 04:22:31 +00:00
swapchain.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
texture.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
utils.c - Fix compilation again using olders GL headers 2004-04-29 00:20:18 +00:00
version.rc Updated the version info of all DirectX dlls to the version numbers of 2004-05-14 21:37:32 +00:00
vertexbuffer.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
volume.c Assorted spelling fixes. 2004-01-06 22:08:33 +00:00
volumetexture.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
vshaderdeclaration.c Authors: Jason Edmeades <us@the-edmeades.demon.co.uk>, Christian Costa <titan.costa@wanadoo.fr> 2004-04-15 23:58:15 +00:00