Re: [Mesa3d-dev] [PATCH] r300: Blank artificially added outputs in the vertex programs.

2008-02-26 Thread Jerome Glisse
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

[Mesa3d-dev] [PATCH] r300: Blank artificially added outputs in the vertex programs.

2008-02-25 Thread Markus Amsler
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