summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_texture.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-02-28 20:12:33 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-02-28 20:12:33 +0000
commitd0582776a619cc0633a0cbeea010a0db5e3e210f (patch)
tree8ab6cc164d5b168715169f9d185f4095956d21f9 /src/mesa/swrast/s_texture.h
parent456734aa0a6da47ad586f2ec021a429526e3152a (diff)
downloadexternal_mesa3d-d0582776a619cc0633a0cbeea010a0db5e3e210f.zip
external_mesa3d-d0582776a619cc0633a0cbeea010a0db5e3e210f.tar.gz
external_mesa3d-d0582776a619cc0633a0cbeea010a0db5e3e210f.tar.bz2
move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()
Diffstat (limited to 'src/mesa/swrast/s_texture.h')
-rw-r--r--src/mesa/swrast/s_texture.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/mesa/swrast/s_texture.h b/src/mesa/swrast/s_texture.h
index b0c1608..698f363 100644
--- a/src/mesa/swrast/s_texture.h
+++ b/src/mesa/swrast/s_texture.h
@@ -1,9 +1,8 @@
-
/*
* Mesa 3-D graphics library
- * Version: 5.1
+ * Version: 6.1
*
- * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -32,10 +31,6 @@
#include "swrast.h"
-extern void
-_swrast_texture_table_lookup( const struct gl_color_table *table,
- GLuint n, GLchan rgba[][4] );
-
extern texture_sample_func
_swrast_choose_texture_sample_func( GLcontext *ctx,
const struct gl_texture_object *tObj );