Re: [Mesa-dev] [PATCH v2 09/24] mesa: implementation of glGetProgramResourceiv

2015-04-14 Thread Tapani Pälli
On 04/13/2015 05:14 PM, Martin Peres wrote: On 01/04/15 15:14, 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: Ge

Re: [Mesa-dev] [PATCH v2 09/24] mesa: implementation of glGetProgramResourceiv

2015-04-13 Thread Martin Peres
On 01/04/15 15:14, 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: GetActiveAtomicCounterBufferiv GetActiveUnifo

[Mesa-dev] [PATCH v2 09/24] mesa: implementation of glGetProgramResourceiv

2015-04-01 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 v2: code