Re: [Mesa-dev] [PATCH] mesa: fix cubemap depth completeness test

2012-01-10 Thread Eric Anholt
On Tue, 10 Jan 2012 16:14:05 +, Dave Airlie wrote: > From: Dave Airlie > > This fixes the test to allow cube/depth combinations on GL3 > or EXT_gpu_shader4. Reviewed-by: Eric Anholt pgpPxPvQlbXtC.pgp Description: PGP signature ___ mesa-dev mail

[Mesa-dev] [PATCH] mesa: fix cubemap depth completeness test

2012-01-10 Thread Dave Airlie
From: Dave Airlie This fixes the test to allow cube/depth combinations on GL3 or EXT_gpu_shader4. Signed-off-by: Dave Airlie --- src/mesa/main/texobj.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index 7ee2005.