Re: [Mesa-dev] [PATCH 1/4] gallium: add polygon offset clamp state

2011-09-26 Thread Christoph Bumiller
On 25.09.2011 00:32, Brian Paul wrote: > On Sat, Sep 24, 2011 at 7:47 AM, Christoph Bumiller > wrote: >> This is required for D3D1x and supported by hardware. >> --- >> src/gallium/auxiliary/draw/draw_pipe_offset.c |6 ++ >> src/gallium/auxiliary/util/u_dump_state.c |1 + >> src/g

Re: [Mesa-dev] [PATCH 1/4] gallium: add polygon offset clamp state

2011-09-24 Thread Brian Paul
On Sat, Sep 24, 2011 at 7:47 AM, Christoph Bumiller wrote: > This is required for D3D1x and supported by hardware. > --- >  src/gallium/auxiliary/draw/draw_pipe_offset.c |    6 ++ >  src/gallium/auxiliary/util/u_dump_state.c     |    1 + >  src/gallium/docs/source/cso/rasterizer.rst    |    2

[Mesa-dev] [PATCH 1/4] gallium: add polygon offset clamp state

2011-09-24 Thread Christoph Bumiller
This is required for D3D1x and supported by hardware. --- src/gallium/auxiliary/draw/draw_pipe_offset.c |6 ++ src/gallium/auxiliary/util/u_dump_state.c |1 + src/gallium/docs/source/cso/rasterizer.rst|2 ++ src/gallium/drivers/trace/tr_dump_state.c |1 + src/galliu