Re: [Mesa-dev] [PATCHv4 2/3] glx_pbuffer: Refactor GetDrawableAttribute

2014-02-27 Thread Adel Gadllah
Am 27.02.2014 03:14, schrieb Jason Wood: On 02/26/2014 06:55 PM, Ian Romanick wrote: On 02/26/2014 05:22 PM, Jason Wood wrote: On 02/26/2014 04:27 PM, Adel Gadllah wrote: Move the pdraw != NULL check out so that they don't have to be duplicated. Signed-off-by: Adel Gadllah Reviewed-by: Ian R

Re: [Mesa-dev] [PATCHv4 2/3] glx_pbuffer: Refactor GetDrawableAttribute

2014-02-26 Thread Jason Wood
On 02/26/2014 06:55 PM, Ian Romanick wrote: > On 02/26/2014 05:22 PM, Jason Wood wrote: >> On 02/26/2014 04:27 PM, Adel Gadllah wrote: >>> Move the pdraw != NULL check out so that they don't >>> have to be duplicated. >>> >>> Signed-off-by: Adel Gadllah >>> Reviewed-by: Ian Romanick >>> --- >>>

Re: [Mesa-dev] [PATCHv4 2/3] glx_pbuffer: Refactor GetDrawableAttribute

2014-02-26 Thread Ian Romanick
On 02/26/2014 05:22 PM, Jason Wood wrote: On 02/26/2014 04:27 PM, Adel Gadllah wrote: Move the pdraw != NULL check out so that they don't have to be duplicated. Signed-off-by: Adel Gadllah Reviewed-by: Ian Romanick --- src/glx/glx_pbuffer.c | 11 ++- 1 file changed, 6 insertions(+)

Re: [Mesa-dev] [PATCHv4 2/3] glx_pbuffer: Refactor GetDrawableAttribute

2014-02-26 Thread Jason Wood
On 02/26/2014 04:27 PM, Adel Gadllah wrote: > Move the pdraw != NULL check out so that they don't > have to be duplicated. > > Signed-off-by: Adel Gadllah > Reviewed-by: Ian Romanick > --- > src/glx/glx_pbuffer.c | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff --git

[Mesa-dev] [PATCHv4 2/3] glx_pbuffer: Refactor GetDrawableAttribute

2014-02-26 Thread Adel Gadllah
Move the pdraw != NULL check out so that they don't have to be duplicated. Signed-off-by: Adel Gadllah Reviewed-by: Ian Romanick --- src/glx/glx_pbuffer.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/glx/glx_pbuffer.c b/src/glx/glx_pbuffer.c index 411d6e5.