summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/rtasm
Commit message (Expand)AuthorAgeFilesLines
* mesa/x86: missing stdio inclusionsMark Janes2015-03-051-0/+2
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* x86: ifdef out unused function cptr.Vinson Lee2009-12-151-0/+2
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-2/+9
|\
| * mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-1/+1
| * mesa: fix broken x86_call()Keith Whitwell2008-04-111-1/+8
| * x86: fix assignment in assert typoKeith Whitwell2008-02-131-1/+1
| * x86: remove debugKeith Whitwell2008-02-131-2/+0
| * x86: emit absolute calls, as reallocating exec mem breaks relative onesKeith Whitwell2008-02-132-1/+15
| * x86: reallocate exec mem when we run outKeith Whitwell2008-02-132-35/+61
| * tgsi: Fall back to interpreter instead of assert(0) on unimplemented SSE code.Michel Dänzer2008-02-071-0/+1
| * Double amount of memory allocated for generated shader code.Michel Dänzer2007-10-031-1/+1
| * Remove gl dependency from the x86 assembler codeZack Rusin2007-09-282-58/+59
| * Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin2007-09-282-59/+58
| * Redoing the way we handle vertex shaders for the draw module.Zack Rusin2007-09-282-58/+59
| * Fix some compiler warnings with -pedanticKeith Whitwell2007-09-272-4/+10
| * Enable codegen based whenever __i386__ is defined.Keith Whitwell2007-09-272-2/+2
| * Indent. Remove GL dependencies. Simplify. Add rtasm instructions.michal2007-08-242-0/+61
* | x86_init_func_size() returns int to indicate success/fail (bug 15119)Brian2008-03-192-2/+3
* | set outputs_safe to 0 as it's possible for the code generationAlan Hourihane2008-03-192-105/+204
* | Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ...Brian2007-11-032-10/+18
|/
* More GLSL code - more support for vec4 operations on x86 back-end.Michal Krol2006-08-092-0/+16
* Fix extended swizzling in vertex programs by introducing special swizzle inst...Roland Scheidegger2006-06-012-0/+18
* Add functions.Michal Krol2006-05-162-0/+7
* Remove carriage returns.Michal Krol2006-04-252-84/+84
* More GLSL code:Michal Krol2006-02-272-17/+98
* Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell2005-10-181-2/+2
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-2/+3
* Add lots of x87 fpu instructions.Keith Whitwell2005-07-102-95/+515
* Turn off DISASSEMKeith Whitwell2005-06-081-1/+1
* Add some more opcodesKeith Whitwell2005-06-082-160/+149
* New files - split off runtime assembly functions fromKeith Whitwell2005-06-072-0/+810