• Ivan Gyurdiev's avatar
    wined3d: Fix cmp instruction for GLSL. · 436d700c
    Ivan Gyurdiev authored
    The current GLSL cmp instruction is incorrect, because:
    - it ignores destination write mask
    - it ignores source swizzle
    - it ignores other source modifiers.
    - it works incorrectly for src0 = 0
    436d700c
glsl_shader.c 58.8 KB