Re: [Mesa-dev] [PATCH] mesa: Add a _mesa_problem to document a piglit failure on i965.

2013-06-06 Thread Matt Turner
On Wed, Jun 5, 2013 at 11:45 PM, Eric Anholt wrote: > Having figured out what was going on with piglit fbo-depth copypixels > GL_DEPTH_COMPONENT32F (falling all the way back to swrast on CopyPixels to > a float depth buffer), I'm not inclined to fix the problem currently but > it seems worth savin

[Mesa-dev] [PATCH] mesa: Add a _mesa_problem to document a piglit failure on i965.

2013-06-05 Thread Eric Anholt
Having figured out what was going on with piglit fbo-depth copypixels GL_DEPTH_COMPONENT32F (falling all the way back to swrast on CopyPixels to a float depth buffer), I'm not inclined to fix the problem currently but it seems worth saving someone else the debug time. --- src/mesa/swrast/s_depth.c