Brian Paul writes:
> On 07/26/2012 10:24 AM, Eric Anholt wrote:
>> Fixes piglit ARB_uniform_buffer_object/getprogramiv.
>>
>> v2: Add extension checks.
>> ---
>>
>> Since there were only two cases, I didn't use goto on this patch.
>>
>> src/mesa/main/shaderapi.c | 29 +
On 07/26/2012 10:24 AM, Eric Anholt wrote:
Fixes piglit ARB_uniform_buffer_object/getprogramiv.
v2: Add extension checks.
---
Since there were only two cases, I didn't use goto on this patch.
src/mesa/main/shaderapi.c | 29 +
1 file changed, 29 insertions(+)
d
Fixes piglit ARB_uniform_buffer_object/getprogramiv.
v2: Add extension checks.
---
Since there were only two cases, I didn't use goto on this patch.
src/mesa/main/shaderapi.c | 29 +
1 file changed, 29 insertions(+)
diff --git a/src/mesa/main/shaderapi.c b/src/mes