summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_format_other.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-422/+0
2018-09-07move u_math to src/utilDylan Baker1-1/+1
2017-11-17gallium/aux/util/u_format_other.c: Fix various -Wunused-param warningsGert Wollny1-17/+17
2016-08-05util: Move format_r11g11b10f.h to src/utilJason Ekstrand1-1/+1
2016-08-05util: Move format_rgb9e5.h to src/utilJason Ekstrand1-1/+1
2015-02-23gallium: Use util_cpu_to_le{16,32} in many more places.Matt Turner1-65/+15
2012-11-29util/u_format: Fix format manipulation for big-endianAdhemerval Zanella1-5/+5
2011-04-29util: implement R11G11B10_FLOAT pack/unpack functionsMarek Olšák1-0/+119
2011-04-29mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák1-1/+1
2011-04-29util: implement R9G9B9E5 pack and unpack functionsMarek Olšák1-5/+82
2010-08-02util: Fix unpacking of R8G8Bx_SNORM format.Michal Krol1-3/+12
2010-04-09util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca1-15/+15
2010-04-08util: Describe, implement, and test the new D3D9 color formats.José Fonseca1-0/+267