summaryrefslogtreecommitdiff
path: root/src/mesa/vf
AgeCommit message (Expand)AuthorFilesLines
2010-08-13mesa: Clean up header file inclusion in vf.h.Vinson Lee1-1/+1
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee1-0/+1
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2-9/+9
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-1/+1
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-1/+1
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-1/+1
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt1-1/+1
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca3-11/+11
2008-03-19set outputs_safe to 0 as it's possible for the code generationAlan Hourihane1-1/+1
2007-11-09remove duplicate init funcAlan Hourihane1-2/+0
2007-08-15Remove mesa include directories, be stricter about include paths.Keith Whitwell1-1/+1
2007-08-01Build libsoftpipe.aKeith Whitwell1-1/+1
2007-07-24Add VF_ATTRIB_VAR0..7 for varying variables.Brian1-6/+14
2007-05-24Add the vf module.Keith Whitwell4-0/+2243