2012/5/16 Alex Deucher :
> Initial OpenCL support is starting to fall into place in mesa, but
> it's focused on evergreen and newer asics as they have a dedicated
> compute pipeline in addition to the 3D pipeline. The compute pipeline
> is a lot simpler to set up compared to the 3D pipeline. See:
On Wed, May 16, 2012 at 6:05 PM, Miguel Ramos
wrote:
> 2012/5/16 Alex Deucher :
>> On Wed, May 16, 2012 at 6:36 AM, Miguel Ramos
>> wrote:
>>> Hi,
>>>
>>> This question is not related to mesa itself, so sorry to use your
>>> mailing list, however, I know here someone will have the knowledge to
>>
2012/5/16 Alex Deucher :
> On Wed, May 16, 2012 at 6:36 AM, Miguel Ramos
> wrote:
>> Hi,
>>
>> This question is not related to mesa itself, so sorry to use your
>> mailing list, however, I know here someone will have the knowledge to
>> help me.
>> I'm trying to learn something about GPUs and woul
On Wed, May 16, 2012 at 6:36 AM, Miguel Ramos
wrote:
> Hi,
>
> This question is not related to mesa itself, so sorry to use your
> mailing list, however, I know here someone will have the knowledge to
> help me.
> I'm trying to learn something about GPUs and would like to write some
> assembly lan
Hi,
This question is not related to mesa itself, so sorry to use your
mailing list, however, I know here someone will have the knowledge to
help me.
I'm trying to learn something about GPUs and would like to write some
assembly language.
The source code for mesa seems to be valuable documentation.