Re: [Mesa-dev] [PATCH 2/3] gallium/format: Add a helper to combine separate Z24 and S8 stencil.

2018-08-20 Thread Eric Anholt
Kenneth Graunke writes: > This new function takes separate Z24 depth and S8 stencil sources, > and packs them into a single combined Z24S8 buffer. > --- > src/gallium/auxiliary/util/u_format_zs.c | 20 > src/gallium/auxiliary/util/u_format_zs.h | 2 ++ > 2 files changed,

[Mesa-dev] [PATCH 2/3] gallium/format: Add a helper to combine separate Z24 and S8 stencil.

2018-08-15 Thread Kenneth Graunke
This new function takes separate Z24 depth and S8 stencil sources, and packs them into a single combined Z24S8 buffer. --- src/gallium/auxiliary/util/u_format_zs.c | 20 src/gallium/auxiliary/util/u_format_zs.h | 2 ++ 2 files changed, 22 insertions(+) diff --git