Re: [Mesa-dev] [PATCH] llvmpipe: Support Z16_UNORM as depth-stencil format.

2013-01-28 Thread Brian Paul
On 01/28/2013 12:10 PM, jfons...@vmware.com wrote: From: José Fonseca Simply by adjusting the vector element width after/before reading/writing the depth-stencil values. Ran several GL_DEPTH_COMPONENT16 piglit tests without regressions. --- src/gallium/drivers/llvmpipe/lp_bld_depth.c | 46 +

[Mesa-dev] [PATCH] llvmpipe: Support Z16_UNORM as depth-stencil format.

2013-01-28 Thread jfonseca
From: José Fonseca Simply by adjusting the vector element width after/before reading/writing the depth-stencil values. Ran several GL_DEPTH_COMPONENT16 piglit tests without regressions. --- src/gallium/drivers/llvmpipe/lp_bld_depth.c | 46 --- src/gallium/drivers/llvmp