On Wed, Oct 28, 2015 at 3:13 PM, Rob Clark wrote:
> On Wed, Oct 28, 2015 at 6:01 PM, Jason Ekstrand wrote:
>> On Wed, Oct 28, 2015 at 2:49 PM, Rob Clark wrote:
>>> On Wed, Oct 28, 2015 at 5:24 PM, Connor Abbott wrote:
On Wed, Oct 28, 2015 at 1:37 PM, Rob Clark wrote:
> On Wed, Oct 28,
On Wed, Oct 28, 2015 at 6:01 PM, Jason Ekstrand wrote:
> On Wed, Oct 28, 2015 at 2:49 PM, Rob Clark wrote:
>> On Wed, Oct 28, 2015 at 5:24 PM, Connor Abbott wrote:
>>> On Wed, Oct 28, 2015 at 1:37 PM, Rob Clark wrote:
On Wed, Oct 28, 2015 at 12:09 PM, Jason Ekstrand
wrote:
> On
On Wed, Oct 28, 2015 at 2:49 PM, Rob Clark wrote:
> On Wed, Oct 28, 2015 at 5:24 PM, Connor Abbott wrote:
>> On Wed, Oct 28, 2015 at 1:37 PM, Rob Clark wrote:
>>> On Wed, Oct 28, 2015 at 12:09 PM, Jason Ekstrand
>>> wrote:
On Sat, Oct 24, 2015 at 10:08 AM, Rob Clark wrote:
> From: Ro
On Wed, Oct 28, 2015 at 5:24 PM, Connor Abbott wrote:
> On Wed, Oct 28, 2015 at 1:37 PM, Rob Clark wrote:
>> On Wed, Oct 28, 2015 at 12:09 PM, Jason Ekstrand
>> wrote:
>>> On Sat, Oct 24, 2015 at 10:08 AM, Rob Clark wrote:
From: Rob Clark
Convenient place to put in some extra s
On Wed, Oct 28, 2015 at 1:37 PM, Rob Clark wrote:
> On Wed, Oct 28, 2015 at 12:09 PM, Jason Ekstrand wrote:
>> On Sat, Oct 24, 2015 at 10:08 AM, Rob Clark wrote:
>>> From: Rob Clark
>>>
>>> Convenient place to put in some extra sanity checking, without making
>>> things messy for the drivers ru
On Wed, Oct 28, 2015 at 3:40 PM, Jason Ekstrand wrote:
> On Wed, Oct 28, 2015 at 10:37 AM, Rob Clark wrote:
>> On Wed, Oct 28, 2015 at 12:09 PM, Jason Ekstrand
>> wrote:
>>> On Sat, Oct 24, 2015 at 10:08 AM, Rob Clark wrote:
From: Rob Clark
Convenient place to put in some extra
On Wed, Oct 28, 2015 at 10:37 AM, Rob Clark wrote:
> On Wed, Oct 28, 2015 at 12:09 PM, Jason Ekstrand wrote:
>> On Sat, Oct 24, 2015 at 10:08 AM, Rob Clark wrote:
>>> From: Rob Clark
>>>
>>> Convenient place to put in some extra sanity checking, without making
>>> things messy for the drivers r
On Wed, Oct 28, 2015 at 12:09 PM, Jason Ekstrand wrote:
> On Sat, Oct 24, 2015 at 10:08 AM, Rob Clark wrote:
>> From: Rob Clark
>>
>> Convenient place to put in some extra sanity checking, without making
>> things messy for the drivers running the passes.
>
> In the short-term this seems to work
On Sat, Oct 24, 2015 at 10:08 AM, Rob Clark wrote:
> From: Rob Clark
>
> Convenient place to put in some extra sanity checking, without making
> things messy for the drivers running the passes.
In the short-term this seems to work (at least for testing nir_clone).
In the long-term, I'm not sure
2015-10-25 13:58 GMT+01:00 Rob Clark :
> On Sun, Oct 25, 2015 at 8:05 AM, Erik Faye-Lund wrote:
>> On Sat, Oct 24, 2015 at 7:08 PM, Rob Clark wrote:
>>> From: Rob Clark
>>>
>>> +#define NIR_PASS_PROGRESS(pass, nir, ...) ({ \
>>> + assert(nir_shader_is_mutable(nir));
On Sun, Oct 25, 2015 at 8:05 AM, Erik Faye-Lund wrote:
> On Sat, Oct 24, 2015 at 7:08 PM, Rob Clark wrote:
>> From: Rob Clark
>>
>> +#define NIR_PASS_PROGRESS(pass, nir, ...) ({ \
>> + assert(nir_shader_is_mutable(nir)); \
>> + bool __ret = pass(nir, ##__
On Sat, Oct 24, 2015 at 7:08 PM, Rob Clark wrote:
> From: Rob Clark
>
> +#define NIR_PASS_PROGRESS(pass, nir, ...) ({ \
> + assert(nir_shader_is_mutable(nir)); \
> + bool __ret = pass(nir, ##__VA_ARGS__); \
> + nir_validate_shader(nir);
12 matches
Mail list logo