Re: [Piglit] [PATCH 5/6] Fix bogus texture name used in fp-kil

2012-08-26 Thread Paul Berry
On 25 August 2012 01:12, Chris Forbes wrote: > fp-kil assumed that `1` was an unused texture name. This isn't > true if running with -fbo, so use glGenTextures to get a name > that's really unused. > > Signed-off-by: Chris Forbes > --- > tests/shaders/fp-kil.c | 6 -- > 1 file changed, 4 in

[Piglit] [PATCH 5/6] Fix bogus texture name used in fp-kil

2012-08-25 Thread Chris Forbes
fp-kil assumed that `1` was an unused texture name. This isn't true if running with -fbo, so use glGenTextures to get a name that's really unused. Signed-off-by: Chris Forbes --- tests/shaders/fp-kil.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/shaders/fp-kil