Missed that.  Will do.

I should probably also cc this for 11.2

Thanks.

-Brian

On 05/04/2016 02:05 PM, Ilia Mirkin wrote:
My bad (iirc)... copy/paste error. Also need to fix the OES variant. With that,

Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu>

On Wed, May 4, 2016 at 4:03 PM, Brian Paul <bri...@vmware.com> wrote:
The function returns GLuint, not GLfloat values.
---
  src/mapi/glapi/gen/es_EXT.xml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
index bf67eae..e453401 100644
--- a/src/mapi/glapi/gen/es_EXT.xml
+++ b/src/mapi/glapi/gen/es_EXT.xml
@@ -901,7 +901,7 @@
      <function name="GetSamplerParameterIuivEXT" es2="3.0" 
alias="GetSamplerParameterIuiv">
        <param name="sampler" type="GLuint"/>
        <param name="pname" type="GLenum"/>
-      <param name="params" type="GLfloat *"/>
+      <param name="params" type="GLuint *"/>
      </function>

  </category>
--
1.9.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.freedesktop.org_mailman_listinfo_mesa-2Ddev&d=BQIBaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=T0t4QG7chq2ZwJo6wilkFznRSFy-8uDKartPGbomVj8&m=AXoK8Bn0E4KSNMa9kHkvvoyH6_V9nNSXmrZwVVtLrU4&s=a8BcTju1sst0Dp04U3N4IgadHfryV8dptFRg_ldFeek&e=

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to