Fix non-x86 build.
[mesa.git] / src / mesa / pipe / tgsi / exec / tgsi_sse2.c
2007-11-06 Michel DänzerFix non-x86 build.
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-29 Michal KrolAdd SSE dump facilities.
2007-10-29 Michal KrolCode re-org. Add comments.
2007-10-29 Michal KrolImplement RET opcode.
2007-10-28 Michal KrolRemove unused static functions.
2007-10-28 Michal KrolRework sse-utility function calls.
2007-10-27 michalFix alignment problems.
2007-10-20 Brianadded case for TGSI_OPCODE_END
2007-10-18 Brianadded const qualifiers
2007-10-18 Oliver McFaddenCorrected the file permissions in src/mesa/pipe.
2007-09-27 Keith WhitwellFix some compiler warnings with -pedantic
2007-09-27 Keith WhitwellEnable codegen based whenever __i386__ is defined.
2007-09-24 michalEnable SSE2 for FS.
2007-08-24 michalHook-up SSE2 to VS.
2007-08-24 michalIndent. Remove GL dependencies. Simplify. Add rtasm...
2007-08-24 michalAdd tgsi_sse2.