summaryrefslogtreecommitdiffstats
path: root/src/mesa/vf
Commit message (Expand)AuthorAgeFilesLines
* mesa: Clean up header file inclusion in vf.h.Vinson Lee2010-08-131-1/+1
* mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee2010-07-301-0/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-192-9/+9
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+1
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-1/+1
* mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-221-1/+1
* mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-243-11/+11
* set outputs_safe to 0 as it's possible for the code generationAlan Hourihane2008-03-191-1/+1
* remove duplicate init funcAlan Hourihane2007-11-091-2/+0
* Remove mesa include directories, be stricter about include paths.Keith Whitwell2007-08-151-1/+1
* Build libsoftpipe.aKeith Whitwell2007-08-011-1/+1
* Add VF_ATTRIB_VAR0..7 for varying variables.Brian2007-07-241-6/+14
* Add the vf module.Keith Whitwell2007-05-244-0/+2243