Re: [Mesa-dev] [PATCH] vbo: move code after declarations to fix MSVC errors

2012-11-28 Thread Ian Romanick
On 11/27/2012 06:57 PM, Kenneth Graunke wrote: On 11/27/2012 12:58 PM, Brian Paul wrote: --- src/mesa/vbo/vbo_attrib_tmp.h | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/mesa/vbo/vbo_attrib_tmp.h b/src/mesa/vbo/vbo_attrib_tmp.h index de1b451..adb22d7

Re: [Mesa-dev] [PATCH] vbo: move code after declarations to fix MSVC errors

2012-11-27 Thread Kenneth Graunke
On 11/27/2012 12:58 PM, Brian Paul wrote: --- src/mesa/vbo/vbo_attrib_tmp.h | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/mesa/vbo/vbo_attrib_tmp.h b/src/mesa/vbo/vbo_attrib_tmp.h index de1b451..adb22d7 100644 --- a/src/mesa/vbo/vbo_attrib_tmp.h +++

Re: [Mesa-dev] [PATCH] vbo: move code after declarations to fix MSVC errors

2012-11-27 Thread Ian Romanick
On 11/27/2012 12:58 PM, Brian Paul wrote: Reviewed-by: Ian Romanick --- src/mesa/vbo/vbo_attrib_tmp.h | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/mesa/vbo/vbo_attrib_tmp.h b/src/mesa/vbo/vbo_attrib_tmp.h index de1b451..adb22d7 100644 --- a/src/m

[Mesa-dev] [PATCH] vbo: move code after declarations to fix MSVC errors

2012-11-27 Thread Brian Paul
--- src/mesa/vbo/vbo_attrib_tmp.h | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/mesa/vbo/vbo_attrib_tmp.h b/src/mesa/vbo/vbo_attrib_tmp.h index de1b451..adb22d7 100644 --- a/src/mesa/vbo/vbo_attrib_tmp.h +++ b/src/mesa/vbo/vbo_attrib_tmp.h @@ -957,8 +957