| Commit message (Expand) | Author | Age | Files | Lines |
* | rtasm: fix void * / func * casting warnings | Brian Paul | 2010-05-13 | 2 | -4/+24 |
* | rtasm: Silence gnu_printf format warnings. | Vinson Lee | 2010-03-26 | 1 | -1/+1 |
* | rtasm: Fix typos in comments. | Vinson Lee | 2010-03-25 | 1 | -3/+3 |
* | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces. | José Fonseca | 2010-02-02 | 1 | -2/+2 |
* | Merge branch 'master' into instanced-arrays | Michal Krol | 2010-01-05 | 3 | -28/+30 |
|\ |
|
| * | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-04 | 1 | -2/+30 |
| |\ |
|
| | * | rtasm: Play nicely with Windows's Data Execution Prevention. | José Fonseca | 2010-01-03 | 1 | -2/+30 |
| * | | gallium: Generate a single library for auxiliaries with Make too. | José Fonseca | 2010-01-01 | 1 | -13/+0 |
| * | | scons: Aggregate all tiny libraries in a single library. | José Fonseca | 2010-01-01 | 1 | -13/+0 |
| |/ |
|
* / | rtasm: Add x86_div(). | Michal Krol | 2009-12-30 | 2 | -0/+8 |
|/ |
|
* | rtasm: export sse_movmskps | Keith Whitwell | 2009-07-16 | 2 | -0/+10 |
* | rtasm: Use 32bit constant. | José Fonseca | 2009-06-15 | 1 | -3/+3 |
* | rtasm: Silence `static function not used' warning. | Michal Krol | 2009-04-10 | 1 | -0/+2 |
* | Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc | Alan Coopersmith | 2009-03-25 | 1 | -3/+3 |
* | gallium: Add support for BSD operating systems, tested with FreeBSD | Benjamin Close | 2009-02-25 | 1 | -3/+7 |
* | gallium: Improve makefiles for libraries | Jakob Bornecrantz | 2009-02-20 | 1 | -3/+0 |
* | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 4 | -4/+4 |
* | cell: datatype clean-ups in SPE rtasm | Brian Paul | 2009-01-11 | 2 | -105/+99 |
* | gallium: added comment/annotation support to PPC rtasm | Brian Paul | 2009-01-10 | 2 | -62/+187 |
* | gallium: s/false/FALSE/ | Brian Paul | 2009-01-10 | 1 | -1/+1 |
* | rtasm: Remove spurious semi-colons after function bodies. | José Fonseca | 2008-12-30 | 1 | -5/+5 |
* | CELL: use variant-length fragment ops programs | Robert Ellison | 2008-11-21 | 2 | -4/+14 |
* | CELL: fix stencil twiddling, stencil invert | Robert Ellison | 2008-11-13 | 1 | -3/+3 |
* | gallium: add missing prototypes | Brian Paul | 2008-11-12 | 1 | -0/+6 |
* | cell: move semicolons to silence warnings w/ other compilers | Brian Paul | 2008-11-12 | 1 | -189/+189 |
* | cell: fix typo in EMIT_ macro | Brian Paul | 2008-11-12 | 1 | -1/+1 |
* | rtasm: Use INLINE keyword. Compile for all platforms, not only GALLIUM_CELL. | Michal Krol | 2008-11-12 | 1 | -9/+5 |
* | rtasm: Compile only for GALLIUM_CELL. | Michal Krol | 2008-11-12 | 1 | -0/+4 |
* | CELL: two-sided stencil fixes | Robert Ellison | 2008-11-11 | 1 | -2/+5 |
* | gallium: grow SPE instruction buffer as needed | Brian Paul | 2008-10-29 | 1 | -16/+41 |
* | gallium: no longer pass max_inst to ppc_init_func() | Brian Paul | 2008-10-29 | 2 | -2/+2 |
* | gallium: use execmem for PPC code, grow instruction buffer as needed | Brian Paul | 2008-10-29 | 2 | -21/+50 |
* | gallium: fix alignment parameter passed to u_mmAllocMem() | Brian Paul | 2008-10-29 | 1 | -2/+2 |
* | gallium: prefix memory manager functions with u_ to differentiate from functi... | Brian Paul | 2008-10-29 | 1 | -4/+4 |
* | gallium: test for PIPE_OS_LINUX instead of __linux__ | Brian Paul | 2008-10-29 | 1 | -4/+5 |
* | gallium: added ppc_vnmsubfp() | Brian Paul | 2008-10-29 | 2 | -1/+12 |
* | scons: ppc support. | Michel Dänzer | 2008-10-23 | 1 | -0/+1 |
* | gallium: remove ppc_vload_float(), rename ppc_vecmove() -> ppc_vmove(). | Brian Paul | 2008-10-22 | 2 | -23/+2 |
* | gallium: added ppc_vzero() | Brian Paul | 2008-10-22 | 2 | -0/+13 |
* | gallium: added ppc_vload_float(), for limited cases | Brian Paul | 2008-10-22 | 2 | -0/+22 |
* | gallium: fix-up confusing register allocation masks in rtasm_ppc.c | Brian Paul | 2008-10-22 | 2 | -21/+36 |
* | gallium: added ppc_lvewx() | Brian Paul | 2008-10-22 | 2 | -0/+11 |
* | cell: implement many more PPC instructions for code gen | Brian Paul | 2008-10-22 | 3 | -41/+704 |
* | cell: add emit_RI10s() which does range checking on the 10-bit signed immedia... | Brian Paul | 2008-10-10 | 2 | -10/+30 |
* | cell: additional 'offset' checking in spe_lqd(), spe_stqd() | Brian Paul | 2008-10-10 | 1 | -4/+14 |
* | cell: fix assertions in spe_lqd(), spe_stqd() | Brian Paul | 2008-10-10 | 1 | -2/+2 |
* | CELL: fixing stencil bugs | Robert Ellison | 2008-10-10 | 1 | -2/+2 |
* | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 2 | -1/+19 |
|\ |
|
| * | gallium: replace assertion with conditional/recovery code | Brian | 2008-10-06 | 1 | -1/+5 |
| * | rtasm: fix debug build | Keith Whitwell | 2008-10-06 | 1 | -1/+1 |