summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texcombine.h
AgeCommit message (Collapse)Author
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code...
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul
2005-09-15Split the s_texture.c file into two new files:Brian Paul
s_texcombine.c - for texture combining/application s_texfilter.c - for texture sampling/filtering