Re: [Mesa-dev] [PATCH 2/7] mesa: add compressed_tex_sub_image() helper

2017-05-16 Thread Nicolai Hähnle
On 16.05.2017 04:19, Timothy Arceri wrote: On 16/05/17 00:12, Nicolai Hähnle wrote: On 12.05.2017 06:12, Timothy Arceri wrote: This reduces duplication between the dsa and non-dsa function and will also be used in the following commit to add KHR_no_error support. --- src/mesa/main/teximage.c

Re: [Mesa-dev] [PATCH 2/7] mesa: add compressed_tex_sub_image() helper

2017-05-15 Thread Timothy Arceri
On 16/05/17 00:12, Nicolai Hähnle wrote: On 12.05.2017 06:12, Timothy Arceri wrote: This reduces duplication between the dsa and non-dsa function and will also be used in the following commit to add KHR_no_error support. --- src/mesa/main/teximage.c | 82 ++---

Re: [Mesa-dev] [PATCH 2/7] mesa: add compressed_tex_sub_image() helper

2017-05-15 Thread Nicolai Hähnle
On 12.05.2017 06:12, Timothy Arceri wrote: This reduces duplication between the dsa and non-dsa function and will also be used in the following commit to add KHR_no_error support. --- src/mesa/main/teximage.c | 82 ++-- 1 file changed, 38 insertions(+)

[Mesa-dev] [PATCH 2/7] mesa: add compressed_tex_sub_image() helper

2017-05-11 Thread Timothy Arceri
This reduces duplication between the dsa and non-dsa function and will also be used in the following commit to add KHR_no_error support. --- src/mesa/main/teximage.c | 82 ++-- 1 file changed, 38 insertions(+), 44 deletions(-) diff --git a/src/mesa/main