Re: [Mesa-dev] [PATCH] glext.h: Add missing include of stddef.h for ptrdiff_t

2015-05-20 Thread Jeremy Huddleston Sequoia
 On May 20, 2015, at 13:59, Emil Velikov emil.l.veli...@gmail.com wrote:
 
 Hi Jeremy,
 
 On 11 February 2015 at 20:36, Jeremy Huddleston Sequoia
 jerem...@freedesktop.org wrote:
 
 Signed-off-by: Jeremy Huddleston Sequoia jerem...@apple.com
 ---
 include/GL/glext.h | 1 +
 1 file changed, 1 insertion(+)
 
 diff --git a/include/GL/glext.h b/include/GL/glext.h
 index 256ad35..0328cf6 100644
 --- a/include/GL/glext.h
 +++ b/include/GL/glext.h
 @@ -4470,6 +4470,7 @@ GLAPI void APIENTRY glVertexBlendARB (GLint count);
 
 #ifndef GL_ARB_vertex_buffer_object
 #define GL_ARB_vertex_buffer_object 1
 +#include stddef.h
 As Matt pointed out the headers are coming directly from Khronos and
 we should not modify them. Did you had the change to report this issue
 to them ?

I don't think I did.

I have now: https://www.khronos.org/bugzilla/show_bug.cgi?id=1345


___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] glext.h: Add missing include of stddef.h for ptrdiff_t

2015-05-20 Thread Emil Velikov
Hi Jeremy,

On 11 February 2015 at 20:36, Jeremy Huddleston Sequoia
jerem...@freedesktop.org wrote:

 Signed-off-by: Jeremy Huddleston Sequoia jerem...@apple.com
 ---
  include/GL/glext.h | 1 +
  1 file changed, 1 insertion(+)

 diff --git a/include/GL/glext.h b/include/GL/glext.h
 index 256ad35..0328cf6 100644
 --- a/include/GL/glext.h
 +++ b/include/GL/glext.h
 @@ -4470,6 +4470,7 @@ GLAPI void APIENTRY glVertexBlendARB (GLint count);

  #ifndef GL_ARB_vertex_buffer_object
  #define GL_ARB_vertex_buffer_object 1
 +#include stddef.h
As Matt pointed out the headers are coming directly from Khronos and
we should not modify them. Did you had the change to report this issue
to them ?

-Emil
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH] glext.h: Add missing include of stddef.h for ptrdiff_t

2015-02-11 Thread Jeremy Huddleston Sequoia

Signed-off-by: Jeremy Huddleston Sequoia jerem...@apple.com
---
 include/GL/glext.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/GL/glext.h b/include/GL/glext.h
index 256ad35..0328cf6 100644
--- a/include/GL/glext.h
+++ b/include/GL/glext.h
@@ -4470,6 +4470,7 @@ GLAPI void APIENTRY glVertexBlendARB (GLint count);
 
 #ifndef GL_ARB_vertex_buffer_object
 #define GL_ARB_vertex_buffer_object 1
+#include stddef.h
 typedef ptrdiff_t GLsizeiptrARB;
 typedef ptrdiff_t GLintptrARB;
 #define GL_BUFFER_SIZE_ARB0x8764
-- 
2.3.0




smime.p7s
Description: S/MIME cryptographic signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] glext.h: Add missing include of stddef.h for ptrdiff_t

2015-02-11 Thread Matt Turner
On Wed, Feb 11, 2015 at 12:36 PM, Jeremy Huddleston Sequoia
jerem...@freedesktop.org wrote:

 Signed-off-by: Jeremy Huddleston Sequoia jerem...@apple.com

The file comes from Khronos. We can't update it.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev