Re: [Mesa-dev] [PATCH v2 1/3] gallium: add flush_resource context function

2013-09-11 Thread Marek Olšák
The series looks good. I'll commit this in a few days if there are no concerns. I expect non-DRI window system backends and DDX state trackers to break with r600g because of missing flush_resource calls, but that's expected and can be fixed later if we find out those gallium components are importa

[Mesa-dev] [PATCH v2 1/3] gallium: add flush_resource context function

2013-09-10 Thread Grigori Goronzy
From: Marek Olšák r600g needs explicit flushing before DRI2 buffers are presented on the screen. v2: add (stub) implementations for all drivers, fix frontbuffer flushing v3: fix galahad --- src/gallium/docs/source/context.rst | 13 + src/gallium/drivers/freedreno/fre