summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_utils.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Let _mesa_swizzle_and_convert take array format types instead of GL typesIago Toral Quiroga2015-01-121-129/+113
* mesa: Add a helper _mesa_compute_rgba2base2rgba_component_mappingIago Toral Quiroga2015-01-121-0/+55
* mesa: Add a rebase_swizzle parameter to _mesa_format_convertIago Toral Quiroga2015-01-121-69/+170
* mesa: Add an implementation of a master convert function.Jason Ekstrand2015-01-121-0/+408
* mesa: Fix _mesa_swizzle_and_convert integer conversions to clamp properlySamuel Iglesias Gonsalvez2015-01-121-53/+34
* mesa/format_utils: Prefix and expose the conversion helper functionsJason Ekstrand2015-01-121-161/+54
* mesa: Fix clamping to -1.0 in snorm_to_floatJason Ekstrand2015-01-121-1/+1
* mesa: move i, j var decls into SWIZZLE_CONVERT_LOOP() macroBrian Paul2014-09-151-36/+38
* mesa: break up _mesa_swizzle_and_convert() to reduce compile timeBrian Paul2014-09-151-480/+550
* mesa/format_utils: Add a function to convert a mesa_format to an array formatJason Ekstrand2014-08-051-0/+107
* mesa/format_utils: Add a general format conversion functionJason Ekstrand2014-08-051-0/+870