[Mesa-dev] [PATCH v2 06/13] meas: Gather some common format conversion functions into a single file
Brian Paul
brianp at vmware.com
Mon Aug 4 07:55:57 PDT 2014
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.ekstrand at 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
>
More information about the mesa-dev
mailing list