Re: [Mesa-dev] [PATCH 05/11] mesa: Fix error validating args for TexSubImage3D

2015-02-10 Thread Ian Romanick
On 02/10/2015 08:12 AM, Brian Paul wrote: > On 02/10/2015 08:40 AM, Eduardo Lima Mitev wrote: >> The zoffset and depth values were not being considered when calling >> error_check_subtexture_dimensions(). >> >> Fixes 2 dEQP tests: >> * dEQP-GLES3.functional.negative_api.texture.texsubimage3d_neg_of

Re: [Mesa-dev] [PATCH 05/11] mesa: Fix error validating args for TexSubImage3D

2015-02-10 Thread Brian Paul
On 02/10/2015 08:40 AM, Eduardo Lima Mitev wrote: The zoffset and depth values were not being considered when calling error_check_subtexture_dimensions(). Fixes 2 dEQP tests: * dEQP-GLES3.functional.negative_api.texture.texsubimage3d_neg_offset * dEQP-GLES3.functional.negative_api.texture.texsub

[Mesa-dev] [PATCH 05/11] mesa: Fix error validating args for TexSubImage3D

2015-02-10 Thread Eduardo Lima Mitev
The zoffset and depth values were not being considered when calling error_check_subtexture_dimensions(). Fixes 2 dEQP tests: * dEQP-GLES3.functional.negative_api.texture.texsubimage3d_neg_offset * dEQP-GLES3.functional.negative_api.texture.texsubimage3d_invalid_offset --- src/mesa/main/teximage.c