Re: [Mesa-dev] [PATCH 3/6] i965: Generalize GL_FIXED VS w/a support

2012-11-02 Thread Eric Anholt
Kenneth Graunke writes: > On 10/22/2012 10:21 AM, Eric Anholt wrote: >> Chris Forbes writes: >> >>> Next few patches build on this to add other workarounds >>> for packed formats. >> >>> diff --git a/src/mesa/drivers/dri/i965/brw_vs.h >>> b/src/mesa/drivers/dri/i965/brw_vs.h >>> index adeff7f..

Re: [Mesa-dev] [PATCH 3/6] i965: Generalize GL_FIXED VS w/a support

2012-11-01 Thread Kenneth Graunke
On 10/22/2012 10:21 AM, Eric Anholt wrote: Chris Forbes writes: Next few patches build on this to add other workarounds for packed formats. diff --git a/src/mesa/drivers/dri/i965/brw_vs.h b/src/mesa/drivers/dri/i965/brw_vs.h index adeff7f..9da4cb0 100644 --- a/src/mesa/drivers/dri/i965/brw

Re: [Mesa-dev] [PATCH 3/6] i965: Generalize GL_FIXED VS w/a support

2012-10-22 Thread Eric Anholt
Chris Forbes writes: > Next few patches build on this to add other workarounds > for packed formats. > diff --git a/src/mesa/drivers/dri/i965/brw_vs.h > b/src/mesa/drivers/dri/i965/brw_vs.h > index adeff7f..9da4cb0 100644 > --- a/src/mesa/drivers/dri/i965/brw_vs.h > +++ b/src/mesa/drivers/dri/i

[Mesa-dev] [PATCH 3/6] i965: Generalize GL_FIXED VS w/a support

2012-10-21 Thread Chris Forbes
Next few patches build on this to add other workarounds for packed formats. Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 14 +++--- src/mesa/drivers/dri/i965/brw_vs.c | 9 + src/mesa/drivers/dri/i965/brw_vs.h | 14 +