mesa: move _mesa_base_format_has_channel() into image.c

This is where other format-related functions live.

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Brian Paul
2011-11-23 15:33:46 -07:00
parent d45c9b239f
commit 37bf720da4
5 changed files with 92 additions and 87 deletions

View File

@@ -39,6 +39,7 @@
#include "formats.h"
#include "framebuffer.h"
#include "hash.h"
#include "image.h"
#include "macros.h"
#include "mfeatures.h"
#include "mtypes.h"
@@ -46,7 +47,6 @@
#include "state.h"
#include "teximage.h"
#include "texobj.h"
#include "texparam.h"
/** Set this to 1 to help debug FBO incompleteness problems */