summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm
AgeCommit message (Expand)Author
2011-02-16rtasm: add dummy return statement to silence MSVC warningBrian Paul
2010-10-25rtasm: use pointer_to_func() to silence warningBrian Paul
2010-09-30gallium/rtasm: remove duplicated includeNicolas Kaiser
2010-08-26rtasm: Include missing header in rtasm_x86sse.h.Vinson Lee
2010-08-19translate_sse: try to fix Win64Luca Barbieri
2010-08-16rtasm: add minimal x86-64 support and new instructions (v5)Luca Barbieri
2010-08-16translate: add support for 8/16-bit indicesLuca Barbieri
2010-05-13rtasm: fix void * / func * casting warningsBrian Paul
2010-03-26rtasm: Silence gnu_printf format warnings.Vinson Lee
2010-03-25rtasm: Fix typos in comments.Vinson Lee
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-03rtasm: Play nicely with Windows's Data Execution Prevention.José Fonseca
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
2009-12-30rtasm: Add x86_div().Michal Krol
2009-07-16rtasm: export sse_movmskpsKeith Whitwell
2009-06-15rtasm: Use 32bit constant.José Fonseca
2009-04-10rtasm: Silence `static function not used' warning.Michal Krol
2009-03-25Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith
2009-02-25gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-01-11cell: datatype clean-ups in SPE rtasmBrian Paul
2009-01-10gallium: added comment/annotation support to PPC rtasmBrian Paul
2009-01-10gallium: s/false/FALSE/Brian Paul
2008-12-30rtasm: Remove spurious semi-colons after function bodies.José Fonseca
2008-11-21CELL: use variant-length fragment ops programsRobert Ellison
2008-11-13CELL: fix stencil twiddling, stencil invertRobert Ellison
2008-11-12gallium: add missing prototypesBrian Paul
2008-11-12cell: move semicolons to silence warnings w/ other compilersBrian Paul
2008-11-12cell: fix typo in EMIT_ macroBrian Paul
2008-11-12rtasm: Use INLINE keyword. Compile for all platforms, not only GALLIUM_CELL.Michal Krol
2008-11-12rtasm: Compile only for GALLIUM_CELL.Michal Krol
2008-11-11CELL: two-sided stencil fixesRobert Ellison
2008-10-29gallium: grow SPE instruction buffer as neededBrian Paul
2008-10-29gallium: no longer pass max_inst to ppc_init_func()Brian Paul
2008-10-29gallium: use execmem for PPC code, grow instruction buffer as neededBrian Paul
2008-10-29gallium: fix alignment parameter passed to u_mmAllocMem()Brian Paul
2008-10-29gallium: prefix memory manager functions with u_ to differentiate from functi...Brian Paul
2008-10-29gallium: test for PIPE_OS_LINUX instead of __linux__Brian Paul
2008-10-29gallium: added ppc_vnmsubfp()Brian Paul
2008-10-23scons: ppc support.Michel Dänzer
2008-10-22gallium: remove ppc_vload_float(), rename ppc_vecmove() -> ppc_vmove().Brian Paul
2008-10-22gallium: added ppc_vzero()Brian Paul
2008-10-22gallium: added ppc_vload_float(), for limited casesBrian Paul
2008-10-22gallium: fix-up confusing register allocation masks in rtasm_ppc.cBrian Paul
2008-10-22gallium: added ppc_lvewx()Brian Paul
2008-10-22cell: implement many more PPC instructions for code genBrian Paul