[Mesa-dev] [PATCH 14/20] radeonsi: reserve a parameter slot for FMASK resources in shaders

Marek Olšák maraeo at gmail.com
Fri Aug 9 14:01:46 PDT 2013


On Thu, Aug 8, 2013 at 5:02 PM, Tom Stellard <tom at stellard.net> wrote:
> On Thu, Aug 08, 2013 at 01:51:39PM +0200, Marek Olšák wrote:
>> Interleaving might not be a good idea, but they could be in the same
>> array, like this:
>>
>> 0..15: textures
>> 16..31: FMASK textures
>>
>> I'll test LLVM master, but we should probably bump the LLVM version
>> requirement in configure.ac to prevent users from using LLVM 3.3.
>>
>
> What is it that works with LLVM master, but doesn't work with LLVM 3.3?

I thought the issue with counting of SGPRs might have been caused by
LLVM 3.3. Apparently not.

Marek


More information about the mesa-dev mailing list