Re: [Mesa-dev] [PATCH] GL: Update glext.h to fix ARB_dsa function prototypes.

2015-01-31 Thread Ian Romanick
On 01/31/2015 04:58 AM, Chris Forbes wrote: > With the new commit message, > > Reviewed-by: Chris Forbes Me too. Reviewed-by: Ian Romanick > On Sat, Jan 31, 2015 at 2:08 PM, Laura Ekstrand wrote: >> It's updated to: >> >> GL: Update glext.h to Khronos Revision 29537. >> >> Khronos Re

Re: [Mesa-dev] [PATCH] GL: Update glext.h to fix ARB_dsa function prototypes.

2015-01-30 Thread Jason Ekstrand
On Jan 30, 2015 7:58 PM, "Chris Forbes" wrote: > > With the new commit message, > > Reviewed-by: Chris Forbes I'll second that Reviewed-by: Jason Ekstrand > > On Sat, Jan 31, 2015 at 2:08 PM, Laura Ekstrand wrote: > > It's updated to: > > > > GL: Update glext.h to Khronos Revision 29537.

Re: [Mesa-dev] [PATCH] GL: Update glext.h to fix ARB_dsa function prototypes.

2015-01-30 Thread Chris Forbes
With the new commit message, Reviewed-by: Chris Forbes On Sat, Jan 31, 2015 at 2:08 PM, Laura Ekstrand wrote: > It's updated to: > > GL: Update glext.h to Khronos Revision 29537. > > Khronos Revision 29537 fixes ARB_direct_state_access function prototypes > that > had GLsizei where

Re: [Mesa-dev] [PATCH] GL: Update glext.h to fix ARB_dsa function prototypes.

2015-01-30 Thread Laura Ekstrand
It's updated to: GL: Update glext.h to Khronos Revision 29537. Khronos Revision 29537 fixes ARB_direct_state_access function prototypes that had GLsizei where they should have had GLsizeiptr. The mainly affects functions related to buffer objects. _

Re: [Mesa-dev] [PATCH] GL: Update glext.h to fix ARB_dsa function prototypes.

2015-01-29 Thread Jason Ekstrand
It might be good to say in the commit message "update glext.h to match revision X from Khronos" and then put the comment about DSA functions as a second line in the commit message. --Jason On Fri, Jan 23, 2015 at 2:23 PM, Laura Ekstrand wrote: > I checked, and all of the currently implement

Re: [Mesa-dev] [PATCH] GL: Update glext.h to fix ARB_dsa function prototypes.

2015-01-23 Thread Laura Ekstrand
I checked, and all of the currently implemented DSA functions build with this file. Laura On Fri, Jan 23, 2015 at 2:20 PM, Laura Ekstrand wrote: > --- > include/GL/glext.h | 48 ++-- > 1 file changed, 26 insertions(+), 22 deletions(-) > > diff --git

[Mesa-dev] [PATCH] GL: Update glext.h to fix ARB_dsa function prototypes.

2015-01-23 Thread Laura Ekstrand
--- include/GL/glext.h | 48 ++-- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/include/GL/glext.h b/include/GL/glext.h index d3cfbb5..0ca89ca 100644 --- a/include/GL/glext.h +++ b/include/GL/glext.h @@ -33,7 +33,7 @@ extern "C" { ** u