On Fri, Mar 23, 2018 at 8:54 PM, Ilia Mirkin wrote:
> On Fri, Mar 23, 2018 at 8:51 PM, Marek Olšák wrote:
> > diff --git a/src/gallium/include/pipe/p_state.h
> > b/src/gallium/include/pipe/p_state.h
> >>
> >> index 4dce399f84..913a79faee 100644
> >> --- a/src/gallium/include/pipe/p_state.h
> >>
On Fri, Mar 23, 2018 at 8:51 PM, Marek Olšák wrote:
> diff --git a/src/gallium/include/pipe/p_state.h
> b/src/gallium/include/pipe/p_state.h
>>
>> index 4dce399f84..913a79faee 100644
>> --- a/src/gallium/include/pipe/p_state.h
>> +++ b/src/gallium/include/pipe/p_state.h
>> @@ -113,6 +113,7 @@ stru
diff --git a/src/gallium/include/pipe/p_state.h
b/src/gallium/include/pipe/p_state.h
> index 4dce399f84..913a79faee 100644
> --- a/src/gallium/include/pipe/p_state.h
> +++ b/src/gallium/include/pipe/p_state.h
> @@ -113,6 +113,7 @@ struct pipe_rasterizer_state
> unsigned line_smooth:1;
> un
On Wed, Mar 21, 2018 at 8:04 PM, Roland Scheidegger
wrote:
> Am 22.03.2018 um 00:43 schrieb Ilia Mirkin:
> > On Wed, Mar 21, 2018 at 7:37 PM, Roland Scheidegger
> wrote:
> >> Personally I'm not a big proponent on propagating single-vendor
> >> extensions (which are useless for anything but one s
Am 22.03.2018 um 00:43 schrieb Ilia Mirkin:
> On Wed, Mar 21, 2018 at 7:37 PM, Roland Scheidegger
> wrote:
>> Personally I'm not a big proponent on propagating single-vendor
>> extensions (which are useless for anything but one specific driver) more
>> or less directly through to gallium.
>> Ther
On Wed, Mar 21, 2018 at 7:37 PM, Roland Scheidegger wrote:
> Personally I'm not a big proponent on propagating single-vendor
> extensions (which are useless for anything but one specific driver) more
> or less directly through to gallium.
> There's an intel extension doing similar things already t
Personally I'm not a big proponent on propagating single-vendor
extensions (which are useless for anything but one specific driver) more
or less directly through to gallium.
There's an intel extension doing similar things already too.
Ideally we'd end up with some bits in gallium which can do whate
---
src/gallium/docs/source/cso/rasterizer.rst | 18 ++
src/gallium/docs/source/screen.rst | 18 ++
src/gallium/drivers/etnaviv/etnaviv_screen.c | 10 ++
src/gallium/drivers/freedreno/freedreno_screen.c | 10 ++
src/gallium/dr