Re: [Mesa-dev] [PATCH v2] mesa: add KHR_no_error support for glBindImageTextures()

2017-05-25 Thread Samuel Pitoiset
On 05/25/2017 11:51 AM, Timothy Arceri wrote: On 25/05/17 19:19, Samuel Pitoiset wrote: v2: - add bind_image_textures() helper Thanks, looks good. Reviewed-by: Timothy Arceri Are there also piglit updates to go with the no error mesa patches you have sent so far? Not yet, I will make t

Re: [Mesa-dev] [PATCH v2] mesa: add KHR_no_error support for glBindImageTextures()

2017-05-25 Thread Timothy Arceri
On 25/05/17 19:19, Samuel Pitoiset wrote: v2: - add bind_image_textures() helper Thanks, looks good. Reviewed-by: Timothy Arceri Are there also piglit updates to go with the no error mesa patches you have sent so far? Signed-off-by: Samuel Pitoiset --- src/mapi/glapi/gen/ARB_multi_bi

[Mesa-dev] [PATCH v2] mesa: add KHR_no_error support for glBindImageTextures()

2017-05-25 Thread Samuel Pitoiset
v2: - add bind_image_textures() helper Signed-off-by: Samuel Pitoiset --- src/mapi/glapi/gen/ARB_multi_bind.xml | 2 +- src/mesa/main/shaderimage.c | 78 +-- src/mesa/main/shaderimage.h | 4 ++ 3 files changed, 52 insertions(+), 32 deletions(