summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texfilter.h
AgeCommit message (Collapse)Author
2010-12-25swrast: Clean up header file inclusion in s_texfilter.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-07swrast: Fix header file inclusion in s_texfilter.h.Vinson Lee
Include mtypes.h for GLcontext symbol. Include s_context.h for texture_sample_func symbol.
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...
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