Re: [Mesa-dev] [PATCH 02/14] mesa: add pixel_storei() helper

2017-06-28 Thread Timothy Arceri
On 28/06/17 18:29, Samuel Pitoiset wrote: On 06/28/2017 08:13 AM, Timothy Arceri wrote: Will be used to add KHR_no_error support. --- src/mesa/main/pixelstore.c | 103 + 1 file changed, 57 insertions(+), 46 deletions(-) diff --git a/src/mesa/

Re: [Mesa-dev] [PATCH 02/14] mesa: add pixel_storei() helper

2017-06-28 Thread Samuel Pitoiset
On 06/28/2017 08:13 AM, Timothy Arceri wrote: Will be used to add KHR_no_error support. --- src/mesa/main/pixelstore.c | 103 + 1 file changed, 57 insertions(+), 46 deletions(-) diff --git a/src/mesa/main/pixelstore.c b/src/mesa/main/pixelstore.c

[Mesa-dev] [PATCH 02/14] mesa: add pixel_storei() helper

2017-06-27 Thread Timothy Arceri
Will be used to add KHR_no_error support. --- src/mesa/main/pixelstore.c | 103 + 1 file changed, 57 insertions(+), 46 deletions(-) diff --git a/src/mesa/main/pixelstore.c b/src/mesa/main/pixelstore.c index fc81533..841ff48 100644 --- a/src/mesa/main/pi