[Mesa-dev] [PATCH 09/36] i965: new VS: move clip distance computation (GEN5+) to a separate function.

2011-09-02 Thread Paul Berry
--- src/mesa/drivers/dri/i965/brw_vec4.h |1 + src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 32 ++- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h index

Re: [Mesa-dev] [PATCH 09/36] i965: new VS: move clip distance computation (GEN5+) to a separate function.

2011-09-02 Thread Eric Anholt
On Fri, 2 Sep 2011 09:06:48 -0700, Paul Berry stereotype...@gmail.com wrote: --- src/mesa/drivers/dri/i965/brw_vec4.h |1 + src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 32 ++- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git

Re: [Mesa-dev] [PATCH 09/36] i965: new VS: move clip distance computation (GEN5+) to a separate function.

2011-09-02 Thread Paul Berry
On 2 September 2011 15:46, Paul Berry stereotype...@gmail.com wrote: On 2 September 2011 13:13, Eric Anholt e...@anholt.net wrote: On Fri, 2 Sep 2011 09:06:48 -0700, Paul Berry stereotype...@gmail.com wrote: --- src/mesa/drivers/dri/i965/brw_vec4.h |1 +

Re: [Mesa-dev] [PATCH 09/36] i965: new VS: move clip distance computation (GEN5+) to a separate function.

2011-09-02 Thread Eric Anholt
On Fri, 2 Sep 2011 17:40:39 -0700, Paul Berry stereotype...@gmail.com wrote: Non-text part: multipart/alternative On 2 September 2011 15:46, Paul Berry stereotype...@gmail.com wrote: On 2 September 2011 13:13, Eric Anholt e...@anholt.net wrote: On Fri, 2 Sep 2011 09:06:48 -0700, Paul