Ian Romanick writes:
> On 03/08/2016 04:47 PM, Francisco Jerez wrote:
>> Matt Turner writes:
>>
>>> On Fri, Mar 4, 2016 at 8:49 PM, Francisco Jerez
>>> wrote:
Matt Turner writes:
> Though there is a lot of overlap with has_side_effects(), these do mean
> different things.
>
On 03/08/2016 04:47 PM, Francisco Jerez wrote:
> Matt Turner writes:
>
>> On Fri, Mar 4, 2016 at 8:49 PM, Francisco Jerez
>> wrote:
>>> Matt Turner writes:
>>>
Though there is a lot of overlap with has_side_effects(), these do mean
different things.
>>>
>>> Can we do it the other way
Matt Turner writes:
> On Fri, Mar 4, 2016 at 8:49 PM, Francisco Jerez wrote:
>> Matt Turner writes:
>>
>>> Though there is a lot of overlap with has_side_effects(), these do mean
>>> different things.
>>
>> Can we do it the other way around and implement is_scheduling_barrier()
>> in terms of h
On Fri, Mar 4, 2016 at 8:49 PM, Francisco Jerez wrote:
> Matt Turner writes:
>
>> Though there is a lot of overlap with has_side_effects(), these do mean
>> different things.
>
> Can we do it the other way around and implement is_scheduling_barrier()
> in terms of has_side_effects()? has_side_ef
Matt Turner writes:
> Though there is a lot of overlap with has_side_effects(), these do mean
> different things.
Can we do it the other way around and implement is_scheduling_barrier()
in terms of has_side_effects()? has_side_effects() seems like the more
fundamental of the two and because is_
Though there is a lot of overlap with has_side_effects(), these do mean
different things.
---
src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp | 6 ++
src/mesa/drivers/dri/i965/brw_shader.cpp| 12 +++-
src/mesa/drivers/dri/i965/brw_shader.h | 2