R600g ported to mesa git

2010-05-10 Thread Jerome Glisse
On Mon, May 10, 2010 at 05:30:59AM +0200, Marek Ol??k wrote: > Hi Jerome, > > I've ported your R600 Gallium3D driver to current mesa git. The list of > changes: > > - Wrapped the buffer and texture create/destroy/transfer/... functions using > u_resource, which is then used to implement the resou

R600g ported to mesa git

2010-05-10 Thread Marek Olšák
Hi Jerome, I've ported your R600 Gallium3D driver to current mesa git. The list of changes: - Wrapped the buffer and texture create/destroy/transfer/... functions using u_resource, which is then used to implement the resource functions. - Implemented texture transfers. I left the buffer and textu

Re: R600g ported to mesa git

2010-05-10 Thread Jerome Glisse
On Mon, May 10, 2010 at 05:30:59AM +0200, Marek Olšák wrote: > Hi Jerome, > > I've ported your R600 Gallium3D driver to current mesa git. The list of > changes: > > - Wrapped the buffer and texture create/destroy/transfer/... functions using > u_resource, which is then used to implement the resou

R600g ported to mesa git

2010-05-09 Thread Marek Olšák
Hi Jerome, I've ported your R600 Gallium3D driver to current mesa git. The list of changes: - Wrapped the buffer and texture create/destroy/transfer/... functions using u_resource, which is then used to implement the resource functions. - Implemented texture transfers. I left the buffer and textu