Typo in subject line: s/meas/mesa/
On 08/02/2014 02:11 PM, Jason Ekstrand wrote:
This initial commit puts all of the RGB <-> sRGB conversion functions in format_utils.c. v2: Shorter commit subject and added format_utils.c to SConscript Signed-off-by: Jason Ekstrand <jason.ekstr...@intel.com> --- src/mesa/Makefile.sources | 1 + src/mesa/SConscript | 1 + src/mesa/main/format_pack.c | 102 ++++++++++++++------------------------- src/mesa/main/format_unpack.c | 69 ++++++++------------------ src/mesa/main/format_unpack.h | 3 -- src/mesa/main/format_utils.c | 56 +++++++++++++++++++++ src/mesa/main/format_utils.h | 68 ++++++++++++++++++++++++++ src/mesa/main/texcompress_etc.c | 20 ++++---- src/mesa/main/texcompress_s3tc.c | 26 +++++----- 9 files changed, 205 insertions(+), 141 deletions(-) create mode 100644 src/mesa/main/format_utils.c create mode 100644 src/mesa/main/format_utils.h
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev