summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_format_zs.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-10/+10
2015-02-23gallium: Use util_cpu_to_le{16,32} in many more places.Matt Turner1-128/+32
2012-12-21util/u_format: Round when converting depth values from float to z16_unorm.José Fonseca1-1/+1
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-32/+32
2010-10-13gallium/format: add X32_S8X24_USCALED format.Dave Airlie1-0/+21
2010-10-13gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie1-0/+32
2010-04-09util: Get all depth stencil tests passing.José Fonseca1-140/+167
2010-04-09util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca1-0/+893