mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
mesa: don't include colormac.h in format code
Acked-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Mark Janes <mark.a.janes@intel.com>
This commit is contained in:
parent
2768a0b1b4
commit
1625d7a87a
3 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,6 @@ string = """/*
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "colormac.h"
|
||||
#include "format_pack.h"
|
||||
#include "format_utils.h"
|
||||
#include "macros.h"
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@
|
|||
#ifndef FORMAT_UNPACK_H
|
||||
#define FORMAT_UNPACK_H
|
||||
|
||||
#include "formats.h"
|
||||
|
||||
extern void
|
||||
_mesa_unpack_rgba_row(mesa_format format, GLuint n,
|
||||
const void *src, GLfloat dst[][4]);
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ string = """/*
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "colormac.h"
|
||||
#include "format_unpack.h"
|
||||
#include "format_utils.h"
|
||||
#include "macros.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue