summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs2008-09-3034-198/+1433
|\
| * tgsi: SSE2 optimized exp2, log2 and pow implementations.José Fonseca2008-09-301-76/+211
| * util: Header for SSE2 intrinsics portability.José Fonseca2008-09-301-0/+72
| * rtasm: Implement immediate group 1 instructions. Fix SIB emition.José Fonseca2008-09-292-15/+62
| * gallium: SPU register commentsBrian Paul2008-09-261-2/+2
| * util: Update fast_log2 article url.José Fonseca2008-09-261-1/+1
| * add cso_hash_contains() functionAlan Hourihane2008-09-242-0/+12
| * CELL: improve legibility of CELL_DEBUG environment variable outputRobert Ellison2008-09-231-1/+13
| * cell: use different opcodes for spe_move() depending on even/odd addressBrian Paul2008-09-191-1/+7
| * gallium: added spe_code_size()Brian Paul2008-09-192-0/+8
| * cell: change spe_complement() to take a src and dst reg, like other instructionsBrian Paul2008-09-192-8/+10
| * Merge branch 'gallium-0.2' of ssh+git://git.freedesktop.org/git/mesa/mesa int...José Fonseca2008-09-192-1/+26
| |\
| | * CELL: add codegen for logic op, color maskRobert Ellison2008-09-192-1/+26
| * | util: Use OpenGL rasterization rules in blits and mipmap generation.José Fonseca2008-09-192-0/+2
| |/
| * Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1817-31/+206
| |\
| | * tgsi: Build tgsi_text with makeJakob Bornecrantz2008-09-181-0/+1
| | * util: A few more memory debugging checks.José Fonseca2008-09-181-2/+29
| | * util: Add missing p_debug.h include.José Fonseca2008-09-181-0/+1
| | * gallium: fix surface object memory leak in cso moduleBrian Paul2008-09-181-0/+20
| | * tgsi: Make tgsi dumps look more like mesa shader dumps.Jakob Bornecrantz2008-09-181-2/+3
| | * pipebuffer: New callback to flush all temporary-held buffers.José Fonseca2008-09-189-11/+113
| | * gallium: fix wide point / point coord semantic info (generic, not fog)Brian Paul2008-09-171-2/+2
| | * gallium: fix tgsi sanity checker with respect to END.Brian Paul2008-09-171-9/+7
| | * gallium: fix lack of surface reference counting in cso_set/save/restore_frame...Brian Paul2008-09-171-3/+21
| | * gallium: fix info entries for KIL, KILPBrian Paul2008-09-161-2/+2
| | * tgsi: Make tgsi_sanity.c compile with makeJakob Bornecrantz2008-09-162-0/+7
| | * gallium: add another value check to util_fast_pow()Brian Paul2008-09-131-2/+4
| * | CELL: finish fragment ops blending (except for unusual D3D modes)Robert Ellison2008-09-182-1/+48
| * | gallium: emit SPU instructions in assembler-compatible syntaxBrian Paul2008-09-151-8/+12
| * | Fixed emit_RRRJonathan White2008-09-151-1/+1
| * | draw: Silence compiler warnings on Windows.Michal Krol2008-09-141-1/+1
| * | gallium: add another value check to util_fast_pow()Brian Paul2008-09-131-2/+4
| * | gallium: added print/dump code to SPE code emitterBrian Paul2008-09-122-25/+113
| * | gallium: added spe_splat_word()Brian Paul2008-09-122-0/+29
| * | gallium: avoid redundant tgsi_exec_machine_bind_shader() calls on draw exec pathBrian Paul2008-09-121-6/+11
| * | gallium: use copy_token() function to avoid type punning/aliasing problemsBrian Paul2008-09-121-21/+33
| * | gallium: use new compare32() function to fix warnings about type punning and ...Brian Paul2008-09-121-10/+14
| * | gallium: silence warningBrian Paul2008-09-121-0/+1
| * | gallium: minor optimization to spe_load_int()Brian Paul2008-09-121-1/+2
| * | gallium: initial PPC/Altivec codegenBrian Paul2008-09-122-0/+546
| |/
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-122-31/+176
|\|
| * gallium: add special cases in spe_load_float(), spe_load_int(), added spe_spl...Brian Paul2008-09-112-9/+40
| * gallium: assorted additions and fixes to Cell SPE rtasm codeBrian Paul2008-09-112-21/+105
| * gallium: comments, assertions, etcBrian Paul2008-09-112-13/+43
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-11111-1149/+3810
|\|
| * tgsi: Fix newline pos.José Fonseca2008-09-101-1/+1
| * tgsi: Verify constants are set before attempting to read them.José Fonseca2008-09-101-0/+1
| * util: Ensure we always have a full qualified file name on windows display.José Fonseca2008-09-091-3/+27
| * util: Enable u_stream_std.c for PIPE_SUBSYSTEM_WINDOWS_USER.Michal Krol2008-09-091-1/+1
| * tgsi: Cleanup code.Michal Krol2008-09-081-50/+37