summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/x86_xform.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: Remove unnecessary header from x86_xform.c.Vinson Lee2010-01-111-1/+0
|
* mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-3/+6
| | | | | This currently doesn't include fixing up the cliptests in the assembly paths to support ARB_depth_clamp, so enabling depth_clamp forces the C path.
* mesa: silence warningBrian Paul2009-03-071-2/+2
|
* mesa: move sse.h and 3dnow.h #includesBrian Paul2009-03-041-0/+9
|
* mesa: remove unneeded x86.h headerBrian Paul2009-03-041-1/+0
|
* mesa: make _mesa_init_x86_transform_asm() staticBrian Paul2009-03-041-1/+1
|
* mesa: rename common_x86_macros.h -> x86_xform.hBrian Paul2009-03-041-1/+1
|
* mesa: rename x86.c -> x86_xform.cBrian Paul2009-03-041-0/+145