Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-16 | rtasm: export sse_movmskps | Keith Whitwell | |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca | |
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | |||
2008-10-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | |
Conflicts: src/gallium/auxiliary/gallivm/instructionssoa.cpp src/gallium/auxiliary/gallivm/soabuiltins.c src/gallium/auxiliary/rtasm/rtasm_x86sse.c src/gallium/auxiliary/rtasm/rtasm_x86sse.h src/mesa/main/texenvprogram.c src/mesa/shader/arbprogparse.c src/mesa/shader/prog_statevars.c src/mesa/state_tracker/st_draw.c src/mesa/vbo/vbo_exec_draw.c | |||
2008-10-06 | gallium: replace assertion with conditional/recovery code | Brian | |
The assertion failed when we ran out of exec memory. Found with conform texcombine test. | |||
2008-10-06 | rtasm: fix debug build | Keith Whitwell | |
2008-10-03 | rtasm: add sse_movntps | Keith Whitwell | |
2008-10-02 | rtasm: add prefetch instructions | Keith Whitwell | |
2008-10-02 | rtasm: add prefetch instructions | Keith Whitwell | |
2008-09-29 | rtasm: Implement immediate group 1 instructions. Fix SIB emition. | José Fonseca | |
2008-09-01 | gallium: include u_pointer,h, not p_pointer.h | Brian Paul | |
2008-06-02 | rtasm: Use enum sse_cc in sse_cmpps. | José Fonseca | |
2008-05-30 | Merge branch 'gallium-tex-surfaces' into gallium-0.1 | Jakob Bornecrantz | |
Conflicts: src/gallium/drivers/i915simple/i915_context.h | |||
2008-05-28 | rtasm: special case for [ebp] | Keith Whitwell | |
2008-05-28 | Merge branch 'gallium-vertex-linear' into gallium-0.1 | Jakob Bornecrantz | |
Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c | |||
2008-05-28 | gallium: Windows CE portability fixes. | José Fonseca | |
2008-05-24 | rtasm: add some helpers for calling out from generated code | Keith Whitwell | |
2008-05-23 | rtasm: remove debug | Keith Whitwell | |
2008-05-23 | rtasm: add x87 instructions and debug-check for x87 stack usage | Keith Whitwell | |
2008-05-23 | rtasm: export debug reg print function | Keith Whitwell | |
2008-05-01 | rtasm: learn another version of push | Keith Whitwell | |
2008-05-01 | rtasm: fix labels after (not so) recent change to allow dynamic fn growth | Keith Whitwell | |
Using char * for labels doesn't work if you realloc the function during assembly and free the old storage... | |||
2008-05-01 | rtasm: assert stack is fully popped in return | Keith Whitwell | |
2008-04-28 | gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs. | Michal Krol | |
Change SSE_SWIZZLES #define to 0 to disable it. | |||
2008-04-27 | rtasm: Implement x86_retw. | José Fonseca | |
2008-04-21 | rtasm: debug some missing funcs | Keith Whitwell | |
2008-04-21 | rtasm: clean up debug dumping a little | Keith Whitwell | |
2008-04-21 | rtasm: propogate errors in x86 emit | Keith Whitwell | |
2008-04-21 | rtasm: add dump facility for x86 (from tgsi_sse2.c) | Keith Whitwell | |
2008-04-18 | rtasm: add x86_imul | Keith Whitwell | |
2008-04-18 | rtasm: add a couple more insns, clean up x86_mul | Keith Whitwell | |
2008-04-11 | gallium: fix broken x86_call() | Keith Whitwell | |
2008-02-23 | gallium: Silence compiler warnings on Windows. | Michal Krol | |
2008-02-19 | Fix windows build. | José Fonseca | |
2008-02-19 | Add copyright headers to all rtasm source files. | José Fonseca | |
2008-02-19 | Rename rtasm files. | José Fonseca | |