Re: [Mesa-dev] [PATCHv2 1/6] r600g: make all scissor states use single atom

2015-09-03 Thread Marek Olšák
Pushed the series. Thanks. Marek On Thu, Sep 3, 2015 at 12:54 AM, Grazvydas Ignotas wrote: > As suggested by Marek Olšák, we can use single atom to track all scissor > states. This will allow to simplify dirty atom handling later. > --- > v2: rebased, moved dirty_mask set out of the loop > > sr

[Mesa-dev] [PATCHv2 1/6] r600g: make all scissor states use single atom

2015-09-02 Thread Grazvydas Ignotas
As suggested by Marek Olšák, we can use single atom to track all scissor states. This will allow to simplify dirty atom handling later. --- v2: rebased, moved dirty_mask set out of the loop src/gallium/drivers/r600/evergreen_state.c | 36 ++ src/gallium/drivers/r600/r600_bli