Displaying 6 results from an estimated 6 matches for "arb_compute_shader_v3".
2016 Feb 18
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
Hi Ilia and Samuel,
I rebased my mesa git tree today (it was getting a bit stale)
and after that src/gallium/tests/trivial/compute.c stopped
working as well as any opencl programs with the kernel in TGSI
(as clover on nouveau currently only supports having the kernel
in TGSI).
The problem is that RES no longer is a valid register-file
name in TGSI, specifically this is caused by this commit:
2016 Feb 19
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
Hi,
On 18-02-16 17:39, Ilia Mirkin wrote:
> On Thu, Feb 18, 2016 at 9:45 AM, Hans de Goede <hdegoede at redhat.com> wrote:
>> But this does not seem to be hooked up yet for nouveau.
>
> Samuel has patches. See
> https://cgit.freedesktop.org/~hakzsam/mesa/log/?h=arb_compute_shader_v3
Cool, I will take a look at those.
>> So some questions:
>> -The commit by Samual says:
>> This introduces TGSI_FILE_MEMORY for shared, global and local memory. Only
>> shared memory is currently supported.
>>
>> The commit introduces MEMORY[x] and MEMORY[x...
2016 Feb 18
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
On Thu, Feb 18, 2016 at 9:45 AM, Hans de Goede <hdegoede at redhat.com> wrote:
> But this does not seem to be hooked up yet for nouveau.
Samuel has patches. See
https://cgit.freedesktop.org/~hakzsam/mesa/log/?h=arb_compute_shader_v3
>
> So some questions:
> -The commit by Samual says:
> This introduces TGSI_FILE_MEMORY for shared, global and local memory. Only
> shared memory is currently supported.
>
> The commit introduces MEMORY[x] and MEMORY[x],SHARED so in reality it also
> introduces
> a se...
2016 Feb 19
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...>
>> On Thu, Feb 18, 2016 at 9:45 AM, Hans de Goede <hdegoede at redhat.com>
>> wrote:
>>>
>>> But this does not seem to be hooked up yet for nouveau.
>>
>>
>> Samuel has patches. See
>> https://cgit.freedesktop.org/~hakzsam/mesa/log/?h=arb_compute_shader_v3
>
>
> Cool, I will take a look at those.
>
>>> So some questions:
>>> -The commit by Samual says:
>>> This introduces TGSI_FILE_MEMORY for shared, global and local memory.
>>> Only
>>> shared memory is currently supported.
>>>
>...
2016 Feb 22
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
..., 2016 at 9:45 AM, Hans de Goede <hdegoede at redhat.com>
>>> wrote:
>>>>
>>>> But this does not seem to be hooked up yet for nouveau.
>>>
>>>
>>> Samuel has patches. See
>>> https://cgit.freedesktop.org/~hakzsam/mesa/log/?h=arb_compute_shader_v3
>>
>>
>> Cool, I will take a look at those.
>>
>>>> So some questions:
>>>> -The commit by Samual says:
>>>> This introduces TGSI_FILE_MEMORY for shared, global and local memory.
>>>> Only
>>>> shared memory is c...
2016 Feb 22
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...oede <hdegoede at redhat.com>
>>>> wrote:
>>>>>
>>>>> But this does not seem to be hooked up yet for nouveau.
>>>>
>>>>
>>>> Samuel has patches. See
>>>> https://cgit.freedesktop.org/~hakzsam/mesa/log/?h=arb_compute_shader_v3
>>>
>>>
>>> Cool, I will take a look at those.
>>>
>>>>> So some questions:
>>>>> -The commit by Samual says:
>>>>> This introduces TGSI_FILE_MEMORY for shared, global and local
>>>>> memory.
>>...