Am 21.04.2014 21:10, schrieb Ilia Mirkin:
> On Mon, Apr 21, 2014 at 2:52 PM, Roland Scheidegger
> wrote:
>> Am 21.04.2014 17:54, schrieb Ilia Mirkin:
>>> Hello,
>>>
>>> I've been giving some thought to catching up with core mesa on ARB_gs5
>>> support. One of the things that ARB_gs5 introduces ar
On Mon, Apr 21, 2014 at 2:52 PM, Roland Scheidegger wrote:
> Am 21.04.2014 17:54, schrieb Ilia Mirkin:
>> Hello,
>>
>> I've been giving some thought to catching up with core mesa on ARB_gs5
>> support. One of the things that ARB_gs5 introduces are new operations:
>>
>> genType frexp(genType
Am 21.04.2014 17:54, schrieb Ilia Mirkin:
> Hello,
>
> I've been giving some thought to catching up with core mesa on ARB_gs5
> support. One of the things that ARB_gs5 introduces are new operations:
>
> genType frexp(genType x, out genIType exp);
> genType ldexp(genType x, in genIType
On Mon, Apr 21, 2014 at 10:20 AM, Ilia Mirkin wrote:
> On Mon, Apr 21, 2014 at 12:56 PM, Matt Turner wrote:
>> On Mon, Apr 21, 2014 at 8:54 AM, Ilia Mirkin wrote:
>>> Hello,
>>>
>>> I've been giving some thought to catching up with core mesa on ARB_gs5
>>> support. One of the things that ARB_gs5
On Mon, Apr 21, 2014 at 12:56 PM, Matt Turner wrote:
> On Mon, Apr 21, 2014 at 8:54 AM, Ilia Mirkin wrote:
>> Hello,
>>
>> I've been giving some thought to catching up with core mesa on ARB_gs5
>> support. One of the things that ARB_gs5 introduces are new operations:
>>
>> genType frexp(gen
On Mon, Apr 21, 2014 at 8:54 AM, Ilia Mirkin wrote:
> Hello,
>
> I've been giving some thought to catching up with core mesa on ARB_gs5
> support. One of the things that ARB_gs5 introduces are new operations:
>
> genType frexp(genType x, out genIType exp);
> genType ldexp(genType x, in
Hello,
I've been giving some thought to catching up with core mesa on ARB_gs5
support. One of the things that ARB_gs5 introduces are new operations:
genType frexp(genType x, out genIType exp);
genType ldexp(genType x, in genIType exp);
genIType bitfieldExtract(genIType value, i