Merge branch 'master' into gallium-0.2
[mesa.git] / src / gallium / auxiliary / rtasm /
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-19 Brian Paulcell: use different opcodes for spe_move() depending...
2008-09-19 Brian Paulgallium: added spe_code_size()
2008-09-19 Brian Paulcell: change spe_complement() to take a src and dst...
2008-09-19 José FonsecaMerge branch 'gallium-0.2' of ssh+git://git.freedesktop...
2008-09-19 Robert EllisonCELL: add codegen for logic op, color mask
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-18 Robert EllisonCELL: finish fragment ops blending (except for unusual...
2008-09-15 Brian Paulgallium: emit SPU instructions in assembler-compatible...
2008-09-15 Jonathan WhiteFixed emit_RRR
2008-09-13 Brian Paulgallium: added print/dump code to SPE code emitter
2008-09-13 Brian Paulgallium: added spe_splat_word()
2008-09-12 Brian Paulgallium: minor optimization to spe_load_int()
2008-09-12 Brian Paulgallium: initial PPC/Altivec codegen
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Brian Paulgallium: add special cases in spe_load_float(), spe_loa...
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Brian Paulgallium: assorted additions and fixes to Cell SPE rtasm...
2008-09-11 Brian Paulgallium: comments, assertions, etc
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-01 Brian Paulgallium: include u_pointer,h, not p_pointer.h
2008-08-26 Brian Paulgallium: thread wrapper clean-up
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-06-02 José Fonsecartasm: Use enum sse_cc in sse_cmpps.
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-28 Keith Whitwellrtasm: special case for [ebp]
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-28 José Fonsecagallium: Windows CE portability fixes.
2008-05-24 Keith Whitwellrtasm: add some helpers for calling out from generated...
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-23 Keith Whitwellrtasm: remove debug
2008-05-23 Keith Whitwellrtasm: add x87 instructions and debug-check for x87...
2008-05-23 Keith Whitwellrtasm: export debug reg print function
2008-05-23 Keith Whitwellrtasm: remove unused struct member
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-01 Keith Whitwellrtasm: learn another version of push
2008-05-01 Keith Whitwellrtasm: fix labels after (not so) recent change to allow...
2008-05-01 Keith Whitwellrtasm: assert stack is fully popped in return
2008-04-28 Michal Krolgallium: Generate SSE code to swizzle and unswizzle...
2008-04-27 José Fonsecartasm: Implement x86_retw.
2008-04-21 Keith Whitwellrtasm: debug some missing funcs
2008-04-21 Keith Whitwellrtasm: quieten sse_enabled debug
2008-04-21 Keith Whitwellrtasm: clean up debug dumping a little
2008-04-21 Keith Whitwellrtasm: propogate errors in x86 emit
2008-04-21 Keith Whitwellrtasm: add dump facility for x86 (from tgsi_sse2.c)
2008-04-21 José Fonsecagallium: Centralize SSE usage logic.
2008-04-19 Keith Whitwellrtasm: include yet another i386 define varient
2008-04-18 Keith Whitwellrtasm: add x86_imul
2008-04-18 Keith Whitwellrtasm: add a couple more insns, clean up x86_mul
2008-04-11 Keith Whitwellgallium: fix broken x86_call()
2008-03-26 Ian Romanickcell: Float convert-to and convert-from instructions...
2008-03-17 Ian Romanickcell: Don't free NULL code pointers
2008-03-17 Ian Romanickcell: Fix simple register allocator
2008-03-11 Ian RomanickMove SPE register allocator to rtasm code
2008-02-22 Michal Krolgallium: Silence compiler warnings on Windows.
2008-02-19 José FonsecaFix windows build.
2008-02-19 José FonsecaBring in ppc spe rtasm into gallium's rtasm module.
2008-02-19 José FonsecaAdd run-time cpu capabilities detection stubs.
2008-02-19 José FonsecaSimplify makefile boilerplate code.
2008-02-19 José FonsecaMove mm.c code into util module.
2008-02-19 José FonsecaAdd copyright headers to all rtasm source files.
2008-02-19 José FonsecaRename rtasm files.
2008-02-19 José FonsecaBring rtasm from mesa to gallium.