Re: [Mesa-dev] [PATCH 0/9] st/mesa: accelerate texture uploads from PBOs

2016-01-18 Thread Nicolai Hähnle-Montoro
Arghh... the various debugging printf()s are still in the patches that I sent out, those are obviously not supposed to be there. The cleaned up version is at http://cgit.freedesktop.org/~nh/mesa/log/?h=pbo-upload On Mon, Jan 18, 2016 at 5:22 PM, Nicolai Hähnle wrote: > Hi everybody, > > this ser

[Mesa-dev] [PATCH 0/9] st/mesa: accelerate texture uploads from PBOs

2016-01-18 Thread Nicolai Hähnle
Hi everybody, this series is based on Fredrik Höglund's older patch to accelerate texture image uploads from PBOs. In parallel to this, I have also extended a bunch of piglit tests to exercise the PBO upload path a bit more, and at least on radeonsi the tests are looking good. Compared to Fredrik