summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-16cell: Optimized LERP with fmaJonathan White
2008-09-16cell: Fixed MIN/MAX algorithmJonathan White
2008-09-15cell: export CELL_DEBUG=asm to dump SPU assembly codeBrian Paul
2008-09-15cell: Added LERP instructionJonathan White
2008-09-15gallium: emit SPU instructions in assembler-compatible syntaxBrian Paul
2008-09-15cell: Added support for SLT, SEQ and SNE instructionsJonathan White
2008-09-15cell: Added support for ABS instructionJonathan White
2008-09-15Added support for SUB and MAD instructionsJonathan White
2008-09-15Fixed emit_RRRJonathan White
2008-09-15i915simple: dri winsys does now compile and worksJakob Bornecrantz
2008-09-14draw: Silence compiler warnings on Windows.Michal Krol
2008-09-13cell: implement negation, absolute value and set-sign for src regs in code genBrian Paul
2008-09-13negate.txt - test negation of a src regBrian Paul
2008-09-13gallium: add another value check to util_fast_pow()Brian Paul
2008-09-12cell: remove old disassembly/dump code; use dumper code in SPE emitter.Brian Paul
2008-09-12gallium: added print/dump code to SPE code emitterBrian Paul
2008-09-12cell: implement DDX/DDY codegen (untested)Brian Paul
2008-09-12gallium: added spe_splat_word()Brian Paul
2008-09-12cell: implement TGSI immediates in SPE code generatorBrian Paul
2008-09-12cell: initial support for IF/ELSE/ENDIF in fragment shader codegenBrian Paul
2008-09-12cell: evaluate multiple fragment inputsBrian Paul
2008-09-12cell: disable invalid spe_release_func() calls, fixes crash on exitBrian Paul
2008-09-12Makefile was previously checked in with merge diffs still present. I just s...Jonathan White
2008-09-12mesa: bump gallium version string to 0.2Brian Paul
2008-09-12cell: more documentation updatesBrian Paul
2008-09-12cell: implement colormask on fallback pathBrian Paul
2008-09-12gallium: avoid redundant tgsi_exec_machine_bind_shader() calls on draw exec pathBrian Paul
2008-09-12gallium: use copy_token() function to avoid type punning/aliasing problemsBrian Paul
2008-09-12cell: fix twiddled tile display for XSHM. Fixed blank window problem.Brian Paul
2008-09-12gallium: use new compare32() function to fix warnings about type punning and ...Brian Paul
2008-09-12gallium: silence warningBrian Paul
2008-09-12cell: fix non-debug build errorBrian Paul
2008-09-12cell: implement swizzling for src regsBrian Paul
2008-09-12cell: setup fragment program inputs in SOA formatBrian Paul
2008-09-12simple add with swizzle and mul with swizzle testsBrian Paul
2008-09-12cell: updated docs/statusBrian Paul
2008-09-12gallium: minor optimization to spe_load_int()Brian Paul
2008-09-12gallium: initial PPC/Altivec codegenBrian Paul
2008-09-12cell: update branch info in docsBrian Paul
2008-09-12cell: disable calls to old gen codeBrian Paul
2008-09-12gallium: don't build winsys/ hereBrian Paul
2008-09-12i915simple: A step closer to compilingJakob Bornecrantz
2008-09-12mesa: build gallium directories before core mesaKeith Whitwell
2008-09-12mesa: regenerate shader filesKeith Whitwell
2008-09-12vp: add run scriptKeith Whitwell
2008-09-12Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-12fp: put test name in window title, add run scriptKeith Whitwell
2008-09-12mesa: get fixed-function program generation working againKeith Whitwell
2008-09-12use APP_CC, remove redundant targetKeith Whitwell
2008-09-11cell: initial support for fragment shader code generation.Brian Paul