Re: [Mesa-dev] [PATCH 10/10] st/dri: implement MSAA for GLX/DRI2 framebuffers

2012-12-04 Thread Brian Paul
On 12/03/2012 05:07 PM, Marek Olšák wrote: All MSAA buffers are allocated privately and resolved into the DRI-provided back and front buffers. If an MSAA visual is chosen, the buffers st/mesa receives are all multi-sample. st/mesa doesn't have access to the single-sample buffers in that case.

[Mesa-dev] [PATCH 10/10] st/dri: implement MSAA for GLX/DRI2 framebuffers

2012-12-03 Thread Marek Olšák
All MSAA buffers are allocated privately and resolved into the DRI-provided back and front buffers. If an MSAA visual is chosen, the buffers st/mesa receives are all multi-sample. st/mesa doesn't have access to the single-sample buffers in that case. --- .../state_trackers/dri/common/dri_drawable