Re: [Mesa-dev] [PATCH 08/23] mesa: implementation of glGetProgramResourceiv

2015-03-18 Thread Tapani Pälli
On 03/16/2015 08:30 PM, Ilia Mirkin wrote: On Fri, Mar 13, 2015 at 4:37 AM, Tapani Pälli wrote: Patch adds required helper functions to shaderapi.h and the actual implementation. The property query functionality can be tested with tests for following functions that are refactored by later pa

Re: [Mesa-dev] [PATCH 08/23] mesa: implementation of glGetProgramResourceiv

2015-03-16 Thread Ilia Mirkin
On Fri, Mar 13, 2015 at 4:37 AM, Tapani Pälli wrote: > Patch adds required helper functions to shaderapi.h and > the actual implementation. > > The property query functionality can be tested with tests for > following functions that are refactored by later patches: > >GetActiveAtomicCounterBuf

[Mesa-dev] [PATCH 08/23] mesa: implementation of glGetProgramResourceiv

2015-03-13 Thread Tapani Pälli
Patch adds required helper functions to shaderapi.h and the actual implementation. The property query functionality can be tested with tests for following functions that are refactored by later patches: GetActiveAtomicCounterBufferiv GetActiveUniformBlockiv GetActiveUniformsiv Signed-of