aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/translate/translate_sse.c
Commit message (Expand)AuthorAgeFilesLines
* translate: pull in prefetch and other optimizations from draw_vs_aos.cKeith Whitwell2008-11-141-110/+202
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz2008-05-301-3/+3
|\
| * gallium: MSVC warning fixes.José Fonseca2008-05-291-1/+1
| * translate: Mark functions as PIPE_CDECL.José Fonseca2008-05-281-2/+2
* | Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz2008-05-281-20/+8
|\|
| * translate: mark functions as PIPE_CDECLKeith Whitwell2008-05-231-13/+7
| * translate: remove spurious commentKeith Whitwell2008-05-231-7/+1
* | gallium: Windows CE portability fixes.José Fonseca2008-05-281-2/+3
|/
* rtasm: fix labels after (not so) recent change to allow dynamic fn growthKeith Whitwell2008-05-011-1/+1
* translate: fail on x86 rtasm failKeith Whitwell2008-04-211-0/+5
* translate: fix several bugsKeith Whitwell2008-04-191-18/+24
* translate: don't crash on failure to create sse versionKeith Whitwell2008-04-191-7/+6
* translate: add sse version based on old draw_vf_sse.cKeith Whitwell2008-04-181-0/+615