Re: [Mesa-dev] [PATCH 3/4] mesa: Allow relax various desktop-only checks for cube arrays

2016-06-01 Thread Ian Romanick
On 05/31/2016 07:39 AM, Ilia Mirkin wrote: > This has the unfortunate side-effect of opening up cube map arrays to > ES 3.0 implementations where the backend driver also supports texture > cubemaps for desktop GL (I'm thinking the DX10.1 GT21x's for example). > Perhaps we don't care? Otherwise it

Re: [Mesa-dev] [PATCH 3/4] mesa: Allow relax various desktop-only checks for cube arrays

2016-05-31 Thread Ilia Mirkin
This has the unfortunate side-effect of opening up cube map arrays to ES 3.0 implementations where the backend driver also supports texture cubemaps for desktop GL (I'm thinking the DX10.1 GT21x's for example). Perhaps we don't care? Otherwise it may be nice to use the new _mesa_has_OES_bla_ext()

[Mesa-dev] [PATCH 3/4] mesa: Allow relax various desktop-only checks for cube arrays

2016-05-30 Thread Chris Forbes
Signed-off-by: Chris Forbes --- src/mesa/main/get.c | 2 +- src/mesa/main/get_hash_params.py | 6 +++--- src/mesa/main/teximage.c | 3 ++- src/mesa/main/texobj.c | 2 +- src/mesa/main/texparam.c | 3 ++- src/mesa/main/texstorage.c