summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cell: Added DP3 and DP4 instructionsJonathan White2008-09-161-0/+81
* st: hash-warning not recognised on Windows.Michal Krol2008-09-161-0/+2
* cell: Optimized LERP with fmaJonathan White2008-09-161-3/+2
* cell: Fixed MIN/MAX algorithmJonathan White2008-09-161-7/+3
* cell: export CELL_DEBUG=asm to dump SPU assembly codeBrian Paul2008-09-153-29/+31
* cell: Added LERP instructionJonathan White2008-09-151-1/+91
* gallium: emit SPU instructions in assembler-compatible syntaxBrian Paul2008-09-151-8/+12
* cell: Added support for SLT, SEQ and SNE instructionsJonathan White2008-09-151-0/+100
* cell: Added support for ABS instructionJonathan White2008-09-151-1/+30
* Added support for SUB and MAD instructionsJonathan White2008-09-151-3/+58
* Fixed emit_RRRJonathan White2008-09-151-1/+1
* i915simple: dri winsys does now compile and worksJakob Bornecrantz2008-09-151-145/+242
* draw: Silence compiler warnings on Windows.Michal Krol2008-09-141-1/+1
* cell: implement negation, absolute value and set-sign for src regs in code genBrian Paul2008-09-131-2/+42
* negate.txt - test negation of a src regBrian Paul2008-09-131-0/+6
* gallium: add another value check to util_fast_pow()Brian Paul2008-09-131-2/+4
* cell: remove old disassembly/dump code; use dumper code in SPE emitter.Brian Paul2008-09-121-76/+28
* gallium: added print/dump code to SPE code emitterBrian Paul2008-09-122-25/+113
* cell: implement DDX/DDY codegen (untested)Brian Paul2008-09-121-0/+37
* gallium: added spe_splat_word()Brian Paul2008-09-122-0/+29
* cell: implement TGSI immediates in SPE code generatorBrian Paul2008-09-121-12/+63
* cell: initial support for IF/ELSE/ENDIF in fragment shader codegenBrian Paul2008-09-121-18/+175
* cell: evaluate multiple fragment inputsBrian Paul2008-09-121-1/+7
* cell: disable invalid spe_release_func() calls, fixes crash on exitBrian Paul2008-09-121-0/+4
* Makefile was previously checked in with merge diffs still present. I just s...Jonathan White2008-09-121-8/+2
* mesa: bump gallium version string to 0.2Brian Paul2008-09-121-1/+1
* cell: more documentation updatesBrian Paul2008-09-121-3/+25
* cell: implement colormask on fallback pathBrian Paul2008-09-121-54/+110
* 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
* cell: fix twiddled tile display for XSHM. Fixed blank window problem.Brian Paul2008-09-121-5/+12
* 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
* cell: fix non-debug build errorBrian Paul2008-09-121-2/+0
* cell: implement swizzling for src regsBrian Paul2008-09-121-3/+4
* cell: setup fragment program inputs in SOA formatBrian Paul2008-09-121-56/+56
* simple add with swizzle and mul with swizzle testsBrian Paul2008-09-122-0/+8
* cell: updated docs/statusBrian Paul2008-09-121-6/+14
* gallium: minor optimization to spe_load_int()Brian Paul2008-09-121-1/+2
* gallium: initial PPC/Altivec codegenBrian Paul2008-09-122-0/+546
* cell: update branch info in docsBrian Paul2008-09-121-4/+4
* cell: disable calls to old gen codeBrian Paul2008-09-121-2/+4
* gallium: don't build winsys/ hereBrian Paul2008-09-121-1/+2
* i915simple: A step closer to compilingJakob Bornecrantz2008-09-122-71/+1
* mesa: build gallium directories before core mesaKeith Whitwell2008-09-121-1/+1
* mesa: regenerate shader filesKeith Whitwell2008-09-121-70/+76
* vp: add run scriptKeith Whitwell2008-09-121-0/+7
* Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1218-37/+759
|\
| * cell: initial support for fragment shader code generation.Brian Paul2008-09-1110-3/+678
| * use APP_CCBrian Paul2008-09-111-8/+8