Re: [Mesa-dev] [PATCH 5/5] radeonsi: allow out-of-order rasterization in commutative blending cases

2017-09-26 Thread Nicolai Hähnle
s De: Marek Olšák Para: Nicolai Hähnle CC: "mesa-dev@lists.freedesktop.org" ; Nicolai Hähnle Enviado: Miércoles, 13 de septiembre, 2017 21:19:26 Asunto: Re: [Mesa-dev] [PATCH 5/5] radeonsi: allow out-of-order rasterization in commutative blending cases

Re: [Mesa-dev] [PATCH 5/5] radeonsi: allow out-of-order rasterization in commutative blending cases

2017-09-21 Thread Matias N. Goldberg
:19:26 Asunto: Re: [Mesa-dev] [PATCH 5/5] radeonsi: allow out-of-order rasterization in commutative blending cases For the series: Reviewed-by: Marek Olšák Marek On Sat, Sep 9, 2017 at 12:43 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > We do not enable this by default for addi

Re: [Mesa-dev] [PATCH 5/5] radeonsi: allow out-of-order rasterization in commutative blending cases

2017-09-13 Thread Dieter Nützel
For the series: Tested-by: Dieter Nützel Greetings, Dieter Am 09.09.2017 12:43, schrieb Nicolai Hähnle: From: Nicolai Hähnle We do not enable this by default for additive blending, since it slightly breaks OpenGL invariance guarantees due to non-determinism. Still, there may be some app

Re: [Mesa-dev] [PATCH 5/5] radeonsi: allow out-of-order rasterization in commutative blending cases

2017-09-13 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Sat, Sep 9, 2017 at 12:43 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > We do not enable this by default for additive blending, since it slightly > breaks OpenGL invariance guarantees due to non-determinism. > > Still, there may be som

[Mesa-dev] [PATCH 5/5] radeonsi: allow out-of-order rasterization in commutative blending cases

2017-09-09 Thread Nicolai Hähnle
From: Nicolai Hähnle We do not enable this by default for additive blending, since it slightly breaks OpenGL invariance guarantees due to non-determinism. Still, there may be some applications can benefit from white-listing via the radeonsi_commutative_blend_add drirc setting without any real v