Re: [Mesa-dev] [PATCH 0/2 v3] i965: Extend fast texture upload

2013-12-30 Thread Courtney Goeltzenleuchter
Awesome! Thanks Chad. Courtney On Mon, Dec 30, 2013 at 4:02 PM, Chad Versace wrote: > The patches look good to me, and I verified that this caused no Piglit > regressions on Ivybridge when applied to master-8ab47b4. > > Reviewed-by: Chad Versace > > I committed them to master. > -- Courtne

Re: [Mesa-dev] [PATCH 0/2 v3] i965: Extend fast texture upload

2013-12-30 Thread Chad Versace
The patches look good to me, and I verified that this caused no Piglit regressions on Ivybridge when applied to master-8ab47b4. Reviewed-by: Chad Versace I committed them to master. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.

[Mesa-dev] [PATCH 0/2 v3] i965: Extend fast texture upload

2013-12-13 Thread Courtney Goeltzenleuchter
This series builds on work from Frank Henigman to optimize the process of uploading a texture to the GPU. This series adds support for MESA_XRGB_ and full miptrees where were found to be common activities in the Smokin' Guns game. The issue was found while profiling the app but that part is not