summaryrefslogtreecommitdiff
path: root/src/mesa/x86/rtasm
AgeCommit message (Expand)Author
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2009-12-15x86: ifdef out unused function cptr.Vinson Lee
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2008-04-11mesa: fix broken x86_call()Keith Whitwell
2008-03-19x86_init_func_size() returns int to indicate success/fail (bug 15119)Brian
2008-03-19set outputs_safe to 0 as it's possible for the code generationAlan Hourihane
2008-02-13x86: fix assignment in assert typoKeith Whitwell
2008-02-13x86: remove debugKeith Whitwell
2008-02-13x86: emit absolute calls, as reallocating exec mem breaks relative onesKeith Whitwell
2008-02-13x86: reallocate exec mem when we run outKeith Whitwell
2008-02-07tgsi: Fall back to interpreter instead of assert(0) on unimplemented SSE code.Michel Dänzer
2007-11-03Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ...Brian
2007-10-03Double amount of memory allocated for generated shader code.Michel Dänzer
2007-09-28Remove gl dependency from the x86 assembler codeZack Rusin
2007-09-28Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin
2007-09-28Redoing the way we handle vertex shaders for the draw module.Zack Rusin
2007-09-27Fix some compiler warnings with -pedanticKeith Whitwell
2007-09-27Enable codegen based whenever __i386__ is defined.Keith Whitwell
2007-08-24Indent. Remove GL dependencies. Simplify. Add rtasm instructions.michal
2006-08-09More GLSL code - more support for vec4 operations on x86 back-end.Michal Krol
2006-06-01Fix extended swizzling in vertex programs by introducing special swizzle inst...Roland Scheidegger
2006-05-16Add functions.Michal Krol
2006-04-25Remove carriage returns.Michal Krol
2006-02-27More GLSL code:Michal Krol
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-07-10Add lots of x87 fpu instructions.Keith Whitwell
2005-06-08Turn off DISASSEMKeith Whitwell
2005-06-08Add some more opcodesKeith Whitwell
2005-06-07New files - split off runtime assembly functions fromKeith Whitwell