On Sat, 2009-03-14 at 17:21 -0700, Younes Manton wrote: > Module: Mesa > Branch: master > Commit: 8b45de9aa1f92630b3c92847e20fc68d7b202edd > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b45de9aa1f92630b3c92847e20fc68d7b202edd > > Author: Younes Manton <youne...@gmail.com> > Date: Sat Mar 14 20:19:47 2009 -0400 > > nouveau: bypass_vs_clip_and_viewport > > --- > > src/gallium/drivers/nv30/nv30_state_viewport.c | 3 ++- > src/gallium/drivers/nv40/nv40_state_viewport.c | 3 ++- > src/gallium/drivers/nv50/nv50_state_validate.c | 2 +- > src/gallium/state_trackers/g3dvl/vl_basic_csc.c | 4 ++-- > src/gallium/state_trackers/g3dvl/vl_context.c | 4 +--- > 5 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/src/gallium/drivers/nv30/nv30_state_viewport.c > b/src/gallium/drivers/nv30/nv30_state_viewport.c > index 4b8300d..c3eb413 100644 > --- a/src/gallium/drivers/nv30/nv30_state_viewport.c > +++ b/src/gallium/drivers/nv30/nv30_state_viewport.c > @@ -7,7 +7,8 @@ nv30_state_viewport_validate(struct nv30_context *nv30) > struct nouveau_stateobj *so; > unsigned bypass; > > - if (/*nv30->render_mode == HW &&*/ > !nv30->rasterizer->pipe.bypass_clipping) > + if (/*nv30->render_mode == HW &&*/ > + !nv30->rasterizer->pipe.bypass_vs_clip_and_viewport)
Ugh, sorry about this. I'm not sure how I didn't pick these up - I must have had these drivers disabled in my build without realizing it. Sorry for the screwup. Keith ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev