[cl-opengl-devel] Patch for some shader/object queries.

2007-09-12 Thread Mikael Lax
Hello, I've implemented some of the functions in section 6.1.14 Shader and Program Queries. This also led to the FIXMEs in get-active-attrib and get-active-uniform being fixed (they relied on fixed buffer-sizes which are now queried). Sincerely, Mikael Lax New patches: [Implement some

[cl-opengl-devel] Patch to support anisotropic texture filtering

2008-09-06 Thread Mikael Lax
Hi all, attached is a tiny patch to add support for the anisotropic texture filtering extension (just another case in tex-parameter). Sincerely, Mikael Lax Sat Sep 6 14:06:10 CEST 2008 Mikael Lax [EMAIL PROTECTED] * Support anisotropic texture filtering. New patches: [Support anisotropic