[Mesa-dev] [PATCH] glsl/builtins: Add missing mix(genType, genType, bvec) built-ins.
Kenneth Graunke
kenneth at whitecape.org
Fri Jan 6 18:21:25 PST 2012
On 01/05/2012 07:18 PM, Eric Anholt wrote:
> On Thu, 5 Jan 2012 13:28:56 -0800, Kenneth Graunke<kenneth at whitecape.org> wrote:
>> The IR for mix(float, float, bool) was missing a write mask, causing the
>> IR reader to die horribly. Furthermore, I neglected to add any of the
>> new prototypes to the 1.30 profiles.
>>
>> Fixes oglconform's glsl-bif-com advanced.mix test cases.
>>
>> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44477
>> Signed-off-by: Kenneth Graunke<kenneth at whitecape.org>
>
> I thought we had piglit tests for the builtins at this point? Did this
> get missed?
Yeah, unfortunately, it did. We'll have to add some...
More information about the mesa-dev
mailing list