On 10/08/2012 09:32 AM, Eric Anholt wrote:
Kenneth Graunke writes:
On 10/04/2012 04:07 PM, Eric Anholt wrote:
This should improve our ability to register allocate without spilling.
Unfortuantely, due to the live variable analysis being ignorant of loops, we
still have register allocation fail
Kenneth Graunke writes:
> On 10/04/2012 04:07 PM, Eric Anholt wrote:
>> This should improve our ability to register allocate without spilling.
>> Unfortuantely, due to the live variable analysis being ignorant of loops, we
>> still have register allocation failures on some programs.
>> ---
>> s
On 10/04/2012 04:07 PM, Eric Anholt wrote:
This should improve our ability to register allocate without spilling.
Unfortuantely, due to the live variable analysis being ignorant of loops, we
still have register allocation failures on some programs.
---
src/mesa/drivers/dri/i965/brw_vec4.cpp
This should improve our ability to register allocate without spilling.
Unfortuantely, due to the live variable analysis being ignorant of loops, we
still have register allocation failures on some programs.
---
src/mesa/drivers/dri/i965/brw_vec4.cpp | 54 +++
src/mesa