| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | x86: ifdef out unused function cptr. | Vinson Lee | 2009-12-15 | 1 | -0/+2 |
* | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -2/+9 |
|\ |
|
| * | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca | 2008-07-24 | 1 | -1/+1 |
| * | mesa: fix broken x86_call() | Keith Whitwell | 2008-04-11 | 1 | -1/+8 |
| * | x86: fix assignment in assert typo | Keith Whitwell | 2008-02-13 | 1 | -1/+1 |
| * | x86: remove debug | Keith Whitwell | 2008-02-13 | 1 | -2/+0 |
| * | x86: emit absolute calls, as reallocating exec mem breaks relative ones | Keith Whitwell | 2008-02-13 | 2 | -1/+15 |
| * | x86: reallocate exec mem when we run out | Keith Whitwell | 2008-02-13 | 2 | -35/+61 |
| * | tgsi: Fall back to interpreter instead of assert(0) on unimplemented SSE code. | Michel Dänzer | 2008-02-07 | 1 | -0/+1 |
| * | Double amount of memory allocated for generated shader code. | Michel Dänzer | 2007-10-03 | 1 | -1/+1 |
| * | Remove gl dependency from the x86 assembler code | Zack Rusin | 2007-09-28 | 2 | -58/+59 |
| * | Revert "Redoing the way we handle vertex shaders for the draw module." | Zack Rusin | 2007-09-28 | 2 | -59/+58 |
| * | Redoing the way we handle vertex shaders for the draw module. | Zack Rusin | 2007-09-28 | 2 | -58/+59 |
| * | Fix some compiler warnings with -pedantic | Keith Whitwell | 2007-09-27 | 2 | -4/+10 |
| * | Enable codegen based whenever __i386__ is defined. | Keith Whitwell | 2007-09-27 | 2 | -2/+2 |
| * | Indent. Remove GL dependencies. Simplify. Add rtasm instructions. | michal | 2007-08-24 | 2 | -0/+61 |
* | | x86_init_func_size() returns int to indicate success/fail (bug 15119) | Brian | 2008-03-19 | 2 | -2/+3 |
* | | set outputs_safe to 0 as it's possible for the code generation | Alan Hourihane | 2008-03-19 | 2 | -105/+204 |
* | | Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ... | Brian | 2007-11-03 | 2 | -10/+18 |
|/ |
|
* | More GLSL code - more support for vec4 operations on x86 back-end. | Michal Krol | 2006-08-09 | 2 | -0/+16 |
* | Fix extended swizzling in vertex programs by introducing special swizzle inst... | Roland Scheidegger | 2006-06-01 | 2 | -0/+18 |
* | Add functions. | Michal Krol | 2006-05-16 | 2 | -0/+7 |
* | Remove carriage returns. | Michal Krol | 2006-04-25 | 2 | -84/+84 |
* | More GLSL code: | Michal Krol | 2006-02-27 | 2 | -17/+98 |
* | Add _mesa_exec_malloc() and _mesa_exec_free() for allocating | Keith Whitwell | 2005-10-18 | 1 | -2/+2 |
* | use mesa import wrappers, bug 4468 | Brian Paul | 2005-09-16 | 1 | -2/+3 |
* | Add lots of x87 fpu instructions. | Keith Whitwell | 2005-07-10 | 2 | -95/+515 |
* | Turn off DISASSEM | Keith Whitwell | 2005-06-08 | 1 | -1/+1 |
* | Add some more opcodes | Keith Whitwell | 2005-06-08 | 2 | -160/+149 |
* | New files - split off runtime assembly functions from | Keith Whitwell | 2005-06-07 | 2 | -0/+810 |