Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 134 → Rev 135

/shark/trunk/ports/mesa/src/texformat.c
1,4 → 1,4
/* $Id: texformat.c,v 1.1 2003-02-28 11:42:04 pj Exp $ */
/* $Id: texformat.c,v 1.2 2003-04-24 14:22:20 giacomo Exp $ */
 
/*
* Mesa 3-D graphics library
42,13 → 42,13
/* Texel fetch routines for all supported formats:
*/
#define DIM 1
#include "texformat_tmp.h"
#include "tmp_texformat.h"
 
#define DIM 2
#include "texformat_tmp.h"
#include "tmp_texformat.h"
 
#define DIM 3
#include "texformat_tmp.h"
#include "tmp_texformat.h"
 
/* Have to have this so the FetchTexel function pointer is never NULL.
*/