Re: [Mesa-dev] [PATCH 2/2] anv: Enable MSAA compression

2017-02-20 Thread Jason Ekstrand
On Feb 20, 2017 4:47 AM, "Lionel Landwerlin" wrote: On 18/02/17 00:03, Jason Ekstrand wrote: > This just enables basic MSAA compression (no fast clears) for all > multisampled surfaces. This improves the framerate of the Sascha > "multisampling" demo by 76% on my Sky Lake laptop. Running Talos

Re: [Mesa-dev] [PATCH 2/2] anv: Enable MSAA compression

2017-02-20 Thread Lionel Landwerlin
On 18/02/17 00:03, Jason Ekstrand wrote: This just enables basic MSAA compression (no fast clears) for all multisampled surfaces. This improves the framerate of the Sascha "multisampling" demo by 76% on my Sky Lake laptop. Running Talos on medium settings with 8x MSAA, this improves the framera

[Mesa-dev] [PATCH 2/2] anv: Enable MSAA compression

2017-02-17 Thread Jason Ekstrand
This just enables basic MSAA compression (no fast clears) for all multisampled surfaces. This improves the framerate of the Sascha "multisampling" demo by 76% on my Sky Lake laptop. Running Talos on medium settings with 8x MSAA, this improves the framerate in the benchmark by 80%. --- src/intel/