mesa/src/util
Jason Ekstrand cda8d95660 util/format_rgb9e5: Get rid of the rgb9e5 union
The rgb9e5 format is a packed format defined in terms of slicing up a
single 32-bit value.  The bitfields are far more confusing than simple
shifts and require that we check the endianness.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
2016-08-05 09:06:59 -07:00
..
tests/hash_table mesa: Add .gitignore entries for make check binaries 2016-05-25 09:41:44 -07:00
.gitignore mesa: Add .gitignore entries for make check binaries 2016-05-25 09:41:44 -07:00
Android.mk
bitscan.c mesa/gallium: Move u_bit_scan{,64} from gallium to util. 2016-06-14 05:19:10 +02:00
bitscan.h mesa/gallium: Move u_bit_scan{,64} from gallium to util. 2016-06-14 05:19:10 +02:00
bitset.h util/bitset: Allow iterating over const bitsets 2016-03-24 15:20:44 -07:00
debug.c util: move brw_env_var_as_boolean() to util 2015-11-24 10:02:55 -05:00
debug.h util: Include <stdbool.h> in debug.h. 2015-11-24 10:05:32 -08:00
format_r11g11b10f.h util: Move format_r11g11b10f.h to src/util 2016-08-05 09:06:57 -07:00
format_rgb9e5.h util/format_rgb9e5: Get rid of the rgb9e5 union 2016-08-05 09:06:59 -07:00
format_srgb.h util: Tiny optimisation for the linear→srgb conversion 2015-11-27 10:55:22 +01:00
format_srgb.py
half_float.c
half_float.h
hash_table.c util/hash_table: add _mesa_hash_table_clear (v4) 2016-02-03 14:03:25 +01:00
hash_table.h util: fix new gcc6 warnings 2016-02-18 17:10:55 -05:00
list.h list: fix list_replace() for empty lists 2016-07-06 10:17:30 -04:00
macros.h util: Add ATTRIBUTE_RETURNS_NONNULL. 2016-05-16 11:06:15 -07:00
Makefile.am configure: Eliminate MSVC2008 compatibility. 2016-02-11 21:36:00 +00:00
Makefile.sources util: Move format_r11g11b10f.h to src/util 2016-08-05 09:06:57 -07:00
mesa-sha1.c util: Fix warning of invalid return value 2016-04-15 15:00:58 -07:00
mesa-sha1.h util/sha: do not wrap header inclusion in extern "C" 2016-03-09 17:16:50 +00:00
ralloc.c util/ralloc: Remove double zero'ing of rzalloc buffers 2016-05-10 22:54:46 -07:00
ralloc.h
register_allocate.c
register_allocate.h
rgtc.c
rgtc.h
roundeven_test.c
rounding.h
SConscript scons: Add a "check" target to run all unit tests. 2016-04-14 07:19:04 +01:00
set.c util/set: don't compare against deleted entries 2016-02-02 14:42:32 -05:00
set.h
simple_list.h
strndup.c
strndup.h
strtod.c
strtod.h
texcompress_rgtc_tmp.h
u_atomic.h util/u_atomic: Remove MSVC 2008 support. 2016-02-12 10:31:15 +00:00
u_atomic_test.c util: fix comment typo 2015-12-04 14:06:41 +00:00