i915: Add render and texture support for tiled texture and buffers
[mesa.git] / src / gallium / auxiliary / rtasm /
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.