[Mesa-dev] [PATCH 05/14] mesa: add KHR_no_error support to glUniform*() functions

2017-04-18 Thread Timothy Arceri
V2: restore lost comment, add static to validate_uniform(), simplify array offset logic. Reviewed-by: Nicolai Hähnle --- src/mesa/main/uniform_query.cpp | 73 - 1 file changed, 50 insertions(+), 23 deletions(-) diff --git

Re: [Mesa-dev] [PATCH 05/14] mesa: add KHR_no_error support to glUniform*() functions

2017-04-13 Thread Timothy Arceri
On 13/04/17 19:50, Nicolai Hähnle wrote: On 13.04.2017 01:42, Timothy Arceri wrote: --- src/mesa/main/uniform_query.cpp | 76 - 1 file changed, 53 insertions(+), 23 deletions(-) diff --git a/src/mesa/main/uniform_query.cpp

Re: [Mesa-dev] [PATCH 05/14] mesa: add KHR_no_error support to glUniform*() functions

2017-04-13 Thread Nicolai Hähnle
On 13.04.2017 01:42, Timothy Arceri wrote: --- src/mesa/main/uniform_query.cpp | 76 - 1 file changed, 53 insertions(+), 23 deletions(-) diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main/uniform_query.cpp index e613898..7aa035a 100644 ---

[Mesa-dev] [PATCH 05/14] mesa: add KHR_no_error support to glUniform*() functions

2017-04-12 Thread Timothy Arceri
--- src/mesa/main/uniform_query.cpp | 76 - 1 file changed, 53 insertions(+), 23 deletions(-) diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main/uniform_query.cpp index e613898..7aa035a 100644 --- a/src/mesa/main/uniform_query.cpp +++