Re: [Mesa-dev] [PATCH] python/tests: Fixed tri.py for API and TGSI syntax changes.

2010-09-20 Thread José Fonseca
Tilman, Fell free to push this and future fixes to the python scripts. They haven't received any love for some time, especially after graw. Jose On Sun, 2010-09-19 at 12:57 -0700, Tilman Sauerbeck wrote: > Signed-off-by: Tilman Sauerbeck > --- > > The same fix needs to be applied to a bunch of

[Mesa-dev] [PATCH] python/tests: Fixed tri.py for API and TGSI syntax changes.

2010-09-19 Thread Tilman Sauerbeck
Signed-off-by: Tilman Sauerbeck --- The same fix needs to be applied to a bunch of other Python scripts, but tri.py seems to be a good starting point. src/gallium/tests/python/samples/tri.py |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/tests/python