Re: [Mesa-dev] [PATCH 1/3] gallium: add basic support for ARB_sample_shading

2014-04-01 Thread Ilia Mirkin
On Tue, Apr 1, 2014 at 10:25 AM, Roland Scheidegger wrote: >> guidance. Also FWIW, gl_NumSamples gets converted to a constbuf lookup >> somewhere upstream of mesa/st (I was a bit surprised by that). Perhaps >> the sample position should be as well? Or is nvidia hardware unusual >> in not having an

Re: [Mesa-dev] [PATCH 1/3] gallium: add basic support for ARB_sample_shading

2014-04-01 Thread Roland Scheidegger
Am 01.04.2014 02:13, schrieb Ilia Mirkin: > On Mon, Mar 31, 2014 at 7:42 PM, Roland Scheidegger > wrote: >> I've got some ideas but I'm not sure the design would be really better - >> I'd like to hear some other opinions. >> >> Am 31.03.2014 02:52, schrieb Ilia Mirkin: >>> --- >>> src/gallium/au

Re: [Mesa-dev] [PATCH 1/3] gallium: add basic support for ARB_sample_shading

2014-03-31 Thread Ilia Mirkin
On Mon, Mar 31, 2014 at 7:42 PM, Roland Scheidegger wrote: > I've got some ideas but I'm not sure the design would be really better - > I'd like to hear some other opinions. > > Am 31.03.2014 02:52, schrieb Ilia Mirkin: >> --- >> src/gallium/auxiliary/tgsi/tgsi_strings.c | 5 - >> src/galli

Re: [Mesa-dev] [PATCH 1/3] gallium: add basic support for ARB_sample_shading

2014-03-31 Thread Roland Scheidegger
I've got some ideas but I'm not sure the design would be really better - I'd like to hear some other opinions. Am 31.03.2014 02:52, schrieb Ilia Mirkin: > --- > src/gallium/auxiliary/tgsi/tgsi_strings.c | 5 - > src/gallium/docs/source/context.rst| 3 +++ > src/gallium/docs/source/

[Mesa-dev] [PATCH 1/3] gallium: add basic support for ARB_sample_shading

2014-03-30 Thread Ilia Mirkin
--- src/gallium/auxiliary/tgsi/tgsi_strings.c | 5 - src/gallium/docs/source/context.rst| 3 +++ src/gallium/docs/source/screen.rst | 3 +++ src/gallium/docs/source/tgsi.rst | 20 src/gallium/include/pipe/p_context.h | 3 +++ src/galliu