Re: [Mesa-dev] [PATCH 2/4] gallium: add facilities for indirect drawing

2013-02-04 Thread Christoph Bumiller
On 04.02.2013 08:27, Michel Dänzer wrote: > On Fre, 2013-02-01 at 22:50 +0100, Christoph Bumiller wrote: >> diff --git a/src/gallium/drivers/r300/r300_screen.c >> b/src/gallium/drivers/r300/r300_screen.c >> index d0f0070..7ae9dd6 100644 >> --- a/src/gallium/drivers/r300/r300_screen.c >> +++ b/src

Re: [Mesa-dev] [PATCH 2/4] gallium: add facilities for indirect drawing

2013-02-03 Thread Michel Dänzer
On Fre, 2013-02-01 at 22:50 +0100, Christoph Bumiller wrote: > > diff --git a/src/gallium/drivers/r300/r300_screen.c > b/src/gallium/drivers/r300/r300_screen.c > index d0f0070..7ae9dd6 100644 > --- a/src/gallium/drivers/r300/r300_screen.c > +++ b/src/gallium/drivers/r300/r300_screen.c > @@ -155,

[Mesa-dev] [PATCH 2/4] gallium: add facilities for indirect drawing

2013-02-01 Thread Christoph Bumiller
--- src/gallium/auxiliary/util/u_draw.c | 39 + src/gallium/auxiliary/util/u_draw.h |5 +++ src/gallium/auxiliary/util/u_dump_state.c |3 ++ src/gallium/docs/source/screen.rst|3 ++ src/gallium/drivers/i915/i915_screen.c