Re: [Mesa-dev] [PATCH] intel: Remove the texture_tiling driconf option.

2013-04-08 Thread Eric Anholt
Kenneth Graunke writes: > This option can force textures to be untiled. However, on Gen6+, depth > buffers must be Y-tiled. MSAA buffers also must be Y-tiled. So setting > this option on even a trivial application like glxgears causes assertion > failures in a debug build, and likely GPU hangs

[Mesa-dev] [PATCH] intel: Remove the texture_tiling driconf option.

2013-04-08 Thread Kenneth Graunke
This option can force textures to be untiled. However, on Gen6+, depth buffers must be Y-tiled. MSAA buffers also must be Y-tiled. So setting this option on even a trivial application like glxgears causes assertion failures in a debug build, and likely GPU hangs in a release build. It's just gi