util: Rename PURE to ATTRIBUTE_PURE.
[mesa.git] / src / mesa / main / format_utils.c
2015-02-18 Alan CoopersmithMake _mesa_swizzle_and_convert argument types in .c...
2015-02-04 Iago Toral Quirogamesa: Fix _mesa_format_convert fallback path when src...
2015-01-21 Tobias Klausmannmesa: change assert to unreachable in two format functions
2015-01-14 Iago Toral Quirogamesa: rename RGBA8888_* format constants to something...
2015-01-12 Iago Toral Quirogamesa: Let _mesa_swizzle_and_convert take array format...
2015-01-12 Iago Toral Quirogamesa: Add a helper _mesa_compute_rgba2base2rgba_compone...
2015-01-12 Iago Toral Quirogamesa: Add a rebase_swizzle parameter to _mesa_format_co...
2015-01-12 Jason Ekstrandmesa: Add an implementation of a master convert function.
2015-01-12 Samuel Iglesias... mesa: Fix _mesa_swizzle_and_convert integer conversions...
2015-01-12 Jason Ekstrandmesa/format_utils: Prefix and expose the conversion...
2015-01-12 Jason Ekstrandmesa: Fix clamping to -1.0 in snorm_to_float
2014-09-15 Brian Paulmesa: move i, j var decls into SWIZZLE_CONVERT_LOOP...
2014-09-15 Brian Paulmesa: break up _mesa_swizzle_and_convert() to reduce...
2014-08-05 Jason Ekstrandmesa/format_utils: Add a function to convert a mesa_for...
2014-08-05 Jason Ekstrandmesa/format_utils: Add a general format conversion...