summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_format_zs.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-10/+10
* gallium: Use util_cpu_to_le{16,32} in many more places.Matt Turner2015-02-231-128/+32
* util/u_format: Round when converting depth values from float to z16_unorm.José Fonseca2012-12-211-1/+1
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-32/+32
* gallium/format: add X32_S8X24_USCALED format.Dave Airlie2010-10-131-0/+21
* gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie2010-10-131-0/+32
* util: Get all depth stencil tests passing.José Fonseca2010-04-091-140/+167
* util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca2010-04-091-0/+893