remove final imports.h and imports.c bits
[mesa.git] / src / mesa / x86 / rtasm / x86sse.c
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 Michel Dänzertgsi: Fall back to interpreter instead of assert(0...
2008-02-13 Keith Whitwellx86: fix assignment in assert typo
2008-02-13 Keith Whitwellx86: remove debug
2008-02-13 Keith Whitwellx86: emit absolute calls, as reallocating exec mem...
2008-02-13 Keith Whitwellx86: reallocate exec mem when we run out
2008-02-09 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-02-07 Michel Dänzertgsi: Fall back to interpreter instead of assert(0...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-03 BrianFix mem leak in SSE code generation path (Michel Dänzer...
2007-10-03 Michel DänzerDouble amount of memory allocated for generated shader...
2007-09-28 Zack RusinRemove gl dependency from the x86 assembler code
2007-09-28 Zack RusinRevert "Redoing the way we handle vertex shaders for...
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-27 Keith WhitwellFix some compiler warnings with -pedantic
2007-09-27 Keith WhitwellEnable codegen based whenever __i386__ is defined.
2007-08-24 michalIndent. Remove GL dependencies. Simplify. Add rtasm...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-08-09 Michal KrolMore GLSL code - more support for vec4 operations on...
2006-06-01 Roland ScheideggerFix extended swizzling in vertex programs by introducin...
2006-05-16 Michal KrolAdd functions.
2006-04-25 Michal KrolRemove carriage returns.
2006-02-27 Michal KrolMore GLSL code:
2005-10-18 Keith WhitwellAdd _mesa_exec_malloc() and _mesa_exec_free() for alloc...
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-07-10 Keith WhitwellAdd lots of x87 fpu instructions.
2005-06-08 Keith WhitwellTurn off DISASSEM
2005-06-08 Keith WhitwellAdd some more opcodes
2005-06-07 Keith WhitwellNew files - split off runtime assembly functions from