Re: [Mesa-dev] [PATCH] mesa: do not modify args when errors with GetProgramResourceName

2015-08-04 Thread Timothy Arceri
On Tue, 2015-08-04 at 11:32 +0300, Tapani Pälli wrote: > Original purpose of these lines was to be more friendly against > GUI tools using the extension. However conformance suite explicitly > checks that buffers are not modified in error conditions. > > Fixes: >ES31-CTS.program_interface_quer

[Mesa-dev] [PATCH] mesa: do not modify args when errors with GetProgramResourceName

2015-08-04 Thread Tapani Pälli
Original purpose of these lines was to be more friendly against GUI tools using the extension. However conformance suite explicitly checks that buffers are not modified in error conditions. Fixes: ES31-CTS.program_interface_query.buff-length Signed-off-by: Tapani Pälli --- src/mesa/main/prog