OSDN Git Service

Split the s_texture.c file into two new files:
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 15 Sep 2005 00:57:00 +0000 (00:57 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 15 Sep 2005 00:57:00 +0000 (00:57 +0000)
commit2cd8791cad11ea3961533c0cd8f9c1bbf50ef6cc
tree1fb8ed40fcf3dcabbf9032a99d579cb14b9a2d55
parent6ce60beb28fa96eeac22a90f6ce6156919d24e3d
Split the s_texture.c file into two new files:
  s_texcombine.c - for texture combining/application
  s_texfilter.c - for texture sampling/filtering
src/mesa/sources
src/mesa/swrast/descrip.mms
src/mesa/swrast/s_texcombine.c [new file with mode: 0644]
src/mesa/swrast/s_texcombine.h [new file with mode: 0644]
src/mesa/swrast/s_texfilter.c [moved from src/mesa/swrast/s_texture.c with 59% similarity]
src/mesa/swrast/s_texfilter.h [moved from src/mesa/swrast/s_texture.h with 86% similarity]