Re: [Piglit] [PATCH 1/2] registery: update gl.xml to r32598

2016-04-04 Thread Kenneth Graunke
Typo in the commit title - "registery" vs. "registry".

This patch is:
Acked-by: Kenneth Graunke 

Patch 2 is:
Reviewed-by: Kenneth Graunke 


signature.asc
Description: This is a digitally signed message part.
___
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit


[Piglit] [PATCH 1/2] registery: update gl.xml to r32598

2016-04-03 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin 
---
 registry/gl.xml | 83 -
 1 file changed, 77 insertions(+), 6 deletions(-)

diff --git a/registry/gl.xml b/registry/gl.xml
index be231c7..579a8e4 100644
--- a/registry/gl.xml
+++ b/registry/gl.xml
@@ -1,7 +1,7 @@
 
 
 
-Copyright (c) 2013-2015 The Khronos Group Inc.
+Copyright (c) 2013-2016 The Khronos Group Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and/or associated documentation files (the
@@ -2090,6 +2090,7 @@ typedef unsigned int GLhandleARB;
 
 
 
+
 
 
 
@@ -7897,7 +7898,10 @@ typedef unsigned int GLhandleARB;
 
 
 
-
+
+
+
+
 
 
 
@@ -8481,7 +8485,18 @@ typedef unsigned int GLhandleARB;
 
 
 
-
+
+
+
+
+
+
+
+
+
+
+
+
 
 
 
 
-
-
+
+
 
 
 
@@ -9868,6 +9883,12 @@ typedef unsigned int GLhandleARB;
 const GLuint *value
 
 
+void glClearPixelLocalStorageuiEXT
+GLsizei offset
+GLsizei n
+const GLuint *values
+
+
 void glClearStencil
 GLint 
s
 
@@ -13538,6 +13559,11 @@ typedef unsigned int GLhandleARB;
 GLint param
 
 
+void 
glFramebufferPixelLocalStorageSizeEXT
+GLuint target
+GLsizei size
+
+
 void glFramebufferReadBufferEXT
 GLuint 
framebuffer
 GLenum 
mode
@@ -13626,6 +13652,16 @@ typedef unsigned int GLhandleARB;
 
 
 
+void 
glFramebufferTexture2DDownsampleIMG
+GLenum target
+GLenum attachment
+GLenum textarget
+GLuint texture
+GLint level
+GLint xscale
+GLint yscale
+
+
 void 
glFramebufferTexture2DMultisampleEXT
 GLenum target
 GLenum attachment
@@ -13743,6 +13779,16 @@ typedef unsigned int GLhandleARB;
 
 
 
+void 
glFramebufferTextureLayerDownsampleIMG
+GLenum 
target
+GLenum 
attachment
+GLuint 
texture
+GLint 
level
+GLint 
layer
+GLint xscale
+GLint yscale
+
+
 void 
glFramebufferTextureMultisampleMultiviewOVR
 GLenum 
target
 GLenum 
attachment
@@ -14768,6 +14814,10 @@ typedef unsigned int GLhandleARB;
 GLint 
*params
 
 
+GLsizei 
glGetFramebufferPixelLocalStorageSizeEXT
+GLuint target
+
+
 GLenum 
glGetGraphicsResetStatus
 
 
@@ -40936,7 +40986,7 @@ typedef unsigned int GLhandleARB;
 
 
 
-
+
 
 
 
@@ -41135,6 +41185,7 @@ typedef unsigned int GLhandleARB;
 
 
 
+
 
 
 
@@ -41207,6 +41258,16 @@ typedef unsigned int GLhandleARB;
 
 
 
+
+
+
+
+
+
+
+
+
+
 
 
 
@@ -42218,6 +42279,16 @@ typedef unsigned int GLhandleARB;
 
 
 
+
+
+
+
+
+
+
+
+
+
 
 
 
-- 
2.7.3

___
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit