Re: [Mesa-dev] [PATCH v3] glsl: update the extensions that are enabled for 460

2017-08-03 Thread Samuel Pitoiset
On 08/03/2017 02:44 AM, Ilia Mirkin wrote: Can you go through all the others and work out the suffixes too? Just going by memory, but the vote extension functions have suffixes, as do the atomic counter ones, maybe there's other stuff too... Yes... Hopefully, this time is the good one. :)

Re: [Mesa-dev] [PATCH v3] glsl: update the extensions that are enabled for 460

2017-08-02 Thread Ilia Mirkin
Can you go through all the others and work out the suffixes too? Just going by memory, but the vote extension functions have suffixes, as do the atomic counter ones, maybe there's other stuff too... On Aug 2, 2017 2:15 PM, "Samuel Pitoiset" wrote: > Other ones are either unsupported or don't hav

[Mesa-dev] [PATCH v3] glsl: update the extensions that are enabled for 460

2017-08-02 Thread Samuel Pitoiset
Other ones are either unsupported or don't have any helper function checks. v3: - always add gl_BaseVertex & co when 460 is enabled v2: - fix ARB_shader_draw_parameters system value names Signed-off-by: Samuel Pitoiset --- src/compiler/glsl/builtin_functions.cpp | 6 -- src/compiler/glsl/bu