Re: [Mesa-dev] [PATCH 7/7] i965: Disable the swrast context setup on GL 3.1 core.

2012-08-27 Thread Chad Versace
On 08/26/2012 04:46 PM, Eric Anholt wrote: > I've reviewed the code, and the swrast callsites remaining are all in > drawpixels/copypixels/bitmap/accum, or _swrast_BlitFramebuffer that shouldn't > be hit. A piglit run with the context setup disabled on legacy GL and GLES2 > showed regressions only

[Mesa-dev] [PATCH 7/7] i965: Disable the swrast context setup on GL 3.1 core.

2012-08-26 Thread Eric Anholt
I've reviewed the code, and the swrast callsites remaining are all in drawpixels/copypixels/bitmap/accum, or _swrast_BlitFramebuffer that shouldn't be hit. A piglit run with the context setup disabled on legacy GL and GLES2 showed regressions only in the copypixels and drawpixels tests. If the co