summaryrefslogtreecommitdiffstats
path: root/src/mesa/vf/vf_sse.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa/vf: Remove.José Fonseca2011-04-231-662/+0
| | | | Unused. Probably replaced by translate module.
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-4/+4
|
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+1
| | | | This may break the SUNOS4 build, but it's no longer relevant.
* mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-4/+4
| | | | | Some of the headers in src/mesa/main have pretty common names which easily conflict with third-party code, e.g. config.h
* set outputs_safe to 0 as it's possible for the code generationAlan Hourihane2008-03-191-1/+1
| | | | to slip over the allocated memory for the vb.
* remove duplicate init funcAlan Hourihane2007-11-091-2/+0
|
* Add the vf module.Keith Whitwell2007-05-241-0/+664
This is a cleaned up version of the code in tnl/t_vertex*.