Re: [Mesa-dev] [PATCH 3/4] llvmpipe: Only advertise unswizzled formats.

2012-11-29 Thread Jose Fonseca
- Original Message - > On Thu, Nov 29, 2012 at 6:57 AM, wrote: > > From: José Fonseca > > > > Update llvmpipe_is_format_supported and > > llvmpipe_is_format_unswizzled > > so that only the formats that we can render without swizzling are > > advertised. > > > > We can still render all D3

Re: [Mesa-dev] [PATCH 3/4] llvmpipe: Only advertise unswizzled formats.

2012-11-28 Thread Dave Airlie
On Thu, Nov 29, 2012 at 6:57 AM, wrote: > From: José Fonseca > > Update llvmpipe_is_format_supported and llvmpipe_is_format_unswizzled > so that only the formats that we can render without swizzling are > advertised. > > We can still render all D3D10 required formats except > PIPE_FORMAT_R11G11B

[Mesa-dev] [PATCH 3/4] llvmpipe: Only advertise unswizzled formats.

2012-11-28 Thread jfonseca
From: José Fonseca Update llvmpipe_is_format_supported and llvmpipe_is_format_unswizzled so that only the formats that we can render without swizzling are advertised. We can still render all D3D10 required formats except PIPE_FORMAT_R11G11B10_FLOAT, which needs to be implemented in a future oppo