Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/aux/util/u_format_other.c: Fix various -Wunused-param warnings | Gert Wollny | 2017-11-17 | 1 | -17/+17 |
* | util: Move format_r11g11b10f.h to src/util | Jason Ekstrand | 2016-08-05 | 1 | -1/+1 |
* | util: Move format_rgb9e5.h to src/util | Jason Ekstrand | 2016-08-05 | 1 | -1/+1 |
* | gallium: Use util_cpu_to_le{16,32} in many more places. | Matt Turner | 2015-02-23 | 1 | -65/+15 |
* | util/u_format: Fix format manipulation for big-endian | Adhemerval Zanella | 2012-11-29 | 1 | -5/+5 |
* | util: implement R11G11B10_FLOAT pack/unpack functions | Marek Olšák | 2011-04-29 | 1 | -0/+119 |
* | mesa, util: move RGB9E5 conversion functions to gallium/util | Marek Olšák | 2011-04-29 | 1 | -1/+1 |
* | util: implement R9G9B9E5 pack and unpack functions | Marek Olšák | 2011-04-29 | 1 | -5/+82 |
* | util: Fix unpacking of R8G8Bx_SNORM format. | Michal Krol | 2010-08-02 | 1 | -3/+12 |
* | util: Add dedicated depth-stencil packing/unpacking functions. | José Fonseca | 2010-04-09 | 1 | -15/+15 |
* | util: Describe, implement, and test the new D3D9 color formats. | José Fonseca | 2010-04-08 | 1 | -0/+267 |