Re: [Mesa-dev] Loading and executing an R600 program

2012-05-17 Thread Miguel Ramos
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:

Re: [Mesa-dev] Loading and executing an R600 program

2012-05-16 Thread Alex Deucher
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 >>

Re: [Mesa-dev] Loading and executing an R600 program

2012-05-16 Thread Miguel Ramos
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

Re: [Mesa-dev] Loading and executing an R600 program

2012-05-16 Thread 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 would like to write some > assembly lan

[Mesa-dev] Loading and executing an R600 program

2012-05-16 Thread Miguel Ramos
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.