Re: [Mesa-dev] New gallium-clip-state branch

2012-01-05 Thread Marek Olšák
Hi everyone, all drivers have been adapted to the new clip state and the branch is ready to be merged. If there are no concerns, I'll merge it on Monday. Marek On Wed, Dec 28, 2011 at 1:13 AM, Marek Olšák wrote: > Hi everyone, > > There is a new branch gallium-clip-state in the main Mesa reposi

Re: [Mesa-dev] New gallium-clip-state branch

2011-12-28 Thread Vadim Girlin
On Wed, 2011-12-28 at 01:13 +0100, Marek Olšák wrote: > Hi everyone, > > There is a new branch gallium-clip-state in the main Mesa repository. > It implements the changes we agreed upon, i.e. moving state enables > from clip_state into rasterizer_state. A nice cleanup comes with it: > cso_save_cli

[Mesa-dev] New gallium-clip-state branch

2011-12-27 Thread Marek Olšák
Hi everyone, There is a new branch gallium-clip-state in the main Mesa repository. It implements the changes we agreed upon, i.e. moving state enables from clip_state into rasterizer_state. A nice cleanup comes with it: cso_save_clip and cso_restore_clip are no longer needed anywhere. There is on