On Tue, 26 Feb 2008 00:55:47 +0100
Markus Amsler <[EMAIL PROTECTED]> wrote:
> This fixes the funny colors on the wow-opengl start screen.
> Now
> !ARBvp1.0
> MOV result.position, vertex.position;
> END
> renders correctly (really it didn't!)
>
> It also fixes GPU lockups with simple vertex progra
This fixes the funny colors on the wow-opengl start screen.
Now
!ARBvp1.0
MOV result.position, vertex.position;
END
renders correctly (really it didn't!)
It also fixes GPU lockups with simple vertex programs like:
!!ARBvp1.0
MOV result.color.secondary, vertex.color.secondary;
END
Markus
---
src