Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-08-07 | swrast: Reduce header file inclusion in s_texcombine.h. | Vinson Lee | |
Include mtypes.h for GLcontext sybmol. Include s_span.h for SWspan symbol. | |||
2008-09-18 | mesa: 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-01 | New SWspan and SWspanarrays typedefs. | Brian Paul | |
2005-09-15 | Split 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 |