summaryrefslogtreecommitdiffstats
path: root/src/mesa/vf/vf.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-5/+5
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-1/+1
* mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-3/+3
* Add the vf module.Keith Whitwell2007-05-241-0/+372