Re: [Mesa-dev] [PATCH 1/3] r600g: implement MSAA for Cayman

2012-08-30 Thread Marek Olšák
On Thu, Aug 30, 2012 at 6:56 PM, Ian Romanick wrote: > On 08/30/2012 08:35 AM, Marek Olšák wrote: >> >> Everything works except for blitting MSAA colorbuffers, which isn't > > > Does this mean "from a MSAA color buffer to a MSAA color buffer" or does > this mean "from a MSAA color buffer to anythi

Re: [Mesa-dev] [PATCH 1/3] r600g: implement MSAA for Cayman

2012-08-30 Thread Ian Romanick
On 08/30/2012 08:35 AM, Marek Olšák wrote: Everything works except for blitting MSAA colorbuffers, which isn't Does this mean "from a MSAA color buffer to a MSAA color buffer" or does this mean "from a MSAA color buffer to anything"? so trivial on Cayman. It's a rarely-used feature anyway.

[Mesa-dev] [PATCH 1/3] r600g: implement MSAA for Cayman

2012-08-30 Thread Marek Olšák
Everything works except for blitting MSAA colorbuffers, which isn't so trivial on Cayman. It's a rarely-used feature anyway. --- src/gallium/auxiliary/util/u_blitter.c |3 +- src/gallium/auxiliary/util/u_blitter.h |1 + src/gallium/drivers/r600/evergreen_hw_context.c |