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

2013-09-09 Thread Marek Olšák
On Mon, Sep 9, 2013 at 11:52 AM, Grigori Goronzy wrote: > 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 > --- > src/gallium/docs/source/context.rst

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

2013-09-09 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 --- src/gallium/docs/source/context.rst | 13 + src/gallium/drivers/freedreno/freedreno_resource.