Re: [Mesa-dev] [PATCH 1/2] mesa: stop hiding query parameters from OpenGL compat

2018-05-19 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, May 18, 2018 at 3:06 AM, Timothy Arceri wrote: > Just let the extension detection do its job as we will be adding > compat profile support in future, also we want these to work > with compat profile version overrides. > --- > src/mesa/main/get_hash_param

[Mesa-dev] [PATCH 1/2] mesa: stop hiding query parameters from OpenGL compat

2018-05-18 Thread Timothy Arceri
Just let the extension detection do its job as we will be adding compat profile support in future, also we want these to work with compat profile version overrides. --- src/mesa/main/get_hash_params.py | 21 +++-- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/src/m