tgsi: include more of the register info in debug dumps
[mesa.git] / src / mesa / pipe / tgsi / exec / tgsi_sse2.c
2008-02-13 Keith Whitwelltgsi: include more of the register info in debug dumps
2008-02-07 Michel Dänzertgsi: Fall back to interpreter instead of assert(0...
2008-02-06 José Fonsecagallium: Use p_debug.h instead of non-portable stdio...
2008-01-31 Keith Whitwelltgsi: Use ESI instead of EBX as temp reg on non-win32
2008-01-17 José Fonsecagallium: Handle TGSI_OPCODE_END on sse2.
2007-12-11 Brianadd missing case statements for TGSI_TOKEN_TYPE_IMMEDIA...
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-06 Briancheck for __i386__ or __386__ instead of USE_X86_ASM
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.