Re: [Mesa-dev] [PATCH 1/4] gallium/radeon: use helper functions to mark atoms dirty

2015-08-11 Thread Marek Olšák
I pushed this series. Thanks. Marek On Sun, Aug 9, 2015 at 11:42 PM, Grazvydas Ignotas wrote: > This is analogous to r300_mark_atom_dirty() used by r300, and will > be used by later patches. For common radeon code, appropriate helper > is called through a function pointer. > > No functional chan

[Mesa-dev] [PATCH 1/4] gallium/radeon: use helper functions to mark atoms dirty

2015-08-09 Thread Grazvydas Ignotas
This is analogous to r300_mark_atom_dirty() used by r300, and will be used by later patches. For common radeon code, appropriate helper is called through a function pointer. No functional changes. --- src/gallium/drivers/r600/evergreen_compute.c| 2 +- src/gallium/drivers/r600/evergreen_stat